library(rvest)
library(dplyr)
##
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
##
## filter, lag
## The following objects are masked from 'package:base':
##
## intersect, setdiff, setequal, union
library(tidyverse)
## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ──
## ✓ ggplot2 3.3.3 ✓ purrr 0.3.4
## ✓ tibble 3.0.5 ✓ stringr 1.4.0
## ✓ tidyr 1.1.2 ✓ forcats 0.5.0
## ✓ readr 1.4.0
## ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
## x dplyr::filter() masks stats::filter()
## x readr::guess_encoding() masks rvest::guess_encoding()
## x dplyr::lag() masks stats::lag()
library(repurrrsive)
listviewer::jsonedit(gh_users)
#1
#1a) Nested lists are when a list is included within a list. For example, one of the elements of a list could be a another list. In this case, that would be considered a nested list.
#1b) The data includes name, type, and value of data entries. Each entry is also grouped under a number and lists the names in an order.
gh_repos
## [[1]]
## [[1]][[1]]
## [[1]][[1]]$id
## [1] 61160198
##
## [[1]][[1]]$name
## [1] "after"
##
## [[1]][[1]]$full_name
## [1] "gaborcsardi/after"
##
## [[1]][[1]]$owner
## [[1]][[1]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[1]]$owner$id
## [1] 660288
##
## [[1]][[1]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[1]]$owner$gravatar_id
## [1] ""
##
## [[1]][[1]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[1]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[1]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[1]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[1]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[1]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[1]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[1]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[1]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[1]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[1]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[1]]$owner$type
## [1] "User"
##
## [[1]][[1]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[1]]$private
## [1] FALSE
##
## [[1]][[1]]$html_url
## [1] "https://github.com/gaborcsardi/after"
##
## [[1]][[1]]$description
## [1] "Run Code in the Background"
##
## [[1]][[1]]$fork
## [1] FALSE
##
## [[1]][[1]]$url
## [1] "https://api.github.com/repos/gaborcsardi/after"
##
## [[1]][[1]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/after/forks"
##
## [[1]][[1]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/after/keys{/key_id}"
##
## [[1]][[1]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/after/collaborators{/collaborator}"
##
## [[1]][[1]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/after/teams"
##
## [[1]][[1]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/after/hooks"
##
## [[1]][[1]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/after/issues/events{/number}"
##
## [[1]][[1]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/after/events"
##
## [[1]][[1]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/after/assignees{/user}"
##
## [[1]][[1]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/after/branches{/branch}"
##
## [[1]][[1]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/after/tags"
##
## [[1]][[1]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/after/git/blobs{/sha}"
##
## [[1]][[1]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/after/git/tags{/sha}"
##
## [[1]][[1]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/after/git/refs{/sha}"
##
## [[1]][[1]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/after/git/trees{/sha}"
##
## [[1]][[1]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/after/statuses/{sha}"
##
## [[1]][[1]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/after/languages"
##
## [[1]][[1]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/after/stargazers"
##
## [[1]][[1]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/after/contributors"
##
## [[1]][[1]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/after/subscribers"
##
## [[1]][[1]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/after/subscription"
##
## [[1]][[1]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/after/commits{/sha}"
##
## [[1]][[1]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/after/git/commits{/sha}"
##
## [[1]][[1]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/after/comments{/number}"
##
## [[1]][[1]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/after/issues/comments{/number}"
##
## [[1]][[1]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/after/contents/{+path}"
##
## [[1]][[1]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/after/compare/{base}...{head}"
##
## [[1]][[1]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/after/merges"
##
## [[1]][[1]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/after/{archive_format}{/ref}"
##
## [[1]][[1]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/after/downloads"
##
## [[1]][[1]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/after/issues{/number}"
##
## [[1]][[1]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/after/pulls{/number}"
##
## [[1]][[1]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/after/milestones{/number}"
##
## [[1]][[1]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/after/notifications{?since,all,participating}"
##
## [[1]][[1]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/after/labels{/name}"
##
## [[1]][[1]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/after/releases{/id}"
##
## [[1]][[1]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/after/deployments"
##
## [[1]][[1]]$created_at
## [1] "2016-06-14T22:33:49Z"
##
## [[1]][[1]]$updated_at
## [1] "2016-07-21T17:42:35Z"
##
## [[1]][[1]]$pushed_at
## [1] "2016-07-09T16:13:42Z"
##
## [[1]][[1]]$git_url
## [1] "git://github.com/gaborcsardi/after.git"
##
## [[1]][[1]]$ssh_url
## [1] "git@github.com:gaborcsardi/after.git"
##
## [[1]][[1]]$clone_url
## [1] "https://github.com/gaborcsardi/after.git"
##
## [[1]][[1]]$svn_url
## [1] "https://github.com/gaborcsardi/after"
##
## [[1]][[1]]$homepage
## NULL
##
## [[1]][[1]]$size
## [1] 15
##
## [[1]][[1]]$stargazers_count
## [1] 5
##
## [[1]][[1]]$watchers_count
## [1] 5
##
## [[1]][[1]]$language
## [1] "R"
##
## [[1]][[1]]$has_issues
## [1] TRUE
##
## [[1]][[1]]$has_downloads
## [1] TRUE
##
## [[1]][[1]]$has_wiki
## [1] TRUE
##
## [[1]][[1]]$has_pages
## [1] FALSE
##
## [[1]][[1]]$forks_count
## [1] 0
##
## [[1]][[1]]$mirror_url
## NULL
##
## [[1]][[1]]$open_issues_count
## [1] 0
##
## [[1]][[1]]$forks
## [1] 0
##
## [[1]][[1]]$open_issues
## [1] 0
##
## [[1]][[1]]$watchers
## [1] 5
##
## [[1]][[1]]$default_branch
## [1] "master"
##
##
## [[1]][[2]]
## [[1]][[2]]$id
## [1] 40500181
##
## [[1]][[2]]$name
## [1] "argufy"
##
## [[1]][[2]]$full_name
## [1] "gaborcsardi/argufy"
##
## [[1]][[2]]$owner
## [[1]][[2]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[2]]$owner$id
## [1] 660288
##
## [[1]][[2]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[2]]$owner$gravatar_id
## [1] ""
##
## [[1]][[2]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[2]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[2]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[2]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[2]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[2]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[2]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[2]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[2]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[2]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[2]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[2]]$owner$type
## [1] "User"
##
## [[1]][[2]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[2]]$private
## [1] FALSE
##
## [[1]][[2]]$html_url
## [1] "https://github.com/gaborcsardi/argufy"
##
## [[1]][[2]]$description
## [1] "Declarative function argument checks"
##
## [[1]][[2]]$fork
## [1] FALSE
##
## [[1]][[2]]$url
## [1] "https://api.github.com/repos/gaborcsardi/argufy"
##
## [[1]][[2]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/forks"
##
## [[1]][[2]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/keys{/key_id}"
##
## [[1]][[2]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/collaborators{/collaborator}"
##
## [[1]][[2]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/teams"
##
## [[1]][[2]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/hooks"
##
## [[1]][[2]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/issues/events{/number}"
##
## [[1]][[2]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/events"
##
## [[1]][[2]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/assignees{/user}"
##
## [[1]][[2]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/branches{/branch}"
##
## [[1]][[2]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/tags"
##
## [[1]][[2]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/git/blobs{/sha}"
##
## [[1]][[2]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/git/tags{/sha}"
##
## [[1]][[2]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/git/refs{/sha}"
##
## [[1]][[2]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/git/trees{/sha}"
##
## [[1]][[2]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/statuses/{sha}"
##
## [[1]][[2]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/languages"
##
## [[1]][[2]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/stargazers"
##
## [[1]][[2]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/contributors"
##
## [[1]][[2]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/subscribers"
##
## [[1]][[2]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/subscription"
##
## [[1]][[2]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/commits{/sha}"
##
## [[1]][[2]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/git/commits{/sha}"
##
## [[1]][[2]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/comments{/number}"
##
## [[1]][[2]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/issues/comments{/number}"
##
## [[1]][[2]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/contents/{+path}"
##
## [[1]][[2]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/compare/{base}...{head}"
##
## [[1]][[2]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/merges"
##
## [[1]][[2]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/{archive_format}{/ref}"
##
## [[1]][[2]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/downloads"
##
## [[1]][[2]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/issues{/number}"
##
## [[1]][[2]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/pulls{/number}"
##
## [[1]][[2]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/milestones{/number}"
##
## [[1]][[2]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/notifications{?since,all,participating}"
##
## [[1]][[2]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/labels{/name}"
##
## [[1]][[2]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/releases{/id}"
##
## [[1]][[2]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/argufy/deployments"
##
## [[1]][[2]]$created_at
## [1] "2015-08-10T18:56:23Z"
##
## [[1]][[2]]$updated_at
## [1] "2016-06-30T18:28:08Z"
##
## [[1]][[2]]$pushed_at
## [1] "2016-03-12T14:59:25Z"
##
## [[1]][[2]]$git_url
## [1] "git://github.com/gaborcsardi/argufy.git"
##
## [[1]][[2]]$ssh_url
## [1] "git@github.com:gaborcsardi/argufy.git"
##
## [[1]][[2]]$clone_url
## [1] "https://github.com/gaborcsardi/argufy.git"
##
## [[1]][[2]]$svn_url
## [1] "https://github.com/gaborcsardi/argufy"
##
## [[1]][[2]]$homepage
## NULL
##
## [[1]][[2]]$size
## [1] 115
##
## [[1]][[2]]$stargazers_count
## [1] 19
##
## [[1]][[2]]$watchers_count
## [1] 19
##
## [[1]][[2]]$language
## [1] "R"
##
## [[1]][[2]]$has_issues
## [1] TRUE
##
## [[1]][[2]]$has_downloads
## [1] TRUE
##
## [[1]][[2]]$has_wiki
## [1] TRUE
##
## [[1]][[2]]$has_pages
## [1] FALSE
##
## [[1]][[2]]$forks_count
## [1] 1
##
## [[1]][[2]]$mirror_url
## NULL
##
## [[1]][[2]]$open_issues_count
## [1] 6
##
## [[1]][[2]]$forks
## [1] 1
##
## [[1]][[2]]$open_issues
## [1] 6
##
## [[1]][[2]]$watchers
## [1] 19
##
## [[1]][[2]]$default_branch
## [1] "master"
##
##
## [[1]][[3]]
## [[1]][[3]]$id
## [1] 36442442
##
## [[1]][[3]]$name
## [1] "ask"
##
## [[1]][[3]]$full_name
## [1] "gaborcsardi/ask"
##
## [[1]][[3]]$owner
## [[1]][[3]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[3]]$owner$id
## [1] 660288
##
## [[1]][[3]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[3]]$owner$gravatar_id
## [1] ""
##
## [[1]][[3]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[3]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[3]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[3]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[3]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[3]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[3]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[3]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[3]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[3]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[3]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[3]]$owner$type
## [1] "User"
##
## [[1]][[3]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[3]]$private
## [1] FALSE
##
## [[1]][[3]]$html_url
## [1] "https://github.com/gaborcsardi/ask"
##
## [[1]][[3]]$description
## [1] "Friendly CLI interaction in R"
##
## [[1]][[3]]$fork
## [1] FALSE
##
## [[1]][[3]]$url
## [1] "https://api.github.com/repos/gaborcsardi/ask"
##
## [[1]][[3]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/forks"
##
## [[1]][[3]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/keys{/key_id}"
##
## [[1]][[3]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/collaborators{/collaborator}"
##
## [[1]][[3]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/teams"
##
## [[1]][[3]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/hooks"
##
## [[1]][[3]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/issues/events{/number}"
##
## [[1]][[3]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/events"
##
## [[1]][[3]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/assignees{/user}"
##
## [[1]][[3]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/branches{/branch}"
##
## [[1]][[3]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/tags"
##
## [[1]][[3]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/git/blobs{/sha}"
##
## [[1]][[3]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/git/tags{/sha}"
##
## [[1]][[3]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/git/refs{/sha}"
##
## [[1]][[3]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/git/trees{/sha}"
##
## [[1]][[3]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/statuses/{sha}"
##
## [[1]][[3]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/languages"
##
## [[1]][[3]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/stargazers"
##
## [[1]][[3]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/contributors"
##
## [[1]][[3]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/subscribers"
##
## [[1]][[3]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/subscription"
##
## [[1]][[3]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/commits{/sha}"
##
## [[1]][[3]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/git/commits{/sha}"
##
## [[1]][[3]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/comments{/number}"
##
## [[1]][[3]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/issues/comments{/number}"
##
## [[1]][[3]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/contents/{+path}"
##
## [[1]][[3]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/compare/{base}...{head}"
##
## [[1]][[3]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/merges"
##
## [[1]][[3]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/{archive_format}{/ref}"
##
## [[1]][[3]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/downloads"
##
## [[1]][[3]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/issues{/number}"
##
## [[1]][[3]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/pulls{/number}"
##
## [[1]][[3]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/milestones{/number}"
##
## [[1]][[3]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/notifications{?since,all,participating}"
##
## [[1]][[3]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/labels{/name}"
##
## [[1]][[3]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/releases{/id}"
##
## [[1]][[3]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/ask/deployments"
##
## [[1]][[3]]$created_at
## [1] "2015-05-28T14:04:57Z"
##
## [[1]][[3]]$updated_at
## [1] "2016-06-19T17:06:15Z"
##
## [[1]][[3]]$pushed_at
## [1] "2016-07-05T07:55:46Z"
##
## [[1]][[3]]$git_url
## [1] "git://github.com/gaborcsardi/ask.git"
##
## [[1]][[3]]$ssh_url
## [1] "git@github.com:gaborcsardi/ask.git"
##
## [[1]][[3]]$clone_url
## [1] "https://github.com/gaborcsardi/ask.git"
##
## [[1]][[3]]$svn_url
## [1] "https://github.com/gaborcsardi/ask"
##
## [[1]][[3]]$homepage
## NULL
##
## [[1]][[3]]$size
## [1] 199
##
## [[1]][[3]]$stargazers_count
## [1] 5
##
## [[1]][[3]]$watchers_count
## [1] 5
##
## [[1]][[3]]$language
## [1] "R"
##
## [[1]][[3]]$has_issues
## [1] TRUE
##
## [[1]][[3]]$has_downloads
## [1] TRUE
##
## [[1]][[3]]$has_wiki
## [1] TRUE
##
## [[1]][[3]]$has_pages
## [1] FALSE
##
## [[1]][[3]]$forks_count
## [1] 0
##
## [[1]][[3]]$mirror_url
## NULL
##
## [[1]][[3]]$open_issues_count
## [1] 4
##
## [[1]][[3]]$forks
## [1] 0
##
## [[1]][[3]]$open_issues
## [1] 4
##
## [[1]][[3]]$watchers
## [1] 5
##
## [[1]][[3]]$default_branch
## [1] "master"
##
##
## [[1]][[4]]
## [[1]][[4]]$id
## [1] 34924886
##
## [[1]][[4]]$name
## [1] "baseimports"
##
## [[1]][[4]]$full_name
## [1] "gaborcsardi/baseimports"
##
## [[1]][[4]]$owner
## [[1]][[4]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[4]]$owner$id
## [1] 660288
##
## [[1]][[4]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[4]]$owner$gravatar_id
## [1] ""
##
## [[1]][[4]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[4]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[4]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[4]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[4]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[4]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[4]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[4]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[4]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[4]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[4]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[4]]$owner$type
## [1] "User"
##
## [[1]][[4]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[4]]$private
## [1] FALSE
##
## [[1]][[4]]$html_url
## [1] "https://github.com/gaborcsardi/baseimports"
##
## [[1]][[4]]$description
## [1] "Do we get warnings for undeclared imports from base R packages?"
##
## [[1]][[4]]$fork
## [1] FALSE
##
## [[1]][[4]]$url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports"
##
## [[1]][[4]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/forks"
##
## [[1]][[4]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/keys{/key_id}"
##
## [[1]][[4]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/collaborators{/collaborator}"
##
## [[1]][[4]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/teams"
##
## [[1]][[4]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/hooks"
##
## [[1]][[4]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/issues/events{/number}"
##
## [[1]][[4]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/events"
##
## [[1]][[4]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/assignees{/user}"
##
## [[1]][[4]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/branches{/branch}"
##
## [[1]][[4]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/tags"
##
## [[1]][[4]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/git/blobs{/sha}"
##
## [[1]][[4]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/git/tags{/sha}"
##
## [[1]][[4]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/git/refs{/sha}"
##
## [[1]][[4]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/git/trees{/sha}"
##
## [[1]][[4]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/statuses/{sha}"
##
## [[1]][[4]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/languages"
##
## [[1]][[4]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/stargazers"
##
## [[1]][[4]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/contributors"
##
## [[1]][[4]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/subscribers"
##
## [[1]][[4]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/subscription"
##
## [[1]][[4]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/commits{/sha}"
##
## [[1]][[4]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/git/commits{/sha}"
##
## [[1]][[4]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/comments{/number}"
##
## [[1]][[4]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/issues/comments{/number}"
##
## [[1]][[4]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/contents/{+path}"
##
## [[1]][[4]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/compare/{base}...{head}"
##
## [[1]][[4]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/merges"
##
## [[1]][[4]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/{archive_format}{/ref}"
##
## [[1]][[4]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/downloads"
##
## [[1]][[4]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/issues{/number}"
##
## [[1]][[4]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/pulls{/number}"
##
## [[1]][[4]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/milestones{/number}"
##
## [[1]][[4]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/notifications{?since,all,participating}"
##
## [[1]][[4]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/labels{/name}"
##
## [[1]][[4]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/releases{/id}"
##
## [[1]][[4]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/baseimports/deployments"
##
## [[1]][[4]]$created_at
## [1] "2015-05-01T21:29:10Z"
##
## [[1]][[4]]$updated_at
## [1] "2015-05-01T23:03:42Z"
##
## [[1]][[4]]$pushed_at
## [1] "2015-05-01T23:03:41Z"
##
## [[1]][[4]]$git_url
## [1] "git://github.com/gaborcsardi/baseimports.git"
##
## [[1]][[4]]$ssh_url
## [1] "git@github.com:gaborcsardi/baseimports.git"
##
## [[1]][[4]]$clone_url
## [1] "https://github.com/gaborcsardi/baseimports.git"
##
## [[1]][[4]]$svn_url
## [1] "https://github.com/gaborcsardi/baseimports"
##
## [[1]][[4]]$homepage
## NULL
##
## [[1]][[4]]$size
## [1] 112
##
## [[1]][[4]]$stargazers_count
## [1] 0
##
## [[1]][[4]]$watchers_count
## [1] 0
##
## [[1]][[4]]$language
## [1] "R"
##
## [[1]][[4]]$has_issues
## [1] TRUE
##
## [[1]][[4]]$has_downloads
## [1] TRUE
##
## [[1]][[4]]$has_wiki
## [1] TRUE
##
## [[1]][[4]]$has_pages
## [1] FALSE
##
## [[1]][[4]]$forks_count
## [1] 0
##
## [[1]][[4]]$mirror_url
## NULL
##
## [[1]][[4]]$open_issues_count
## [1] 0
##
## [[1]][[4]]$forks
## [1] 0
##
## [[1]][[4]]$open_issues
## [1] 0
##
## [[1]][[4]]$watchers
## [1] 0
##
## [[1]][[4]]$default_branch
## [1] "master"
##
##
## [[1]][[5]]
## [[1]][[5]]$id
## [1] 61620661
##
## [[1]][[5]]$name
## [1] "citest"
##
## [[1]][[5]]$full_name
## [1] "gaborcsardi/citest"
##
## [[1]][[5]]$owner
## [[1]][[5]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[5]]$owner$id
## [1] 660288
##
## [[1]][[5]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[5]]$owner$gravatar_id
## [1] ""
##
## [[1]][[5]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[5]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[5]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[5]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[5]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[5]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[5]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[5]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[5]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[5]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[5]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[5]]$owner$type
## [1] "User"
##
## [[1]][[5]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[5]]$private
## [1] FALSE
##
## [[1]][[5]]$html_url
## [1] "https://github.com/gaborcsardi/citest"
##
## [[1]][[5]]$description
## [1] "Test R package and repo for the r-hub CI"
##
## [[1]][[5]]$fork
## [1] TRUE
##
## [[1]][[5]]$url
## [1] "https://api.github.com/repos/gaborcsardi/citest"
##
## [[1]][[5]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/forks"
##
## [[1]][[5]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/keys{/key_id}"
##
## [[1]][[5]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/collaborators{/collaborator}"
##
## [[1]][[5]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/teams"
##
## [[1]][[5]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/hooks"
##
## [[1]][[5]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/issues/events{/number}"
##
## [[1]][[5]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/events"
##
## [[1]][[5]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/assignees{/user}"
##
## [[1]][[5]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/branches{/branch}"
##
## [[1]][[5]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/tags"
##
## [[1]][[5]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/git/blobs{/sha}"
##
## [[1]][[5]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/git/tags{/sha}"
##
## [[1]][[5]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/git/refs{/sha}"
##
## [[1]][[5]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/git/trees{/sha}"
##
## [[1]][[5]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/statuses/{sha}"
##
## [[1]][[5]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/languages"
##
## [[1]][[5]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/stargazers"
##
## [[1]][[5]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/contributors"
##
## [[1]][[5]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/subscribers"
##
## [[1]][[5]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/subscription"
##
## [[1]][[5]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/commits{/sha}"
##
## [[1]][[5]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/git/commits{/sha}"
##
## [[1]][[5]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/comments{/number}"
##
## [[1]][[5]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/issues/comments{/number}"
##
## [[1]][[5]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/contents/{+path}"
##
## [[1]][[5]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/compare/{base}...{head}"
##
## [[1]][[5]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/merges"
##
## [[1]][[5]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/{archive_format}{/ref}"
##
## [[1]][[5]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/downloads"
##
## [[1]][[5]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/issues{/number}"
##
## [[1]][[5]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/pulls{/number}"
##
## [[1]][[5]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/milestones{/number}"
##
## [[1]][[5]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/notifications{?since,all,participating}"
##
## [[1]][[5]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/labels{/name}"
##
## [[1]][[5]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/releases{/id}"
##
## [[1]][[5]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/citest/deployments"
##
## [[1]][[5]]$created_at
## [1] "2016-06-21T09:29:01Z"
##
## [[1]][[5]]$updated_at
## [1] "2016-06-21T09:29:02Z"
##
## [[1]][[5]]$pushed_at
## [1] "2016-06-21T09:29:44Z"
##
## [[1]][[5]]$git_url
## [1] "git://github.com/gaborcsardi/citest.git"
##
## [[1]][[5]]$ssh_url
## [1] "git@github.com:gaborcsardi/citest.git"
##
## [[1]][[5]]$clone_url
## [1] "https://github.com/gaborcsardi/citest.git"
##
## [[1]][[5]]$svn_url
## [1] "https://github.com/gaborcsardi/citest"
##
## [[1]][[5]]$homepage
## NULL
##
## [[1]][[5]]$size
## [1] 2
##
## [[1]][[5]]$stargazers_count
## [1] 0
##
## [[1]][[5]]$watchers_count
## [1] 0
##
## [[1]][[5]]$language
## [1] "R"
##
## [[1]][[5]]$has_issues
## [1] FALSE
##
## [[1]][[5]]$has_downloads
## [1] TRUE
##
## [[1]][[5]]$has_wiki
## [1] TRUE
##
## [[1]][[5]]$has_pages
## [1] FALSE
##
## [[1]][[5]]$forks_count
## [1] 0
##
## [[1]][[5]]$mirror_url
## NULL
##
## [[1]][[5]]$open_issues_count
## [1] 0
##
## [[1]][[5]]$forks
## [1] 0
##
## [[1]][[5]]$open_issues
## [1] 0
##
## [[1]][[5]]$watchers
## [1] 0
##
## [[1]][[5]]$default_branch
## [1] "master"
##
##
## [[1]][[6]]
## [[1]][[6]]$id
## [1] 33907457
##
## [[1]][[6]]$name
## [1] "clisymbols"
##
## [[1]][[6]]$full_name
## [1] "gaborcsardi/clisymbols"
##
## [[1]][[6]]$owner
## [[1]][[6]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[6]]$owner$id
## [1] 660288
##
## [[1]][[6]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[6]]$owner$gravatar_id
## [1] ""
##
## [[1]][[6]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[6]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[6]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[6]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[6]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[6]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[6]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[6]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[6]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[6]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[6]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[6]]$owner$type
## [1] "User"
##
## [[1]][[6]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[6]]$private
## [1] FALSE
##
## [[1]][[6]]$html_url
## [1] "https://github.com/gaborcsardi/clisymbols"
##
## [[1]][[6]]$description
## [1] "Unicode symbols for CLI applications, with fallbacks"
##
## [[1]][[6]]$fork
## [1] FALSE
##
## [[1]][[6]]$url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols"
##
## [[1]][[6]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/forks"
##
## [[1]][[6]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/keys{/key_id}"
##
## [[1]][[6]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/collaborators{/collaborator}"
##
## [[1]][[6]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/teams"
##
## [[1]][[6]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/hooks"
##
## [[1]][[6]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/issues/events{/number}"
##
## [[1]][[6]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/events"
##
## [[1]][[6]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/assignees{/user}"
##
## [[1]][[6]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/branches{/branch}"
##
## [[1]][[6]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/tags"
##
## [[1]][[6]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/git/blobs{/sha}"
##
## [[1]][[6]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/git/tags{/sha}"
##
## [[1]][[6]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/git/refs{/sha}"
##
## [[1]][[6]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/git/trees{/sha}"
##
## [[1]][[6]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/statuses/{sha}"
##
## [[1]][[6]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/languages"
##
## [[1]][[6]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/stargazers"
##
## [[1]][[6]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/contributors"
##
## [[1]][[6]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/subscribers"
##
## [[1]][[6]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/subscription"
##
## [[1]][[6]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/commits{/sha}"
##
## [[1]][[6]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/git/commits{/sha}"
##
## [[1]][[6]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/comments{/number}"
##
## [[1]][[6]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/issues/comments{/number}"
##
## [[1]][[6]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/contents/{+path}"
##
## [[1]][[6]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/compare/{base}...{head}"
##
## [[1]][[6]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/merges"
##
## [[1]][[6]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/{archive_format}{/ref}"
##
## [[1]][[6]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/downloads"
##
## [[1]][[6]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/issues{/number}"
##
## [[1]][[6]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/pulls{/number}"
##
## [[1]][[6]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/milestones{/number}"
##
## [[1]][[6]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/notifications{?since,all,participating}"
##
## [[1]][[6]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/labels{/name}"
##
## [[1]][[6]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/releases{/id}"
##
## [[1]][[6]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/clisymbols/deployments"
##
## [[1]][[6]]$created_at
## [1] "2015-04-14T02:57:39Z"
##
## [[1]][[6]]$updated_at
## [1] "2016-07-01T14:00:13Z"
##
## [[1]][[6]]$pushed_at
## [1] "2015-06-07T19:02:10Z"
##
## [[1]][[6]]$git_url
## [1] "git://github.com/gaborcsardi/clisymbols.git"
##
## [[1]][[6]]$ssh_url
## [1] "git@github.com:gaborcsardi/clisymbols.git"
##
## [[1]][[6]]$clone_url
## [1] "https://github.com/gaborcsardi/clisymbols.git"
##
## [[1]][[6]]$svn_url
## [1] "https://github.com/gaborcsardi/clisymbols"
##
## [[1]][[6]]$homepage
## [1] ""
##
## [[1]][[6]]$size
## [1] 180
##
## [[1]][[6]]$stargazers_count
## [1] 18
##
## [[1]][[6]]$watchers_count
## [1] 18
##
## [[1]][[6]]$language
## [1] "R"
##
## [[1]][[6]]$has_issues
## [1] TRUE
##
## [[1]][[6]]$has_downloads
## [1] TRUE
##
## [[1]][[6]]$has_wiki
## [1] TRUE
##
## [[1]][[6]]$has_pages
## [1] FALSE
##
## [[1]][[6]]$forks_count
## [1] 0
##
## [[1]][[6]]$mirror_url
## NULL
##
## [[1]][[6]]$open_issues_count
## [1] 0
##
## [[1]][[6]]$forks
## [1] 0
##
## [[1]][[6]]$open_issues
## [1] 0
##
## [[1]][[6]]$watchers
## [1] 18
##
## [[1]][[6]]$default_branch
## [1] "master"
##
##
## [[1]][[7]]
## [[1]][[7]]$id
## [1] 37236467
##
## [[1]][[7]]$name
## [1] "cmaker"
##
## [[1]][[7]]$full_name
## [1] "gaborcsardi/cmaker"
##
## [[1]][[7]]$owner
## [[1]][[7]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[7]]$owner$id
## [1] 660288
##
## [[1]][[7]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[7]]$owner$gravatar_id
## [1] ""
##
## [[1]][[7]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[7]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[7]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[7]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[7]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[7]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[7]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[7]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[7]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[7]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[7]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[7]]$owner$type
## [1] "User"
##
## [[1]][[7]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[7]]$private
## [1] FALSE
##
## [[1]][[7]]$html_url
## [1] "https://github.com/gaborcsardi/cmaker"
##
## [[1]][[7]]$description
## [1] "port of cmake to r"
##
## [[1]][[7]]$fork
## [1] TRUE
##
## [[1]][[7]]$url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker"
##
## [[1]][[7]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/forks"
##
## [[1]][[7]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/keys{/key_id}"
##
## [[1]][[7]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/collaborators{/collaborator}"
##
## [[1]][[7]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/teams"
##
## [[1]][[7]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/hooks"
##
## [[1]][[7]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/issues/events{/number}"
##
## [[1]][[7]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/events"
##
## [[1]][[7]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/assignees{/user}"
##
## [[1]][[7]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/branches{/branch}"
##
## [[1]][[7]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/tags"
##
## [[1]][[7]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/git/blobs{/sha}"
##
## [[1]][[7]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/git/tags{/sha}"
##
## [[1]][[7]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/git/refs{/sha}"
##
## [[1]][[7]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/git/trees{/sha}"
##
## [[1]][[7]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/statuses/{sha}"
##
## [[1]][[7]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/languages"
##
## [[1]][[7]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/stargazers"
##
## [[1]][[7]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/contributors"
##
## [[1]][[7]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/subscribers"
##
## [[1]][[7]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/subscription"
##
## [[1]][[7]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/commits{/sha}"
##
## [[1]][[7]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/git/commits{/sha}"
##
## [[1]][[7]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/comments{/number}"
##
## [[1]][[7]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/issues/comments{/number}"
##
## [[1]][[7]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/contents/{+path}"
##
## [[1]][[7]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/compare/{base}...{head}"
##
## [[1]][[7]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/merges"
##
## [[1]][[7]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/{archive_format}{/ref}"
##
## [[1]][[7]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/downloads"
##
## [[1]][[7]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/issues{/number}"
##
## [[1]][[7]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/pulls{/number}"
##
## [[1]][[7]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/milestones{/number}"
##
## [[1]][[7]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/notifications{?since,all,participating}"
##
## [[1]][[7]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/labels{/name}"
##
## [[1]][[7]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/releases{/id}"
##
## [[1]][[7]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/cmaker/deployments"
##
## [[1]][[7]]$created_at
## [1] "2015-06-11T03:10:38Z"
##
## [[1]][[7]]$updated_at
## [1] "2015-06-11T03:10:46Z"
##
## [[1]][[7]]$pushed_at
## [1] "2015-06-16T18:08:03Z"
##
## [[1]][[7]]$git_url
## [1] "git://github.com/gaborcsardi/cmaker.git"
##
## [[1]][[7]]$ssh_url
## [1] "git@github.com:gaborcsardi/cmaker.git"
##
## [[1]][[7]]$clone_url
## [1] "https://github.com/gaborcsardi/cmaker.git"
##
## [[1]][[7]]$svn_url
## [1] "https://github.com/gaborcsardi/cmaker"
##
## [[1]][[7]]$homepage
## NULL
##
## [[1]][[7]]$size
## [1] 6244
##
## [[1]][[7]]$stargazers_count
## [1] 0
##
## [[1]][[7]]$watchers_count
## [1] 0
##
## [[1]][[7]]$language
## [1] "C"
##
## [[1]][[7]]$has_issues
## [1] FALSE
##
## [[1]][[7]]$has_downloads
## [1] TRUE
##
## [[1]][[7]]$has_wiki
## [1] TRUE
##
## [[1]][[7]]$has_pages
## [1] FALSE
##
## [[1]][[7]]$forks_count
## [1] 0
##
## [[1]][[7]]$mirror_url
## NULL
##
## [[1]][[7]]$open_issues_count
## [1] 0
##
## [[1]][[7]]$forks
## [1] 0
##
## [[1]][[7]]$open_issues
## [1] 0
##
## [[1]][[7]]$watchers
## [1] 0
##
## [[1]][[7]]$default_branch
## [1] "master"
##
##
## [[1]][[8]]
## [[1]][[8]]$id
## [1] 67959624
##
## [[1]][[8]]$name
## [1] "cmark"
##
## [[1]][[8]]$full_name
## [1] "gaborcsardi/cmark"
##
## [[1]][[8]]$owner
## [[1]][[8]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[8]]$owner$id
## [1] 660288
##
## [[1]][[8]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[8]]$owner$gravatar_id
## [1] ""
##
## [[1]][[8]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[8]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[8]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[8]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[8]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[8]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[8]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[8]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[8]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[8]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[8]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[8]]$owner$type
## [1] "User"
##
## [[1]][[8]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[8]]$private
## [1] FALSE
##
## [[1]][[8]]$html_url
## [1] "https://github.com/gaborcsardi/cmark"
##
## [[1]][[8]]$description
## [1] "CommonMark parsing and rendering library and program in C"
##
## [[1]][[8]]$fork
## [1] TRUE
##
## [[1]][[8]]$url
## [1] "https://api.github.com/repos/gaborcsardi/cmark"
##
## [[1]][[8]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/forks"
##
## [[1]][[8]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/keys{/key_id}"
##
## [[1]][[8]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/collaborators{/collaborator}"
##
## [[1]][[8]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/teams"
##
## [[1]][[8]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/hooks"
##
## [[1]][[8]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/issues/events{/number}"
##
## [[1]][[8]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/events"
##
## [[1]][[8]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/assignees{/user}"
##
## [[1]][[8]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/branches{/branch}"
##
## [[1]][[8]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/tags"
##
## [[1]][[8]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/git/blobs{/sha}"
##
## [[1]][[8]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/git/tags{/sha}"
##
## [[1]][[8]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/git/refs{/sha}"
##
## [[1]][[8]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/git/trees{/sha}"
##
## [[1]][[8]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/statuses/{sha}"
##
## [[1]][[8]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/languages"
##
## [[1]][[8]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/stargazers"
##
## [[1]][[8]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/contributors"
##
## [[1]][[8]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/subscribers"
##
## [[1]][[8]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/subscription"
##
## [[1]][[8]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/commits{/sha}"
##
## [[1]][[8]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/git/commits{/sha}"
##
## [[1]][[8]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/comments{/number}"
##
## [[1]][[8]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/issues/comments{/number}"
##
## [[1]][[8]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/contents/{+path}"
##
## [[1]][[8]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/compare/{base}...{head}"
##
## [[1]][[8]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/merges"
##
## [[1]][[8]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/{archive_format}{/ref}"
##
## [[1]][[8]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/downloads"
##
## [[1]][[8]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/issues{/number}"
##
## [[1]][[8]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/pulls{/number}"
##
## [[1]][[8]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/milestones{/number}"
##
## [[1]][[8]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/notifications{?since,all,participating}"
##
## [[1]][[8]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/labels{/name}"
##
## [[1]][[8]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/releases{/id}"
##
## [[1]][[8]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/cmark/deployments"
##
## [[1]][[8]]$created_at
## [1] "2016-09-11T23:19:49Z"
##
## [[1]][[8]]$updated_at
## [1] "2016-09-11T23:19:50Z"
##
## [[1]][[8]]$pushed_at
## [1] "2016-09-11T23:20:23Z"
##
## [[1]][[8]]$git_url
## [1] "git://github.com/gaborcsardi/cmark.git"
##
## [[1]][[8]]$ssh_url
## [1] "git@github.com:gaborcsardi/cmark.git"
##
## [[1]][[8]]$clone_url
## [1] "https://github.com/gaborcsardi/cmark.git"
##
## [[1]][[8]]$svn_url
## [1] "https://github.com/gaborcsardi/cmark"
##
## [[1]][[8]]$homepage
## NULL
##
## [[1]][[8]]$size
## [1] 3704
##
## [[1]][[8]]$stargazers_count
## [1] 0
##
## [[1]][[8]]$watchers_count
## [1] 0
##
## [[1]][[8]]$language
## [1] "C"
##
## [[1]][[8]]$has_issues
## [1] FALSE
##
## [[1]][[8]]$has_downloads
## [1] TRUE
##
## [[1]][[8]]$has_wiki
## [1] TRUE
##
## [[1]][[8]]$has_pages
## [1] FALSE
##
## [[1]][[8]]$forks_count
## [1] 0
##
## [[1]][[8]]$mirror_url
## NULL
##
## [[1]][[8]]$open_issues_count
## [1] 0
##
## [[1]][[8]]$forks
## [1] 0
##
## [[1]][[8]]$open_issues
## [1] 0
##
## [[1]][[8]]$watchers
## [1] 0
##
## [[1]][[8]]$default_branch
## [1] "master"
##
##
## [[1]][[9]]
## [[1]][[9]]$id
## [1] 63152619
##
## [[1]][[9]]$name
## [1] "conditions"
##
## [[1]][[9]]$full_name
## [1] "gaborcsardi/conditions"
##
## [[1]][[9]]$owner
## [[1]][[9]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[9]]$owner$id
## [1] 660288
##
## [[1]][[9]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[9]]$owner$gravatar_id
## [1] ""
##
## [[1]][[9]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[9]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[9]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[9]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[9]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[9]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[9]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[9]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[9]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[9]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[9]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[9]]$owner$type
## [1] "User"
##
## [[1]][[9]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[9]]$private
## [1] FALSE
##
## [[1]][[9]]$html_url
## [1] "https://github.com/gaborcsardi/conditions"
##
## [[1]][[9]]$description
## NULL
##
## [[1]][[9]]$fork
## [1] TRUE
##
## [[1]][[9]]$url
## [1] "https://api.github.com/repos/gaborcsardi/conditions"
##
## [[1]][[9]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/forks"
##
## [[1]][[9]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/keys{/key_id}"
##
## [[1]][[9]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/collaborators{/collaborator}"
##
## [[1]][[9]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/teams"
##
## [[1]][[9]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/hooks"
##
## [[1]][[9]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/issues/events{/number}"
##
## [[1]][[9]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/events"
##
## [[1]][[9]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/assignees{/user}"
##
## [[1]][[9]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/branches{/branch}"
##
## [[1]][[9]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/tags"
##
## [[1]][[9]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/git/blobs{/sha}"
##
## [[1]][[9]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/git/tags{/sha}"
##
## [[1]][[9]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/git/refs{/sha}"
##
## [[1]][[9]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/git/trees{/sha}"
##
## [[1]][[9]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/statuses/{sha}"
##
## [[1]][[9]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/languages"
##
## [[1]][[9]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/stargazers"
##
## [[1]][[9]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/contributors"
##
## [[1]][[9]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/subscribers"
##
## [[1]][[9]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/subscription"
##
## [[1]][[9]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/commits{/sha}"
##
## [[1]][[9]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/git/commits{/sha}"
##
## [[1]][[9]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/comments{/number}"
##
## [[1]][[9]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/issues/comments{/number}"
##
## [[1]][[9]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/contents/{+path}"
##
## [[1]][[9]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/compare/{base}...{head}"
##
## [[1]][[9]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/merges"
##
## [[1]][[9]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/{archive_format}{/ref}"
##
## [[1]][[9]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/downloads"
##
## [[1]][[9]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/issues{/number}"
##
## [[1]][[9]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/pulls{/number}"
##
## [[1]][[9]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/milestones{/number}"
##
## [[1]][[9]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/notifications{?since,all,participating}"
##
## [[1]][[9]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/labels{/name}"
##
## [[1]][[9]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/releases{/id}"
##
## [[1]][[9]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/conditions/deployments"
##
## [[1]][[9]]$created_at
## [1] "2016-07-12T11:31:31Z"
##
## [[1]][[9]]$updated_at
## [1] "2016-07-12T11:31:32Z"
##
## [[1]][[9]]$pushed_at
## [1] "2016-08-08T13:29:31Z"
##
## [[1]][[9]]$git_url
## [1] "git://github.com/gaborcsardi/conditions.git"
##
## [[1]][[9]]$ssh_url
## [1] "git@github.com:gaborcsardi/conditions.git"
##
## [[1]][[9]]$clone_url
## [1] "https://github.com/gaborcsardi/conditions.git"
##
## [[1]][[9]]$svn_url
## [1] "https://github.com/gaborcsardi/conditions"
##
## [[1]][[9]]$homepage
## NULL
##
## [[1]][[9]]$size
## [1] 24
##
## [[1]][[9]]$stargazers_count
## [1] 0
##
## [[1]][[9]]$watchers_count
## [1] 0
##
## [[1]][[9]]$language
## [1] "R"
##
## [[1]][[9]]$has_issues
## [1] FALSE
##
## [[1]][[9]]$has_downloads
## [1] TRUE
##
## [[1]][[9]]$has_wiki
## [1] TRUE
##
## [[1]][[9]]$has_pages
## [1] FALSE
##
## [[1]][[9]]$forks_count
## [1] 0
##
## [[1]][[9]]$mirror_url
## NULL
##
## [[1]][[9]]$open_issues_count
## [1] 0
##
## [[1]][[9]]$forks
## [1] 0
##
## [[1]][[9]]$open_issues
## [1] 0
##
## [[1]][[9]]$watchers
## [1] 0
##
## [[1]][[9]]$default_branch
## [1] "master"
##
##
## [[1]][[10]]
## [[1]][[10]]$id
## [1] 24343686
##
## [[1]][[10]]$name
## [1] "crayon"
##
## [[1]][[10]]$full_name
## [1] "gaborcsardi/crayon"
##
## [[1]][[10]]$owner
## [[1]][[10]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[10]]$owner$id
## [1] 660288
##
## [[1]][[10]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[10]]$owner$gravatar_id
## [1] ""
##
## [[1]][[10]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[10]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[10]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[10]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[10]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[10]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[10]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[10]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[10]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[10]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[10]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[10]]$owner$type
## [1] "User"
##
## [[1]][[10]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[10]]$private
## [1] FALSE
##
## [[1]][[10]]$html_url
## [1] "https://github.com/gaborcsardi/crayon"
##
## [[1]][[10]]$description
## [1] "R package for colored terminal output"
##
## [[1]][[10]]$fork
## [1] FALSE
##
## [[1]][[10]]$url
## [1] "https://api.github.com/repos/gaborcsardi/crayon"
##
## [[1]][[10]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/forks"
##
## [[1]][[10]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/keys{/key_id}"
##
## [[1]][[10]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/collaborators{/collaborator}"
##
## [[1]][[10]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/teams"
##
## [[1]][[10]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/hooks"
##
## [[1]][[10]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/issues/events{/number}"
##
## [[1]][[10]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/events"
##
## [[1]][[10]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/assignees{/user}"
##
## [[1]][[10]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/branches{/branch}"
##
## [[1]][[10]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/tags"
##
## [[1]][[10]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/git/blobs{/sha}"
##
## [[1]][[10]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/git/tags{/sha}"
##
## [[1]][[10]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/git/refs{/sha}"
##
## [[1]][[10]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/git/trees{/sha}"
##
## [[1]][[10]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/statuses/{sha}"
##
## [[1]][[10]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/languages"
##
## [[1]][[10]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/stargazers"
##
## [[1]][[10]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/contributors"
##
## [[1]][[10]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/subscribers"
##
## [[1]][[10]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/subscription"
##
## [[1]][[10]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/commits{/sha}"
##
## [[1]][[10]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/git/commits{/sha}"
##
## [[1]][[10]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/comments{/number}"
##
## [[1]][[10]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/issues/comments{/number}"
##
## [[1]][[10]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/contents/{+path}"
##
## [[1]][[10]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/compare/{base}...{head}"
##
## [[1]][[10]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/merges"
##
## [[1]][[10]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/{archive_format}{/ref}"
##
## [[1]][[10]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/downloads"
##
## [[1]][[10]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/issues{/number}"
##
## [[1]][[10]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/pulls{/number}"
##
## [[1]][[10]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/milestones{/number}"
##
## [[1]][[10]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/notifications{?since,all,participating}"
##
## [[1]][[10]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/labels{/name}"
##
## [[1]][[10]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/releases{/id}"
##
## [[1]][[10]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/crayon/deployments"
##
## [[1]][[10]]$created_at
## [1] "2014-09-22T20:07:22Z"
##
## [[1]][[10]]$updated_at
## [1] "2016-10-19T13:23:29Z"
##
## [[1]][[10]]$pushed_at
## [1] "2016-08-24T00:26:36Z"
##
## [[1]][[10]]$git_url
## [1] "git://github.com/gaborcsardi/crayon.git"
##
## [[1]][[10]]$ssh_url
## [1] "git@github.com:gaborcsardi/crayon.git"
##
## [[1]][[10]]$clone_url
## [1] "https://github.com/gaborcsardi/crayon.git"
##
## [[1]][[10]]$svn_url
## [1] "https://github.com/gaborcsardi/crayon"
##
## [[1]][[10]]$homepage
## NULL
##
## [[1]][[10]]$size
## [1] 752
##
## [[1]][[10]]$stargazers_count
## [1] 52
##
## [[1]][[10]]$watchers_count
## [1] 52
##
## [[1]][[10]]$language
## [1] "R"
##
## [[1]][[10]]$has_issues
## [1] TRUE
##
## [[1]][[10]]$has_downloads
## [1] TRUE
##
## [[1]][[10]]$has_wiki
## [1] TRUE
##
## [[1]][[10]]$has_pages
## [1] FALSE
##
## [[1]][[10]]$forks_count
## [1] 9
##
## [[1]][[10]]$mirror_url
## NULL
##
## [[1]][[10]]$open_issues_count
## [1] 7
##
## [[1]][[10]]$forks
## [1] 9
##
## [[1]][[10]]$open_issues
## [1] 7
##
## [[1]][[10]]$watchers
## [1] 52
##
## [[1]][[10]]$default_branch
## [1] "master"
##
##
## [[1]][[11]]
## [[1]][[11]]$id
## [1] 69169722
##
## [[1]][[11]]$name
## [1] "debugme"
##
## [[1]][[11]]$full_name
## [1] "gaborcsardi/debugme"
##
## [[1]][[11]]$owner
## [[1]][[11]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[11]]$owner$id
## [1] 660288
##
## [[1]][[11]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[11]]$owner$gravatar_id
## [1] ""
##
## [[1]][[11]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[11]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[11]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[11]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[11]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[11]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[11]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[11]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[11]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[11]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[11]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[11]]$owner$type
## [1] "User"
##
## [[1]][[11]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[11]]$private
## [1] FALSE
##
## [[1]][[11]]$html_url
## [1] "https://github.com/gaborcsardi/debugme"
##
## [[1]][[11]]$description
## [1] "Easy and efficient debugging for R packages"
##
## [[1]][[11]]$fork
## [1] FALSE
##
## [[1]][[11]]$url
## [1] "https://api.github.com/repos/gaborcsardi/debugme"
##
## [[1]][[11]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/forks"
##
## [[1]][[11]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/keys{/key_id}"
##
## [[1]][[11]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/collaborators{/collaborator}"
##
## [[1]][[11]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/teams"
##
## [[1]][[11]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/hooks"
##
## [[1]][[11]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/issues/events{/number}"
##
## [[1]][[11]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/events"
##
## [[1]][[11]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/assignees{/user}"
##
## [[1]][[11]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/branches{/branch}"
##
## [[1]][[11]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/tags"
##
## [[1]][[11]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/git/blobs{/sha}"
##
## [[1]][[11]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/git/tags{/sha}"
##
## [[1]][[11]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/git/refs{/sha}"
##
## [[1]][[11]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/git/trees{/sha}"
##
## [[1]][[11]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/statuses/{sha}"
##
## [[1]][[11]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/languages"
##
## [[1]][[11]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/stargazers"
##
## [[1]][[11]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/contributors"
##
## [[1]][[11]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/subscribers"
##
## [[1]][[11]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/subscription"
##
## [[1]][[11]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/commits{/sha}"
##
## [[1]][[11]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/git/commits{/sha}"
##
## [[1]][[11]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/comments{/number}"
##
## [[1]][[11]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/issues/comments{/number}"
##
## [[1]][[11]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/contents/{+path}"
##
## [[1]][[11]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/compare/{base}...{head}"
##
## [[1]][[11]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/merges"
##
## [[1]][[11]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/{archive_format}{/ref}"
##
## [[1]][[11]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/downloads"
##
## [[1]][[11]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/issues{/number}"
##
## [[1]][[11]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/pulls{/number}"
##
## [[1]][[11]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/milestones{/number}"
##
## [[1]][[11]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/notifications{?since,all,participating}"
##
## [[1]][[11]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/labels{/name}"
##
## [[1]][[11]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/releases{/id}"
##
## [[1]][[11]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/debugme/deployments"
##
## [[1]][[11]]$created_at
## [1] "2016-09-25T14:36:52Z"
##
## [[1]][[11]]$updated_at
## [1] "2016-10-05T07:39:26Z"
##
## [[1]][[11]]$pushed_at
## [1] "2016-09-28T14:24:32Z"
##
## [[1]][[11]]$git_url
## [1] "git://github.com/gaborcsardi/debugme.git"
##
## [[1]][[11]]$ssh_url
## [1] "git@github.com:gaborcsardi/debugme.git"
##
## [[1]][[11]]$clone_url
## [1] "https://github.com/gaborcsardi/debugme.git"
##
## [[1]][[11]]$svn_url
## [1] "https://github.com/gaborcsardi/debugme"
##
## [[1]][[11]]$homepage
## NULL
##
## [[1]][[11]]$size
## [1] 998
##
## [[1]][[11]]$stargazers_count
## [1] 20
##
## [[1]][[11]]$watchers_count
## [1] 20
##
## [[1]][[11]]$language
## [1] "R"
##
## [[1]][[11]]$has_issues
## [1] TRUE
##
## [[1]][[11]]$has_downloads
## [1] TRUE
##
## [[1]][[11]]$has_wiki
## [1] TRUE
##
## [[1]][[11]]$has_pages
## [1] FALSE
##
## [[1]][[11]]$forks_count
## [1] 0
##
## [[1]][[11]]$mirror_url
## NULL
##
## [[1]][[11]]$open_issues_count
## [1] 4
##
## [[1]][[11]]$forks
## [1] 0
##
## [[1]][[11]]$open_issues
## [1] 4
##
## [[1]][[11]]$watchers
## [1] 20
##
## [[1]][[11]]$default_branch
## [1] "master"
##
##
## [[1]][[12]]
## [[1]][[12]]$id
## [1] 64197030
##
## [[1]][[12]]$name
## [1] "diffobj"
##
## [[1]][[12]]$full_name
## [1] "gaborcsardi/diffobj"
##
## [[1]][[12]]$owner
## [[1]][[12]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[12]]$owner$id
## [1] 660288
##
## [[1]][[12]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[12]]$owner$gravatar_id
## [1] ""
##
## [[1]][[12]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[12]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[12]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[12]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[12]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[12]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[12]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[12]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[12]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[12]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[12]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[12]]$owner$type
## [1] "User"
##
## [[1]][[12]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[12]]$private
## [1] FALSE
##
## [[1]][[12]]$html_url
## [1] "https://github.com/gaborcsardi/diffobj"
##
## [[1]][[12]]$description
## [1] "Compare R Objects with a Diff"
##
## [[1]][[12]]$fork
## [1] TRUE
##
## [[1]][[12]]$url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj"
##
## [[1]][[12]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/forks"
##
## [[1]][[12]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/keys{/key_id}"
##
## [[1]][[12]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/collaborators{/collaborator}"
##
## [[1]][[12]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/teams"
##
## [[1]][[12]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/hooks"
##
## [[1]][[12]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/issues/events{/number}"
##
## [[1]][[12]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/events"
##
## [[1]][[12]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/assignees{/user}"
##
## [[1]][[12]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/branches{/branch}"
##
## [[1]][[12]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/tags"
##
## [[1]][[12]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/git/blobs{/sha}"
##
## [[1]][[12]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/git/tags{/sha}"
##
## [[1]][[12]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/git/refs{/sha}"
##
## [[1]][[12]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/git/trees{/sha}"
##
## [[1]][[12]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/statuses/{sha}"
##
## [[1]][[12]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/languages"
##
## [[1]][[12]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/stargazers"
##
## [[1]][[12]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/contributors"
##
## [[1]][[12]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/subscribers"
##
## [[1]][[12]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/subscription"
##
## [[1]][[12]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/commits{/sha}"
##
## [[1]][[12]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/git/commits{/sha}"
##
## [[1]][[12]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/comments{/number}"
##
## [[1]][[12]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/issues/comments{/number}"
##
## [[1]][[12]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/contents/{+path}"
##
## [[1]][[12]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/compare/{base}...{head}"
##
## [[1]][[12]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/merges"
##
## [[1]][[12]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/{archive_format}{/ref}"
##
## [[1]][[12]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/downloads"
##
## [[1]][[12]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/issues{/number}"
##
## [[1]][[12]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/pulls{/number}"
##
## [[1]][[12]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/milestones{/number}"
##
## [[1]][[12]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/notifications{?since,all,participating}"
##
## [[1]][[12]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/labels{/name}"
##
## [[1]][[12]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/releases{/id}"
##
## [[1]][[12]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/diffobj/deployments"
##
## [[1]][[12]]$created_at
## [1] "2016-07-26T06:46:59Z"
##
## [[1]][[12]]$updated_at
## [1] "2016-07-26T06:47:00Z"
##
## [[1]][[12]]$pushed_at
## [1] "2016-07-26T07:30:24Z"
##
## [[1]][[12]]$git_url
## [1] "git://github.com/gaborcsardi/diffobj.git"
##
## [[1]][[12]]$ssh_url
## [1] "git@github.com:gaborcsardi/diffobj.git"
##
## [[1]][[12]]$clone_url
## [1] "https://github.com/gaborcsardi/diffobj.git"
##
## [[1]][[12]]$svn_url
## [1] "https://github.com/gaborcsardi/diffobj"
##
## [[1]][[12]]$homepage
## [1] ""
##
## [[1]][[12]]$size
## [1] 1428
##
## [[1]][[12]]$stargazers_count
## [1] 0
##
## [[1]][[12]]$watchers_count
## [1] 0
##
## [[1]][[12]]$language
## [1] "R"
##
## [[1]][[12]]$has_issues
## [1] FALSE
##
## [[1]][[12]]$has_downloads
## [1] TRUE
##
## [[1]][[12]]$has_wiki
## [1] TRUE
##
## [[1]][[12]]$has_pages
## [1] FALSE
##
## [[1]][[12]]$forks_count
## [1] 0
##
## [[1]][[12]]$mirror_url
## NULL
##
## [[1]][[12]]$open_issues_count
## [1] 0
##
## [[1]][[12]]$forks
## [1] 0
##
## [[1]][[12]]$open_issues
## [1] 0
##
## [[1]][[12]]$watchers
## [1] 0
##
## [[1]][[12]]$default_branch
## [1] "master"
##
##
## [[1]][[13]]
## [[1]][[13]]$id
## [1] 25061555
##
## [[1]][[13]]$name
## [1] "disposables"
##
## [[1]][[13]]$full_name
## [1] "gaborcsardi/disposables"
##
## [[1]][[13]]$owner
## [[1]][[13]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[13]]$owner$id
## [1] 660288
##
## [[1]][[13]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[13]]$owner$gravatar_id
## [1] ""
##
## [[1]][[13]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[13]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[13]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[13]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[13]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[13]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[13]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[13]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[13]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[13]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[13]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[13]]$owner$type
## [1] "User"
##
## [[1]][[13]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[13]]$private
## [1] FALSE
##
## [[1]][[13]]$html_url
## [1] "https://github.com/gaborcsardi/disposables"
##
## [[1]][[13]]$description
## [1] "Create disposable R packages, for testing"
##
## [[1]][[13]]$fork
## [1] FALSE
##
## [[1]][[13]]$url
## [1] "https://api.github.com/repos/gaborcsardi/disposables"
##
## [[1]][[13]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/forks"
##
## [[1]][[13]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/keys{/key_id}"
##
## [[1]][[13]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/collaborators{/collaborator}"
##
## [[1]][[13]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/teams"
##
## [[1]][[13]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/hooks"
##
## [[1]][[13]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/issues/events{/number}"
##
## [[1]][[13]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/events"
##
## [[1]][[13]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/assignees{/user}"
##
## [[1]][[13]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/branches{/branch}"
##
## [[1]][[13]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/tags"
##
## [[1]][[13]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/git/blobs{/sha}"
##
## [[1]][[13]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/git/tags{/sha}"
##
## [[1]][[13]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/git/refs{/sha}"
##
## [[1]][[13]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/git/trees{/sha}"
##
## [[1]][[13]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/statuses/{sha}"
##
## [[1]][[13]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/languages"
##
## [[1]][[13]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/stargazers"
##
## [[1]][[13]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/contributors"
##
## [[1]][[13]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/subscribers"
##
## [[1]][[13]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/subscription"
##
## [[1]][[13]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/commits{/sha}"
##
## [[1]][[13]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/git/commits{/sha}"
##
## [[1]][[13]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/comments{/number}"
##
## [[1]][[13]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/issues/comments{/number}"
##
## [[1]][[13]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/contents/{+path}"
##
## [[1]][[13]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/compare/{base}...{head}"
##
## [[1]][[13]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/merges"
##
## [[1]][[13]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/{archive_format}{/ref}"
##
## [[1]][[13]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/downloads"
##
## [[1]][[13]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/issues{/number}"
##
## [[1]][[13]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/pulls{/number}"
##
## [[1]][[13]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/milestones{/number}"
##
## [[1]][[13]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/notifications{?since,all,participating}"
##
## [[1]][[13]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/labels{/name}"
##
## [[1]][[13]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/releases{/id}"
##
## [[1]][[13]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/disposables/deployments"
##
## [[1]][[13]]$created_at
## [1] "2014-10-11T03:17:23Z"
##
## [[1]][[13]]$updated_at
## [1] "2015-11-30T16:23:16Z"
##
## [[1]][[13]]$pushed_at
## [1] "2015-07-18T13:59:12Z"
##
## [[1]][[13]]$git_url
## [1] "git://github.com/gaborcsardi/disposables.git"
##
## [[1]][[13]]$ssh_url
## [1] "git@github.com:gaborcsardi/disposables.git"
##
## [[1]][[13]]$clone_url
## [1] "https://github.com/gaborcsardi/disposables.git"
##
## [[1]][[13]]$svn_url
## [1] "https://github.com/gaborcsardi/disposables"
##
## [[1]][[13]]$homepage
## NULL
##
## [[1]][[13]]$size
## [1] 216
##
## [[1]][[13]]$stargazers_count
## [1] 8
##
## [[1]][[13]]$watchers_count
## [1] 8
##
## [[1]][[13]]$language
## [1] "R"
##
## [[1]][[13]]$has_issues
## [1] TRUE
##
## [[1]][[13]]$has_downloads
## [1] TRUE
##
## [[1]][[13]]$has_wiki
## [1] TRUE
##
## [[1]][[13]]$has_pages
## [1] FALSE
##
## [[1]][[13]]$forks_count
## [1] 0
##
## [[1]][[13]]$mirror_url
## NULL
##
## [[1]][[13]]$open_issues_count
## [1] 2
##
## [[1]][[13]]$forks
## [1] 0
##
## [[1]][[13]]$open_issues
## [1] 2
##
## [[1]][[13]]$watchers
## [1] 8
##
## [[1]][[13]]$default_branch
## [1] "master"
##
##
## [[1]][[14]]
## [[1]][[14]]$id
## [1] 23227981
##
## [[1]][[14]]$name
## [1] "dotenv"
##
## [[1]][[14]]$full_name
## [1] "gaborcsardi/dotenv"
##
## [[1]][[14]]$owner
## [[1]][[14]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[14]]$owner$id
## [1] 660288
##
## [[1]][[14]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[14]]$owner$gravatar_id
## [1] ""
##
## [[1]][[14]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[14]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[14]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[14]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[14]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[14]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[14]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[14]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[14]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[14]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[14]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[14]]$owner$type
## [1] "User"
##
## [[1]][[14]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[14]]$private
## [1] FALSE
##
## [[1]][[14]]$html_url
## [1] "https://github.com/gaborcsardi/dotenv"
##
## [[1]][[14]]$description
## [1] "Load environment variables from .env in R"
##
## [[1]][[14]]$fork
## [1] FALSE
##
## [[1]][[14]]$url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv"
##
## [[1]][[14]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/forks"
##
## [[1]][[14]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/keys{/key_id}"
##
## [[1]][[14]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/collaborators{/collaborator}"
##
## [[1]][[14]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/teams"
##
## [[1]][[14]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/hooks"
##
## [[1]][[14]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/issues/events{/number}"
##
## [[1]][[14]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/events"
##
## [[1]][[14]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/assignees{/user}"
##
## [[1]][[14]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/branches{/branch}"
##
## [[1]][[14]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/tags"
##
## [[1]][[14]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/git/blobs{/sha}"
##
## [[1]][[14]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/git/tags{/sha}"
##
## [[1]][[14]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/git/refs{/sha}"
##
## [[1]][[14]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/git/trees{/sha}"
##
## [[1]][[14]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/statuses/{sha}"
##
## [[1]][[14]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/languages"
##
## [[1]][[14]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/stargazers"
##
## [[1]][[14]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/contributors"
##
## [[1]][[14]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/subscribers"
##
## [[1]][[14]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/subscription"
##
## [[1]][[14]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/commits{/sha}"
##
## [[1]][[14]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/git/commits{/sha}"
##
## [[1]][[14]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/comments{/number}"
##
## [[1]][[14]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/issues/comments{/number}"
##
## [[1]][[14]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/contents/{+path}"
##
## [[1]][[14]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/compare/{base}...{head}"
##
## [[1]][[14]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/merges"
##
## [[1]][[14]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/{archive_format}{/ref}"
##
## [[1]][[14]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/downloads"
##
## [[1]][[14]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/issues{/number}"
##
## [[1]][[14]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/pulls{/number}"
##
## [[1]][[14]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/milestones{/number}"
##
## [[1]][[14]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/notifications{?since,all,participating}"
##
## [[1]][[14]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/labels{/name}"
##
## [[1]][[14]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/releases{/id}"
##
## [[1]][[14]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/dotenv/deployments"
##
## [[1]][[14]]$created_at
## [1] "2014-08-22T14:25:26Z"
##
## [[1]][[14]]$updated_at
## [1] "2016-09-20T16:47:08Z"
##
## [[1]][[14]]$pushed_at
## [1] "2016-04-07T13:48:57Z"
##
## [[1]][[14]]$git_url
## [1] "git://github.com/gaborcsardi/dotenv.git"
##
## [[1]][[14]]$ssh_url
## [1] "git@github.com:gaborcsardi/dotenv.git"
##
## [[1]][[14]]$clone_url
## [1] "https://github.com/gaborcsardi/dotenv.git"
##
## [[1]][[14]]$svn_url
## [1] "https://github.com/gaborcsardi/dotenv"
##
## [[1]][[14]]$homepage
## [1] ""
##
## [[1]][[14]]$size
## [1] 13
##
## [[1]][[14]]$stargazers_count
## [1] 6
##
## [[1]][[14]]$watchers_count
## [1] 6
##
## [[1]][[14]]$language
## [1] "R"
##
## [[1]][[14]]$has_issues
## [1] TRUE
##
## [[1]][[14]]$has_downloads
## [1] TRUE
##
## [[1]][[14]]$has_wiki
## [1] TRUE
##
## [[1]][[14]]$has_pages
## [1] FALSE
##
## [[1]][[14]]$forks_count
## [1] 2
##
## [[1]][[14]]$mirror_url
## NULL
##
## [[1]][[14]]$open_issues_count
## [1] 1
##
## [[1]][[14]]$forks
## [1] 2
##
## [[1]][[14]]$open_issues
## [1] 1
##
## [[1]][[14]]$watchers
## [1] 6
##
## [[1]][[14]]$default_branch
## [1] "master"
##
##
## [[1]][[15]]
## [[1]][[15]]$id
## [1] 23483249
##
## [[1]][[15]]$name
## [1] "elasticsearch-jetty"
##
## [[1]][[15]]$full_name
## [1] "gaborcsardi/elasticsearch-jetty"
##
## [[1]][[15]]$owner
## [[1]][[15]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[15]]$owner$id
## [1] 660288
##
## [[1]][[15]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[15]]$owner$gravatar_id
## [1] ""
##
## [[1]][[15]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[15]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[15]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[15]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[15]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[15]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[15]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[15]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[15]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[15]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[15]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[15]]$owner$type
## [1] "User"
##
## [[1]][[15]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[15]]$private
## [1] FALSE
##
## [[1]][[15]]$html_url
## [1] "https://github.com/gaborcsardi/elasticsearch-jetty"
##
## [[1]][[15]]$description
## NULL
##
## [[1]][[15]]$fork
## [1] TRUE
##
## [[1]][[15]]$url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty"
##
## [[1]][[15]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/forks"
##
## [[1]][[15]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/keys{/key_id}"
##
## [[1]][[15]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/collaborators{/collaborator}"
##
## [[1]][[15]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/teams"
##
## [[1]][[15]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/hooks"
##
## [[1]][[15]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/issues/events{/number}"
##
## [[1]][[15]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/events"
##
## [[1]][[15]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/assignees{/user}"
##
## [[1]][[15]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/branches{/branch}"
##
## [[1]][[15]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/tags"
##
## [[1]][[15]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/git/blobs{/sha}"
##
## [[1]][[15]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/git/tags{/sha}"
##
## [[1]][[15]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/git/refs{/sha}"
##
## [[1]][[15]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/git/trees{/sha}"
##
## [[1]][[15]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/statuses/{sha}"
##
## [[1]][[15]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/languages"
##
## [[1]][[15]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/stargazers"
##
## [[1]][[15]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/contributors"
##
## [[1]][[15]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/subscribers"
##
## [[1]][[15]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/subscription"
##
## [[1]][[15]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/commits{/sha}"
##
## [[1]][[15]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/git/commits{/sha}"
##
## [[1]][[15]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/comments{/number}"
##
## [[1]][[15]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/issues/comments{/number}"
##
## [[1]][[15]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/contents/{+path}"
##
## [[1]][[15]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/compare/{base}...{head}"
##
## [[1]][[15]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/merges"
##
## [[1]][[15]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/{archive_format}{/ref}"
##
## [[1]][[15]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/downloads"
##
## [[1]][[15]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/issues{/number}"
##
## [[1]][[15]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/pulls{/number}"
##
## [[1]][[15]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/milestones{/number}"
##
## [[1]][[15]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/notifications{?since,all,participating}"
##
## [[1]][[15]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/labels{/name}"
##
## [[1]][[15]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/releases{/id}"
##
## [[1]][[15]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/elasticsearch-jetty/deployments"
##
## [[1]][[15]]$created_at
## [1] "2014-08-30T02:41:20Z"
##
## [[1]][[15]]$updated_at
## [1] "2014-08-30T03:18:14Z"
##
## [[1]][[15]]$pushed_at
## [1] "2014-08-30T03:20:14Z"
##
## [[1]][[15]]$git_url
## [1] "git://github.com/gaborcsardi/elasticsearch-jetty.git"
##
## [[1]][[15]]$ssh_url
## [1] "git@github.com:gaborcsardi/elasticsearch-jetty.git"
##
## [[1]][[15]]$clone_url
## [1] "https://github.com/gaborcsardi/elasticsearch-jetty.git"
##
## [[1]][[15]]$svn_url
## [1] "https://github.com/gaborcsardi/elasticsearch-jetty"
##
## [[1]][[15]]$homepage
## [1] ""
##
## [[1]][[15]]$size
## [1] 463
##
## [[1]][[15]]$stargazers_count
## [1] 0
##
## [[1]][[15]]$watchers_count
## [1] 0
##
## [[1]][[15]]$language
## [1] "Java"
##
## [[1]][[15]]$has_issues
## [1] FALSE
##
## [[1]][[15]]$has_downloads
## [1] TRUE
##
## [[1]][[15]]$has_wiki
## [1] TRUE
##
## [[1]][[15]]$has_pages
## [1] FALSE
##
## [[1]][[15]]$forks_count
## [1] 0
##
## [[1]][[15]]$mirror_url
## NULL
##
## [[1]][[15]]$open_issues_count
## [1] 0
##
## [[1]][[15]]$forks
## [1] 0
##
## [[1]][[15]]$open_issues
## [1] 0
##
## [[1]][[15]]$watchers
## [1] 0
##
## [[1]][[15]]$default_branch
## [1] "master"
##
##
## [[1]][[16]]
## [[1]][[16]]$id
## [1] 22438731
##
## [[1]][[16]]$name
## [1] "falsy"
##
## [[1]][[16]]$full_name
## [1] "gaborcsardi/falsy"
##
## [[1]][[16]]$owner
## [[1]][[16]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[16]]$owner$id
## [1] 660288
##
## [[1]][[16]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[16]]$owner$gravatar_id
## [1] ""
##
## [[1]][[16]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[16]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[16]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[16]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[16]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[16]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[16]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[16]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[16]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[16]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[16]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[16]]$owner$type
## [1] "User"
##
## [[1]][[16]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[16]]$private
## [1] FALSE
##
## [[1]][[16]]$html_url
## [1] "https://github.com/gaborcsardi/falsy"
##
## [[1]][[16]]$description
## [1] "R package for falsy and truthy values"
##
## [[1]][[16]]$fork
## [1] FALSE
##
## [[1]][[16]]$url
## [1] "https://api.github.com/repos/gaborcsardi/falsy"
##
## [[1]][[16]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/forks"
##
## [[1]][[16]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/keys{/key_id}"
##
## [[1]][[16]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/collaborators{/collaborator}"
##
## [[1]][[16]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/teams"
##
## [[1]][[16]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/hooks"
##
## [[1]][[16]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/issues/events{/number}"
##
## [[1]][[16]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/events"
##
## [[1]][[16]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/assignees{/user}"
##
## [[1]][[16]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/branches{/branch}"
##
## [[1]][[16]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/tags"
##
## [[1]][[16]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/git/blobs{/sha}"
##
## [[1]][[16]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/git/tags{/sha}"
##
## [[1]][[16]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/git/refs{/sha}"
##
## [[1]][[16]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/git/trees{/sha}"
##
## [[1]][[16]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/statuses/{sha}"
##
## [[1]][[16]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/languages"
##
## [[1]][[16]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/stargazers"
##
## [[1]][[16]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/contributors"
##
## [[1]][[16]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/subscribers"
##
## [[1]][[16]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/subscription"
##
## [[1]][[16]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/commits{/sha}"
##
## [[1]][[16]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/git/commits{/sha}"
##
## [[1]][[16]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/comments{/number}"
##
## [[1]][[16]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/issues/comments{/number}"
##
## [[1]][[16]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/contents/{+path}"
##
## [[1]][[16]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/compare/{base}...{head}"
##
## [[1]][[16]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/merges"
##
## [[1]][[16]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/{archive_format}{/ref}"
##
## [[1]][[16]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/downloads"
##
## [[1]][[16]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/issues{/number}"
##
## [[1]][[16]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/pulls{/number}"
##
## [[1]][[16]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/milestones{/number}"
##
## [[1]][[16]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/notifications{?since,all,participating}"
##
## [[1]][[16]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/labels{/name}"
##
## [[1]][[16]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/releases{/id}"
##
## [[1]][[16]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/falsy/deployments"
##
## [[1]][[16]]$created_at
## [1] "2014-07-30T17:54:27Z"
##
## [[1]][[16]]$updated_at
## [1] "2016-09-22T15:25:56Z"
##
## [[1]][[16]]$pushed_at
## [1] "2016-05-13T23:37:01Z"
##
## [[1]][[16]]$git_url
## [1] "git://github.com/gaborcsardi/falsy.git"
##
## [[1]][[16]]$ssh_url
## [1] "git@github.com:gaborcsardi/falsy.git"
##
## [[1]][[16]]$clone_url
## [1] "https://github.com/gaborcsardi/falsy.git"
##
## [[1]][[16]]$svn_url
## [1] "https://github.com/gaborcsardi/falsy"
##
## [[1]][[16]]$homepage
## NULL
##
## [[1]][[16]]$size
## [1] 30
##
## [[1]][[16]]$stargazers_count
## [1] 11
##
## [[1]][[16]]$watchers_count
## [1] 11
##
## [[1]][[16]]$language
## [1] "R"
##
## [[1]][[16]]$has_issues
## [1] TRUE
##
## [[1]][[16]]$has_downloads
## [1] TRUE
##
## [[1]][[16]]$has_wiki
## [1] TRUE
##
## [[1]][[16]]$has_pages
## [1] FALSE
##
## [[1]][[16]]$forks_count
## [1] 1
##
## [[1]][[16]]$mirror_url
## NULL
##
## [[1]][[16]]$open_issues_count
## [1] 0
##
## [[1]][[16]]$forks
## [1] 1
##
## [[1]][[16]]$open_issues
## [1] 0
##
## [[1]][[16]]$watchers
## [1] 11
##
## [[1]][[16]]$default_branch
## [1] "master"
##
##
## [[1]][[17]]
## [[1]][[17]]$id
## [1] 61160771
##
## [[1]][[17]]$name
## [1] "fswatch"
##
## [[1]][[17]]$full_name
## [1] "gaborcsardi/fswatch"
##
## [[1]][[17]]$owner
## [[1]][[17]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[17]]$owner$id
## [1] 660288
##
## [[1]][[17]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[17]]$owner$gravatar_id
## [1] ""
##
## [[1]][[17]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[17]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[17]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[17]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[17]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[17]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[17]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[17]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[17]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[17]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[17]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[17]]$owner$type
## [1] "User"
##
## [[1]][[17]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[17]]$private
## [1] FALSE
##
## [[1]][[17]]$html_url
## [1] "https://github.com/gaborcsardi/fswatch"
##
## [[1]][[17]]$description
## [1] "Watch a File or Directory for Changes"
##
## [[1]][[17]]$fork
## [1] FALSE
##
## [[1]][[17]]$url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch"
##
## [[1]][[17]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/forks"
##
## [[1]][[17]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/keys{/key_id}"
##
## [[1]][[17]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/collaborators{/collaborator}"
##
## [[1]][[17]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/teams"
##
## [[1]][[17]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/hooks"
##
## [[1]][[17]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/issues/events{/number}"
##
## [[1]][[17]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/events"
##
## [[1]][[17]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/assignees{/user}"
##
## [[1]][[17]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/branches{/branch}"
##
## [[1]][[17]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/tags"
##
## [[1]][[17]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/git/blobs{/sha}"
##
## [[1]][[17]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/git/tags{/sha}"
##
## [[1]][[17]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/git/refs{/sha}"
##
## [[1]][[17]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/git/trees{/sha}"
##
## [[1]][[17]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/statuses/{sha}"
##
## [[1]][[17]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/languages"
##
## [[1]][[17]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/stargazers"
##
## [[1]][[17]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/contributors"
##
## [[1]][[17]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/subscribers"
##
## [[1]][[17]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/subscription"
##
## [[1]][[17]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/commits{/sha}"
##
## [[1]][[17]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/git/commits{/sha}"
##
## [[1]][[17]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/comments{/number}"
##
## [[1]][[17]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/issues/comments{/number}"
##
## [[1]][[17]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/contents/{+path}"
##
## [[1]][[17]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/compare/{base}...{head}"
##
## [[1]][[17]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/merges"
##
## [[1]][[17]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/{archive_format}{/ref}"
##
## [[1]][[17]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/downloads"
##
## [[1]][[17]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/issues{/number}"
##
## [[1]][[17]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/pulls{/number}"
##
## [[1]][[17]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/milestones{/number}"
##
## [[1]][[17]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/notifications{?since,all,participating}"
##
## [[1]][[17]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/labels{/name}"
##
## [[1]][[17]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/releases{/id}"
##
## [[1]][[17]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/fswatch/deployments"
##
## [[1]][[17]]$created_at
## [1] "2016-06-14T22:44:46Z"
##
## [[1]][[17]]$updated_at
## [1] "2016-08-09T04:02:30Z"
##
## [[1]][[17]]$pushed_at
## [1] "2016-06-14T23:06:07Z"
##
## [[1]][[17]]$git_url
## [1] "git://github.com/gaborcsardi/fswatch.git"
##
## [[1]][[17]]$ssh_url
## [1] "git@github.com:gaborcsardi/fswatch.git"
##
## [[1]][[17]]$clone_url
## [1] "https://github.com/gaborcsardi/fswatch.git"
##
## [[1]][[17]]$svn_url
## [1] "https://github.com/gaborcsardi/fswatch"
##
## [[1]][[17]]$homepage
## NULL
##
## [[1]][[17]]$size
## [1] 8
##
## [[1]][[17]]$stargazers_count
## [1] 3
##
## [[1]][[17]]$watchers_count
## [1] 3
##
## [[1]][[17]]$language
## [1] "R"
##
## [[1]][[17]]$has_issues
## [1] TRUE
##
## [[1]][[17]]$has_downloads
## [1] TRUE
##
## [[1]][[17]]$has_wiki
## [1] TRUE
##
## [[1]][[17]]$has_pages
## [1] FALSE
##
## [[1]][[17]]$forks_count
## [1] 0
##
## [[1]][[17]]$mirror_url
## NULL
##
## [[1]][[17]]$open_issues_count
## [1] 0
##
## [[1]][[17]]$forks
## [1] 0
##
## [[1]][[17]]$open_issues
## [1] 0
##
## [[1]][[17]]$watchers
## [1] 3
##
## [[1]][[17]]$default_branch
## [1] "master"
##
##
## [[1]][[18]]
## [[1]][[18]]$id
## [1] 37042992
##
## [[1]][[18]]$name
## [1] "gh"
##
## [[1]][[18]]$full_name
## [1] "gaborcsardi/gh"
##
## [[1]][[18]]$owner
## [[1]][[18]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[18]]$owner$id
## [1] 660288
##
## [[1]][[18]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[18]]$owner$gravatar_id
## [1] ""
##
## [[1]][[18]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[18]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[18]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[18]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[18]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[18]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[18]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[18]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[18]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[18]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[18]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[18]]$owner$type
## [1] "User"
##
## [[1]][[18]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[18]]$private
## [1] FALSE
##
## [[1]][[18]]$html_url
## [1] "https://github.com/gaborcsardi/gh"
##
## [[1]][[18]]$description
## [1] "Minimalistic GitHub API client in R"
##
## [[1]][[18]]$fork
## [1] FALSE
##
## [[1]][[18]]$url
## [1] "https://api.github.com/repos/gaborcsardi/gh"
##
## [[1]][[18]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/forks"
##
## [[1]][[18]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/keys{/key_id}"
##
## [[1]][[18]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/collaborators{/collaborator}"
##
## [[1]][[18]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/teams"
##
## [[1]][[18]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/hooks"
##
## [[1]][[18]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/issues/events{/number}"
##
## [[1]][[18]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/events"
##
## [[1]][[18]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/assignees{/user}"
##
## [[1]][[18]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/branches{/branch}"
##
## [[1]][[18]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/tags"
##
## [[1]][[18]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/git/blobs{/sha}"
##
## [[1]][[18]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/git/tags{/sha}"
##
## [[1]][[18]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/git/refs{/sha}"
##
## [[1]][[18]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/git/trees{/sha}"
##
## [[1]][[18]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/statuses/{sha}"
##
## [[1]][[18]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/languages"
##
## [[1]][[18]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/stargazers"
##
## [[1]][[18]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/contributors"
##
## [[1]][[18]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/subscribers"
##
## [[1]][[18]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/subscription"
##
## [[1]][[18]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/commits{/sha}"
##
## [[1]][[18]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/git/commits{/sha}"
##
## [[1]][[18]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/comments{/number}"
##
## [[1]][[18]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/issues/comments{/number}"
##
## [[1]][[18]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/contents/{+path}"
##
## [[1]][[18]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/compare/{base}...{head}"
##
## [[1]][[18]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/merges"
##
## [[1]][[18]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/{archive_format}{/ref}"
##
## [[1]][[18]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/downloads"
##
## [[1]][[18]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/issues{/number}"
##
## [[1]][[18]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/pulls{/number}"
##
## [[1]][[18]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/milestones{/number}"
##
## [[1]][[18]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/notifications{?since,all,participating}"
##
## [[1]][[18]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/labels{/name}"
##
## [[1]][[18]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/releases{/id}"
##
## [[1]][[18]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/gh/deployments"
##
## [[1]][[18]]$created_at
## [1] "2015-06-08T03:00:11Z"
##
## [[1]][[18]]$updated_at
## [1] "2016-07-29T04:40:12Z"
##
## [[1]][[18]]$pushed_at
## [1] "2016-09-20T07:24:14Z"
##
## [[1]][[18]]$git_url
## [1] "git://github.com/gaborcsardi/gh.git"
##
## [[1]][[18]]$ssh_url
## [1] "git@github.com:gaborcsardi/gh.git"
##
## [[1]][[18]]$clone_url
## [1] "https://github.com/gaborcsardi/gh.git"
##
## [[1]][[18]]$svn_url
## [1] "https://github.com/gaborcsardi/gh"
##
## [[1]][[18]]$homepage
## [1] ""
##
## [[1]][[18]]$size
## [1] 58
##
## [[1]][[18]]$stargazers_count
## [1] 34
##
## [[1]][[18]]$watchers_count
## [1] 34
##
## [[1]][[18]]$language
## [1] "R"
##
## [[1]][[18]]$has_issues
## [1] TRUE
##
## [[1]][[18]]$has_downloads
## [1] TRUE
##
## [[1]][[18]]$has_wiki
## [1] TRUE
##
## [[1]][[18]]$has_pages
## [1] FALSE
##
## [[1]][[18]]$forks_count
## [1] 6
##
## [[1]][[18]]$mirror_url
## NULL
##
## [[1]][[18]]$open_issues_count
## [1] 8
##
## [[1]][[18]]$forks
## [1] 6
##
## [[1]][[18]]$open_issues
## [1] 8
##
## [[1]][[18]]$watchers
## [1] 34
##
## [[1]][[18]]$default_branch
## [1] "master"
##
##
## [[1]][[19]]
## [[1]][[19]]$id
## [1] 68708330
##
## [[1]][[19]]$name
## [1] "gitty"
##
## [[1]][[19]]$full_name
## [1] "gaborcsardi/gitty"
##
## [[1]][[19]]$owner
## [[1]][[19]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[19]]$owner$id
## [1] 660288
##
## [[1]][[19]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[19]]$owner$gravatar_id
## [1] ""
##
## [[1]][[19]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[19]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[19]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[19]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[19]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[19]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[19]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[19]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[19]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[19]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[19]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[19]]$owner$type
## [1] "User"
##
## [[1]][[19]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[19]]$private
## [1] FALSE
##
## [[1]][[19]]$html_url
## [1] "https://github.com/gaborcsardi/gitty"
##
## [[1]][[19]]$description
## [1] "Git commands from the R console"
##
## [[1]][[19]]$fork
## [1] FALSE
##
## [[1]][[19]]$url
## [1] "https://api.github.com/repos/gaborcsardi/gitty"
##
## [[1]][[19]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/forks"
##
## [[1]][[19]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/keys{/key_id}"
##
## [[1]][[19]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/collaborators{/collaborator}"
##
## [[1]][[19]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/teams"
##
## [[1]][[19]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/hooks"
##
## [[1]][[19]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/issues/events{/number}"
##
## [[1]][[19]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/events"
##
## [[1]][[19]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/assignees{/user}"
##
## [[1]][[19]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/branches{/branch}"
##
## [[1]][[19]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/tags"
##
## [[1]][[19]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/git/blobs{/sha}"
##
## [[1]][[19]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/git/tags{/sha}"
##
## [[1]][[19]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/git/refs{/sha}"
##
## [[1]][[19]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/git/trees{/sha}"
##
## [[1]][[19]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/statuses/{sha}"
##
## [[1]][[19]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/languages"
##
## [[1]][[19]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/stargazers"
##
## [[1]][[19]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/contributors"
##
## [[1]][[19]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/subscribers"
##
## [[1]][[19]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/subscription"
##
## [[1]][[19]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/commits{/sha}"
##
## [[1]][[19]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/git/commits{/sha}"
##
## [[1]][[19]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/comments{/number}"
##
## [[1]][[19]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/issues/comments{/number}"
##
## [[1]][[19]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/contents/{+path}"
##
## [[1]][[19]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/compare/{base}...{head}"
##
## [[1]][[19]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/merges"
##
## [[1]][[19]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/{archive_format}{/ref}"
##
## [[1]][[19]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/downloads"
##
## [[1]][[19]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/issues{/number}"
##
## [[1]][[19]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/pulls{/number}"
##
## [[1]][[19]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/milestones{/number}"
##
## [[1]][[19]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/notifications{?since,all,participating}"
##
## [[1]][[19]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/labels{/name}"
##
## [[1]][[19]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/releases{/id}"
##
## [[1]][[19]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/gitty/deployments"
##
## [[1]][[19]]$created_at
## [1] "2016-09-20T12:11:46Z"
##
## [[1]][[19]]$updated_at
## [1] "2016-09-20T14:33:26Z"
##
## [[1]][[19]]$pushed_at
## [1] "2016-09-20T12:11:58Z"
##
## [[1]][[19]]$git_url
## [1] "git://github.com/gaborcsardi/gitty.git"
##
## [[1]][[19]]$ssh_url
## [1] "git@github.com:gaborcsardi/gitty.git"
##
## [[1]][[19]]$clone_url
## [1] "https://github.com/gaborcsardi/gitty.git"
##
## [[1]][[19]]$svn_url
## [1] "https://github.com/gaborcsardi/gitty"
##
## [[1]][[19]]$homepage
## NULL
##
## [[1]][[19]]$size
## [1] 26
##
## [[1]][[19]]$stargazers_count
## [1] 1
##
## [[1]][[19]]$watchers_count
## [1] 1
##
## [[1]][[19]]$language
## [1] "Shell"
##
## [[1]][[19]]$has_issues
## [1] TRUE
##
## [[1]][[19]]$has_downloads
## [1] TRUE
##
## [[1]][[19]]$has_wiki
## [1] TRUE
##
## [[1]][[19]]$has_pages
## [1] FALSE
##
## [[1]][[19]]$forks_count
## [1] 0
##
## [[1]][[19]]$mirror_url
## NULL
##
## [[1]][[19]]$open_issues_count
## [1] 0
##
## [[1]][[19]]$forks
## [1] 0
##
## [[1]][[19]]$open_issues
## [1] 0
##
## [[1]][[19]]$watchers
## [1] 1
##
## [[1]][[19]]$default_branch
## [1] "master"
##
##
## [[1]][[20]]
## [[1]][[20]]$id
## [1] 10396379
##
## [[1]][[20]]$name
## [1] "ISA"
##
## [[1]][[20]]$full_name
## [1] "gaborcsardi/ISA"
##
## [[1]][[20]]$owner
## [[1]][[20]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[20]]$owner$id
## [1] 660288
##
## [[1]][[20]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[20]]$owner$gravatar_id
## [1] ""
##
## [[1]][[20]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[20]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[20]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[20]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[20]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[20]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[20]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[20]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[20]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[20]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[20]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[20]]$owner$type
## [1] "User"
##
## [[1]][[20]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[20]]$private
## [1] FALSE
##
## [[1]][[20]]$html_url
## [1] "https://github.com/gaborcsardi/ISA"
##
## [[1]][[20]]$description
## [1] "Iterative Signature Algorithm and related tools"
##
## [[1]][[20]]$fork
## [1] FALSE
##
## [[1]][[20]]$url
## [1] "https://api.github.com/repos/gaborcsardi/ISA"
##
## [[1]][[20]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/forks"
##
## [[1]][[20]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/keys{/key_id}"
##
## [[1]][[20]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/collaborators{/collaborator}"
##
## [[1]][[20]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/teams"
##
## [[1]][[20]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/hooks"
##
## [[1]][[20]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/issues/events{/number}"
##
## [[1]][[20]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/events"
##
## [[1]][[20]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/assignees{/user}"
##
## [[1]][[20]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/branches{/branch}"
##
## [[1]][[20]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/tags"
##
## [[1]][[20]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/git/blobs{/sha}"
##
## [[1]][[20]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/git/tags{/sha}"
##
## [[1]][[20]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/git/refs{/sha}"
##
## [[1]][[20]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/git/trees{/sha}"
##
## [[1]][[20]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/statuses/{sha}"
##
## [[1]][[20]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/languages"
##
## [[1]][[20]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/stargazers"
##
## [[1]][[20]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/contributors"
##
## [[1]][[20]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/subscribers"
##
## [[1]][[20]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/subscription"
##
## [[1]][[20]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/commits{/sha}"
##
## [[1]][[20]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/git/commits{/sha}"
##
## [[1]][[20]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/comments{/number}"
##
## [[1]][[20]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/issues/comments{/number}"
##
## [[1]][[20]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/contents/{+path}"
##
## [[1]][[20]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/compare/{base}...{head}"
##
## [[1]][[20]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/merges"
##
## [[1]][[20]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/{archive_format}{/ref}"
##
## [[1]][[20]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/downloads"
##
## [[1]][[20]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/issues{/number}"
##
## [[1]][[20]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/pulls{/number}"
##
## [[1]][[20]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/milestones{/number}"
##
## [[1]][[20]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/notifications{?since,all,participating}"
##
## [[1]][[20]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/labels{/name}"
##
## [[1]][[20]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/releases{/id}"
##
## [[1]][[20]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/ISA/deployments"
##
## [[1]][[20]]$created_at
## [1] "2013-05-31T02:29:52Z"
##
## [[1]][[20]]$updated_at
## [1] "2016-07-29T15:48:28Z"
##
## [[1]][[20]]$pushed_at
## [1] "2015-10-01T15:50:45Z"
##
## [[1]][[20]]$git_url
## [1] "git://github.com/gaborcsardi/ISA.git"
##
## [[1]][[20]]$ssh_url
## [1] "git@github.com:gaborcsardi/ISA.git"
##
## [[1]][[20]]$clone_url
## [1] "https://github.com/gaborcsardi/ISA.git"
##
## [[1]][[20]]$svn_url
## [1] "https://github.com/gaborcsardi/ISA"
##
## [[1]][[20]]$homepage
## NULL
##
## [[1]][[20]]$size
## [1] 39461
##
## [[1]][[20]]$stargazers_count
## [1] 2
##
## [[1]][[20]]$watchers_count
## [1] 2
##
## [[1]][[20]]$language
## [1] "ActionScript"
##
## [[1]][[20]]$has_issues
## [1] TRUE
##
## [[1]][[20]]$has_downloads
## [1] TRUE
##
## [[1]][[20]]$has_wiki
## [1] TRUE
##
## [[1]][[20]]$has_pages
## [1] FALSE
##
## [[1]][[20]]$forks_count
## [1] 2
##
## [[1]][[20]]$mirror_url
## NULL
##
## [[1]][[20]]$open_issues_count
## [1] 2
##
## [[1]][[20]]$forks
## [1] 2
##
## [[1]][[20]]$open_issues
## [1] 2
##
## [[1]][[20]]$watchers
## [1] 2
##
## [[1]][[20]]$default_branch
## [1] "master"
##
##
## [[1]][[21]]
## [[1]][[21]]$id
## [1] 36510350
##
## [[1]][[21]]$name
## [1] "keypress"
##
## [[1]][[21]]$full_name
## [1] "gaborcsardi/keypress"
##
## [[1]][[21]]$owner
## [[1]][[21]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[21]]$owner$id
## [1] 660288
##
## [[1]][[21]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[21]]$owner$gravatar_id
## [1] ""
##
## [[1]][[21]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[21]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[21]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[21]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[21]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[21]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[21]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[21]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[21]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[21]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[21]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[21]]$owner$type
## [1] "User"
##
## [[1]][[21]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[21]]$private
## [1] FALSE
##
## [[1]][[21]]$html_url
## [1] "https://github.com/gaborcsardi/keypress"
##
## [[1]][[21]]$description
## [1] "Read individual keys in R without waiting for an ENTER"
##
## [[1]][[21]]$fork
## [1] FALSE
##
## [[1]][[21]]$url
## [1] "https://api.github.com/repos/gaborcsardi/keypress"
##
## [[1]][[21]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/forks"
##
## [[1]][[21]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/keys{/key_id}"
##
## [[1]][[21]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/collaborators{/collaborator}"
##
## [[1]][[21]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/teams"
##
## [[1]][[21]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/hooks"
##
## [[1]][[21]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/issues/events{/number}"
##
## [[1]][[21]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/events"
##
## [[1]][[21]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/assignees{/user}"
##
## [[1]][[21]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/branches{/branch}"
##
## [[1]][[21]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/tags"
##
## [[1]][[21]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/git/blobs{/sha}"
##
## [[1]][[21]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/git/tags{/sha}"
##
## [[1]][[21]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/git/refs{/sha}"
##
## [[1]][[21]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/git/trees{/sha}"
##
## [[1]][[21]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/statuses/{sha}"
##
## [[1]][[21]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/languages"
##
## [[1]][[21]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/stargazers"
##
## [[1]][[21]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/contributors"
##
## [[1]][[21]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/subscribers"
##
## [[1]][[21]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/subscription"
##
## [[1]][[21]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/commits{/sha}"
##
## [[1]][[21]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/git/commits{/sha}"
##
## [[1]][[21]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/comments{/number}"
##
## [[1]][[21]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/issues/comments{/number}"
##
## [[1]][[21]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/contents/{+path}"
##
## [[1]][[21]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/compare/{base}...{head}"
##
## [[1]][[21]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/merges"
##
## [[1]][[21]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/{archive_format}{/ref}"
##
## [[1]][[21]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/downloads"
##
## [[1]][[21]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/issues{/number}"
##
## [[1]][[21]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/pulls{/number}"
##
## [[1]][[21]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/milestones{/number}"
##
## [[1]][[21]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/notifications{?since,all,participating}"
##
## [[1]][[21]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/labels{/name}"
##
## [[1]][[21]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/releases{/id}"
##
## [[1]][[21]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/keypress/deployments"
##
## [[1]][[21]]$created_at
## [1] "2015-05-29T14:48:48Z"
##
## [[1]][[21]]$updated_at
## [1] "2016-04-12T07:44:10Z"
##
## [[1]][[21]]$pushed_at
## [1] "2016-01-19T21:51:42Z"
##
## [[1]][[21]]$git_url
## [1] "git://github.com/gaborcsardi/keypress.git"
##
## [[1]][[21]]$ssh_url
## [1] "git@github.com:gaborcsardi/keypress.git"
##
## [[1]][[21]]$clone_url
## [1] "https://github.com/gaborcsardi/keypress.git"
##
## [[1]][[21]]$svn_url
## [1] "https://github.com/gaborcsardi/keypress"
##
## [[1]][[21]]$homepage
## NULL
##
## [[1]][[21]]$size
## [1] 34
##
## [[1]][[21]]$stargazers_count
## [1] 10
##
## [[1]][[21]]$watchers_count
## [1] 10
##
## [[1]][[21]]$language
## [1] "C"
##
## [[1]][[21]]$has_issues
## [1] TRUE
##
## [[1]][[21]]$has_downloads
## [1] TRUE
##
## [[1]][[21]]$has_wiki
## [1] TRUE
##
## [[1]][[21]]$has_pages
## [1] FALSE
##
## [[1]][[21]]$forks_count
## [1] 0
##
## [[1]][[21]]$mirror_url
## NULL
##
## [[1]][[21]]$open_issues_count
## [1] 1
##
## [[1]][[21]]$forks
## [1] 0
##
## [[1]][[21]]$open_issues
## [1] 1
##
## [[1]][[21]]$watchers
## [1] 10
##
## [[1]][[21]]$default_branch
## [1] "master"
##
##
## [[1]][[22]]
## [[1]][[22]]$id
## [1] 68243980
##
## [[1]][[22]]$name
## [1] "lintr"
##
## [[1]][[22]]$full_name
## [1] "gaborcsardi/lintr"
##
## [[1]][[22]]$owner
## [[1]][[22]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[22]]$owner$id
## [1] 660288
##
## [[1]][[22]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[22]]$owner$gravatar_id
## [1] ""
##
## [[1]][[22]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[22]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[22]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[22]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[22]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[22]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[22]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[22]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[22]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[22]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[22]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[22]]$owner$type
## [1] "User"
##
## [[1]][[22]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[22]]$private
## [1] FALSE
##
## [[1]][[22]]$html_url
## [1] "https://github.com/gaborcsardi/lintr"
##
## [[1]][[22]]$description
## [1] "Static Code Analysis for R"
##
## [[1]][[22]]$fork
## [1] TRUE
##
## [[1]][[22]]$url
## [1] "https://api.github.com/repos/gaborcsardi/lintr"
##
## [[1]][[22]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/forks"
##
## [[1]][[22]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/keys{/key_id}"
##
## [[1]][[22]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/collaborators{/collaborator}"
##
## [[1]][[22]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/teams"
##
## [[1]][[22]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/hooks"
##
## [[1]][[22]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/issues/events{/number}"
##
## [[1]][[22]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/events"
##
## [[1]][[22]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/assignees{/user}"
##
## [[1]][[22]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/branches{/branch}"
##
## [[1]][[22]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/tags"
##
## [[1]][[22]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/git/blobs{/sha}"
##
## [[1]][[22]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/git/tags{/sha}"
##
## [[1]][[22]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/git/refs{/sha}"
##
## [[1]][[22]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/git/trees{/sha}"
##
## [[1]][[22]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/statuses/{sha}"
##
## [[1]][[22]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/languages"
##
## [[1]][[22]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/stargazers"
##
## [[1]][[22]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/contributors"
##
## [[1]][[22]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/subscribers"
##
## [[1]][[22]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/subscription"
##
## [[1]][[22]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/commits{/sha}"
##
## [[1]][[22]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/git/commits{/sha}"
##
## [[1]][[22]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/comments{/number}"
##
## [[1]][[22]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/issues/comments{/number}"
##
## [[1]][[22]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/contents/{+path}"
##
## [[1]][[22]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/compare/{base}...{head}"
##
## [[1]][[22]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/merges"
##
## [[1]][[22]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/{archive_format}{/ref}"
##
## [[1]][[22]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/downloads"
##
## [[1]][[22]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/issues{/number}"
##
## [[1]][[22]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/pulls{/number}"
##
## [[1]][[22]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/milestones{/number}"
##
## [[1]][[22]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/notifications{?since,all,participating}"
##
## [[1]][[22]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/labels{/name}"
##
## [[1]][[22]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/releases{/id}"
##
## [[1]][[22]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/lintr/deployments"
##
## [[1]][[22]]$created_at
## [1] "2016-09-14T21:14:53Z"
##
## [[1]][[22]]$updated_at
## [1] "2016-09-14T21:14:54Z"
##
## [[1]][[22]]$pushed_at
## [1] "2016-09-14T16:44:24Z"
##
## [[1]][[22]]$git_url
## [1] "git://github.com/gaborcsardi/lintr.git"
##
## [[1]][[22]]$ssh_url
## [1] "git@github.com:gaborcsardi/lintr.git"
##
## [[1]][[22]]$clone_url
## [1] "https://github.com/gaborcsardi/lintr.git"
##
## [[1]][[22]]$svn_url
## [1] "https://github.com/gaborcsardi/lintr"
##
## [[1]][[22]]$homepage
## [1] ""
##
## [[1]][[22]]$size
## [1] 407
##
## [[1]][[22]]$stargazers_count
## [1] 0
##
## [[1]][[22]]$watchers_count
## [1] 0
##
## [[1]][[22]]$language
## [1] "R"
##
## [[1]][[22]]$has_issues
## [1] FALSE
##
## [[1]][[22]]$has_downloads
## [1] TRUE
##
## [[1]][[22]]$has_wiki
## [1] TRUE
##
## [[1]][[22]]$has_pages
## [1] FALSE
##
## [[1]][[22]]$forks_count
## [1] 0
##
## [[1]][[22]]$mirror_url
## NULL
##
## [[1]][[22]]$open_issues_count
## [1] 0
##
## [[1]][[22]]$forks
## [1] 0
##
## [[1]][[22]]$open_issues
## [1] 0
##
## [[1]][[22]]$watchers
## [1] 0
##
## [[1]][[22]]$default_branch
## [1] "master"
##
##
## [[1]][[23]]
## [[1]][[23]]$id
## [1] 30056165
##
## [[1]][[23]]$name
## [1] "macBriain"
##
## [[1]][[23]]$full_name
## [1] "gaborcsardi/macBriain"
##
## [[1]][[23]]$owner
## [[1]][[23]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[23]]$owner$id
## [1] 660288
##
## [[1]][[23]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[23]]$owner$gravatar_id
## [1] ""
##
## [[1]][[23]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[23]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[23]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[23]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[23]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[23]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[23]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[23]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[23]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[23]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[23]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[23]]$owner$type
## [1] "User"
##
## [[1]][[23]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[23]]$private
## [1] FALSE
##
## [[1]][[23]]$html_url
## [1] "https://github.com/gaborcsardi/macBriain"
##
## [[1]][[23]]$description
## [1] "Say error messages aloud on a Mac, including advice :)"
##
## [[1]][[23]]$fork
## [1] FALSE
##
## [[1]][[23]]$url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain"
##
## [[1]][[23]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/forks"
##
## [[1]][[23]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/keys{/key_id}"
##
## [[1]][[23]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/collaborators{/collaborator}"
##
## [[1]][[23]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/teams"
##
## [[1]][[23]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/hooks"
##
## [[1]][[23]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/issues/events{/number}"
##
## [[1]][[23]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/events"
##
## [[1]][[23]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/assignees{/user}"
##
## [[1]][[23]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/branches{/branch}"
##
## [[1]][[23]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/tags"
##
## [[1]][[23]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/git/blobs{/sha}"
##
## [[1]][[23]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/git/tags{/sha}"
##
## [[1]][[23]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/git/refs{/sha}"
##
## [[1]][[23]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/git/trees{/sha}"
##
## [[1]][[23]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/statuses/{sha}"
##
## [[1]][[23]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/languages"
##
## [[1]][[23]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/stargazers"
##
## [[1]][[23]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/contributors"
##
## [[1]][[23]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/subscribers"
##
## [[1]][[23]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/subscription"
##
## [[1]][[23]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/commits{/sha}"
##
## [[1]][[23]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/git/commits{/sha}"
##
## [[1]][[23]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/comments{/number}"
##
## [[1]][[23]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/issues/comments{/number}"
##
## [[1]][[23]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/contents/{+path}"
##
## [[1]][[23]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/compare/{base}...{head}"
##
## [[1]][[23]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/merges"
##
## [[1]][[23]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/{archive_format}{/ref}"
##
## [[1]][[23]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/downloads"
##
## [[1]][[23]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/issues{/number}"
##
## [[1]][[23]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/pulls{/number}"
##
## [[1]][[23]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/milestones{/number}"
##
## [[1]][[23]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/notifications{?since,all,participating}"
##
## [[1]][[23]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/labels{/name}"
##
## [[1]][[23]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/releases{/id}"
##
## [[1]][[23]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/macBriain/deployments"
##
## [[1]][[23]]$created_at
## [1] "2015-01-30T04:29:07Z"
##
## [[1]][[23]]$updated_at
## [1] "2015-11-20T14:20:03Z"
##
## [[1]][[23]]$pushed_at
## [1] "2015-01-30T04:32:55Z"
##
## [[1]][[23]]$git_url
## [1] "git://github.com/gaborcsardi/macBriain.git"
##
## [[1]][[23]]$ssh_url
## [1] "git@github.com:gaborcsardi/macBriain.git"
##
## [[1]][[23]]$clone_url
## [1] "https://github.com/gaborcsardi/macBriain.git"
##
## [[1]][[23]]$svn_url
## [1] "https://github.com/gaborcsardi/macBriain"
##
## [[1]][[23]]$homepage
## [1] ""
##
## [[1]][[23]]$size
## [1] 120
##
## [[1]][[23]]$stargazers_count
## [1] 6
##
## [[1]][[23]]$watchers_count
## [1] 6
##
## [[1]][[23]]$language
## [1] "R"
##
## [[1]][[23]]$has_issues
## [1] TRUE
##
## [[1]][[23]]$has_downloads
## [1] TRUE
##
## [[1]][[23]]$has_wiki
## [1] TRUE
##
## [[1]][[23]]$has_pages
## [1] FALSE
##
## [[1]][[23]]$forks_count
## [1] 0
##
## [[1]][[23]]$mirror_url
## NULL
##
## [[1]][[23]]$open_issues_count
## [1] 0
##
## [[1]][[23]]$forks
## [1] 0
##
## [[1]][[23]]$open_issues
## [1] 0
##
## [[1]][[23]]$watchers
## [1] 6
##
## [[1]][[23]]$default_branch
## [1] "master"
##
##
## [[1]][[24]]
## [[1]][[24]]$id
## [1] 40200563
##
## [[1]][[24]]$name
## [1] "maxygen"
##
## [[1]][[24]]$full_name
## [1] "gaborcsardi/maxygen"
##
## [[1]][[24]]$owner
## [[1]][[24]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[24]]$owner$id
## [1] 660288
##
## [[1]][[24]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[24]]$owner$gravatar_id
## [1] ""
##
## [[1]][[24]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[24]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[24]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[24]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[24]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[24]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[24]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[24]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[24]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[24]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[24]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[24]]$owner$type
## [1] "User"
##
## [[1]][[24]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[24]]$private
## [1] FALSE
##
## [[1]][[24]]$html_url
## [1] "https://github.com/gaborcsardi/maxygen"
##
## [[1]][[24]]$description
## [1] ":exclamation: OUTDATED Markdown + Roxygen = Maxygen"
##
## [[1]][[24]]$fork
## [1] FALSE
##
## [[1]][[24]]$url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen"
##
## [[1]][[24]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/forks"
##
## [[1]][[24]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/keys{/key_id}"
##
## [[1]][[24]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/collaborators{/collaborator}"
##
## [[1]][[24]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/teams"
##
## [[1]][[24]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/hooks"
##
## [[1]][[24]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/issues/events{/number}"
##
## [[1]][[24]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/events"
##
## [[1]][[24]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/assignees{/user}"
##
## [[1]][[24]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/branches{/branch}"
##
## [[1]][[24]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/tags"
##
## [[1]][[24]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/git/blobs{/sha}"
##
## [[1]][[24]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/git/tags{/sha}"
##
## [[1]][[24]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/git/refs{/sha}"
##
## [[1]][[24]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/git/trees{/sha}"
##
## [[1]][[24]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/statuses/{sha}"
##
## [[1]][[24]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/languages"
##
## [[1]][[24]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/stargazers"
##
## [[1]][[24]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/contributors"
##
## [[1]][[24]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/subscribers"
##
## [[1]][[24]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/subscription"
##
## [[1]][[24]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/commits{/sha}"
##
## [[1]][[24]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/git/commits{/sha}"
##
## [[1]][[24]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/comments{/number}"
##
## [[1]][[24]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/issues/comments{/number}"
##
## [[1]][[24]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/contents/{+path}"
##
## [[1]][[24]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/compare/{base}...{head}"
##
## [[1]][[24]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/merges"
##
## [[1]][[24]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/{archive_format}{/ref}"
##
## [[1]][[24]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/downloads"
##
## [[1]][[24]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/issues{/number}"
##
## [[1]][[24]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/pulls{/number}"
##
## [[1]][[24]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/milestones{/number}"
##
## [[1]][[24]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/notifications{?since,all,participating}"
##
## [[1]][[24]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/labels{/name}"
##
## [[1]][[24]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/releases{/id}"
##
## [[1]][[24]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/maxygen/deployments"
##
## [[1]][[24]]$created_at
## [1] "2015-08-04T18:04:10Z"
##
## [[1]][[24]]$updated_at
## [1] "2016-10-04T23:01:00Z"
##
## [[1]][[24]]$pushed_at
## [1] "2015-10-21T12:51:44Z"
##
## [[1]][[24]]$git_url
## [1] "git://github.com/gaborcsardi/maxygen.git"
##
## [[1]][[24]]$ssh_url
## [1] "git@github.com:gaborcsardi/maxygen.git"
##
## [[1]][[24]]$clone_url
## [1] "https://github.com/gaborcsardi/maxygen.git"
##
## [[1]][[24]]$svn_url
## [1] "https://github.com/gaborcsardi/maxygen"
##
## [[1]][[24]]$homepage
## [1] ""
##
## [[1]][[24]]$size
## [1] 140
##
## [[1]][[24]]$stargazers_count
## [1] 59
##
## [[1]][[24]]$watchers_count
## [1] 59
##
## [[1]][[24]]$language
## [1] "R"
##
## [[1]][[24]]$has_issues
## [1] TRUE
##
## [[1]][[24]]$has_downloads
## [1] TRUE
##
## [[1]][[24]]$has_wiki
## [1] TRUE
##
## [[1]][[24]]$has_pages
## [1] FALSE
##
## [[1]][[24]]$forks_count
## [1] 2
##
## [[1]][[24]]$mirror_url
## NULL
##
## [[1]][[24]]$open_issues_count
## [1] 2
##
## [[1]][[24]]$forks
## [1] 2
##
## [[1]][[24]]$open_issues
## [1] 2
##
## [[1]][[24]]$watchers
## [1] 59
##
## [[1]][[24]]$default_branch
## [1] "master"
##
##
## [[1]][[25]]
## [[1]][[25]]$id
## [1] 29020316
##
## [[1]][[25]]$name
## [1] "MISO"
##
## [[1]][[25]]$full_name
## [1] "gaborcsardi/MISO"
##
## [[1]][[25]]$owner
## [[1]][[25]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[25]]$owner$id
## [1] 660288
##
## [[1]][[25]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[25]]$owner$gravatar_id
## [1] ""
##
## [[1]][[25]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[25]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[25]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[25]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[25]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[25]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[25]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[25]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[25]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[25]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[25]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[25]]$owner$type
## [1] "User"
##
## [[1]][[25]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[25]]$private
## [1] FALSE
##
## [[1]][[25]]$html_url
## [1] "https://github.com/gaborcsardi/MISO"
##
## [[1]][[25]]$description
## [1] "MISO: Mixture of Isoforms model for RNA-Seq isoform quantitation"
##
## [[1]][[25]]$fork
## [1] TRUE
##
## [[1]][[25]]$url
## [1] "https://api.github.com/repos/gaborcsardi/MISO"
##
## [[1]][[25]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/forks"
##
## [[1]][[25]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/keys{/key_id}"
##
## [[1]][[25]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/collaborators{/collaborator}"
##
## [[1]][[25]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/teams"
##
## [[1]][[25]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/hooks"
##
## [[1]][[25]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/issues/events{/number}"
##
## [[1]][[25]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/events"
##
## [[1]][[25]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/assignees{/user}"
##
## [[1]][[25]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/branches{/branch}"
##
## [[1]][[25]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/tags"
##
## [[1]][[25]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/git/blobs{/sha}"
##
## [[1]][[25]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/git/tags{/sha}"
##
## [[1]][[25]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/git/refs{/sha}"
##
## [[1]][[25]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/git/trees{/sha}"
##
## [[1]][[25]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/statuses/{sha}"
##
## [[1]][[25]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/languages"
##
## [[1]][[25]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/stargazers"
##
## [[1]][[25]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/contributors"
##
## [[1]][[25]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/subscribers"
##
## [[1]][[25]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/subscription"
##
## [[1]][[25]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/commits{/sha}"
##
## [[1]][[25]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/git/commits{/sha}"
##
## [[1]][[25]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/comments{/number}"
##
## [[1]][[25]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/issues/comments{/number}"
##
## [[1]][[25]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/contents/{+path}"
##
## [[1]][[25]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/compare/{base}...{head}"
##
## [[1]][[25]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/merges"
##
## [[1]][[25]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/{archive_format}{/ref}"
##
## [[1]][[25]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/downloads"
##
## [[1]][[25]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/issues{/number}"
##
## [[1]][[25]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/pulls{/number}"
##
## [[1]][[25]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/milestones{/number}"
##
## [[1]][[25]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/notifications{?since,all,participating}"
##
## [[1]][[25]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/labels{/name}"
##
## [[1]][[25]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/releases{/id}"
##
## [[1]][[25]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/MISO/deployments"
##
## [[1]][[25]]$created_at
## [1] "2015-01-09T14:46:01Z"
##
## [[1]][[25]]$updated_at
## [1] "2015-05-06T18:10:17Z"
##
## [[1]][[25]]$pushed_at
## [1] "2015-06-03T13:54:04Z"
##
## [[1]][[25]]$git_url
## [1] "git://github.com/gaborcsardi/MISO.git"
##
## [[1]][[25]]$ssh_url
## [1] "git@github.com:gaborcsardi/MISO.git"
##
## [[1]][[25]]$clone_url
## [1] "https://github.com/gaborcsardi/MISO.git"
##
## [[1]][[25]]$svn_url
## [1] "https://github.com/gaborcsardi/MISO"
##
## [[1]][[25]]$homepage
## [1] "http://genes.mit.edu/burgelab/miso/index.html"
##
## [[1]][[25]]$size
## [1] 26328
##
## [[1]][[25]]$stargazers_count
## [1] 1
##
## [[1]][[25]]$watchers_count
## [1] 1
##
## [[1]][[25]]$language
## [1] "C"
##
## [[1]][[25]]$has_issues
## [1] TRUE
##
## [[1]][[25]]$has_downloads
## [1] TRUE
##
## [[1]][[25]]$has_wiki
## [1] TRUE
##
## [[1]][[25]]$has_pages
## [1] FALSE
##
## [[1]][[25]]$forks_count
## [1] 0
##
## [[1]][[25]]$mirror_url
## NULL
##
## [[1]][[25]]$open_issues_count
## [1] 6
##
## [[1]][[25]]$forks
## [1] 0
##
## [[1]][[25]]$open_issues
## [1] 6
##
## [[1]][[25]]$watchers
## [1] 1
##
## [[1]][[25]]$default_branch
## [1] "fastmiso"
##
##
## [[1]][[26]]
## [[1]][[26]]$id
## [1] 52725247
##
## [[1]][[26]]$name
## [1] "parr"
##
## [[1]][[26]]$full_name
## [1] "gaborcsardi/parr"
##
## [[1]][[26]]$owner
## [[1]][[26]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[26]]$owner$id
## [1] 660288
##
## [[1]][[26]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[26]]$owner$gravatar_id
## [1] ""
##
## [[1]][[26]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[26]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[26]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[26]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[26]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[26]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[26]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[26]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[26]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[26]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[26]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[26]]$owner$type
## [1] "User"
##
## [[1]][[26]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[26]]$private
## [1] FALSE
##
## [[1]][[26]]$html_url
## [1] "https://github.com/gaborcsardi/parr"
##
## [[1]][[26]]$description
## [1] "Easy parallel programming in R -- Work in progress!"
##
## [[1]][[26]]$fork
## [1] TRUE
##
## [[1]][[26]]$url
## [1] "https://api.github.com/repos/gaborcsardi/parr"
##
## [[1]][[26]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/forks"
##
## [[1]][[26]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/keys{/key_id}"
##
## [[1]][[26]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/collaborators{/collaborator}"
##
## [[1]][[26]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/teams"
##
## [[1]][[26]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/hooks"
##
## [[1]][[26]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/issues/events{/number}"
##
## [[1]][[26]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/events"
##
## [[1]][[26]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/assignees{/user}"
##
## [[1]][[26]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/branches{/branch}"
##
## [[1]][[26]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/tags"
##
## [[1]][[26]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/git/blobs{/sha}"
##
## [[1]][[26]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/git/tags{/sha}"
##
## [[1]][[26]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/git/refs{/sha}"
##
## [[1]][[26]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/git/trees{/sha}"
##
## [[1]][[26]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/statuses/{sha}"
##
## [[1]][[26]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/languages"
##
## [[1]][[26]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/stargazers"
##
## [[1]][[26]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/contributors"
##
## [[1]][[26]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/subscribers"
##
## [[1]][[26]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/subscription"
##
## [[1]][[26]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/commits{/sha}"
##
## [[1]][[26]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/git/commits{/sha}"
##
## [[1]][[26]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/comments{/number}"
##
## [[1]][[26]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/issues/comments{/number}"
##
## [[1]][[26]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/contents/{+path}"
##
## [[1]][[26]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/compare/{base}...{head}"
##
## [[1]][[26]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/merges"
##
## [[1]][[26]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/{archive_format}{/ref}"
##
## [[1]][[26]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/downloads"
##
## [[1]][[26]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/issues{/number}"
##
## [[1]][[26]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/pulls{/number}"
##
## [[1]][[26]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/milestones{/number}"
##
## [[1]][[26]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/notifications{?since,all,participating}"
##
## [[1]][[26]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/labels{/name}"
##
## [[1]][[26]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/releases{/id}"
##
## [[1]][[26]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/parr/deployments"
##
## [[1]][[26]]$created_at
## [1] "2016-02-28T14:31:40Z"
##
## [[1]][[26]]$updated_at
## [1] "2016-05-03T03:12:06Z"
##
## [[1]][[26]]$pushed_at
## [1] "2016-03-11T23:49:52Z"
##
## [[1]][[26]]$git_url
## [1] "git://github.com/gaborcsardi/parr.git"
##
## [[1]][[26]]$ssh_url
## [1] "git@github.com:gaborcsardi/parr.git"
##
## [[1]][[26]]$clone_url
## [1] "https://github.com/gaborcsardi/parr.git"
##
## [[1]][[26]]$svn_url
## [1] "https://github.com/gaborcsardi/parr"
##
## [[1]][[26]]$homepage
## [1] ""
##
## [[1]][[26]]$size
## [1] 734
##
## [[1]][[26]]$stargazers_count
## [1] 6
##
## [[1]][[26]]$watchers_count
## [1] 6
##
## [[1]][[26]]$language
## [1] "R"
##
## [[1]][[26]]$has_issues
## [1] TRUE
##
## [[1]][[26]]$has_downloads
## [1] TRUE
##
## [[1]][[26]]$has_wiki
## [1] FALSE
##
## [[1]][[26]]$has_pages
## [1] FALSE
##
## [[1]][[26]]$forks_count
## [1] 0
##
## [[1]][[26]]$mirror_url
## NULL
##
## [[1]][[26]]$open_issues_count
## [1] 14
##
## [[1]][[26]]$forks
## [1] 0
##
## [[1]][[26]]$open_issues
## [1] 14
##
## [[1]][[26]]$watchers
## [1] 6
##
## [[1]][[26]]$default_branch
## [1] "master"
##
##
## [[1]][[27]]
## [[1]][[27]]$id
## [1] 23134624
##
## [[1]][[27]]$name
## [1] "parsedate"
##
## [[1]][[27]]$full_name
## [1] "gaborcsardi/parsedate"
##
## [[1]][[27]]$owner
## [[1]][[27]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[27]]$owner$id
## [1] 660288
##
## [[1]][[27]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[27]]$owner$gravatar_id
## [1] ""
##
## [[1]][[27]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[27]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[27]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[27]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[27]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[27]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[27]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[27]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[27]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[27]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[27]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[27]]$owner$type
## [1] "User"
##
## [[1]][[27]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[27]]$private
## [1] FALSE
##
## [[1]][[27]]$html_url
## [1] "https://github.com/gaborcsardi/parsedate"
##
## [[1]][[27]]$description
## [1] "R package to parse dates given in arbitrary formats"
##
## [[1]][[27]]$fork
## [1] FALSE
##
## [[1]][[27]]$url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate"
##
## [[1]][[27]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/forks"
##
## [[1]][[27]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/keys{/key_id}"
##
## [[1]][[27]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/collaborators{/collaborator}"
##
## [[1]][[27]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/teams"
##
## [[1]][[27]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/hooks"
##
## [[1]][[27]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/issues/events{/number}"
##
## [[1]][[27]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/events"
##
## [[1]][[27]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/assignees{/user}"
##
## [[1]][[27]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/branches{/branch}"
##
## [[1]][[27]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/tags"
##
## [[1]][[27]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/git/blobs{/sha}"
##
## [[1]][[27]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/git/tags{/sha}"
##
## [[1]][[27]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/git/refs{/sha}"
##
## [[1]][[27]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/git/trees{/sha}"
##
## [[1]][[27]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/statuses/{sha}"
##
## [[1]][[27]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/languages"
##
## [[1]][[27]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/stargazers"
##
## [[1]][[27]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/contributors"
##
## [[1]][[27]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/subscribers"
##
## [[1]][[27]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/subscription"
##
## [[1]][[27]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/commits{/sha}"
##
## [[1]][[27]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/git/commits{/sha}"
##
## [[1]][[27]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/comments{/number}"
##
## [[1]][[27]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/issues/comments{/number}"
##
## [[1]][[27]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/contents/{+path}"
##
## [[1]][[27]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/compare/{base}...{head}"
##
## [[1]][[27]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/merges"
##
## [[1]][[27]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/{archive_format}{/ref}"
##
## [[1]][[27]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/downloads"
##
## [[1]][[27]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/issues{/number}"
##
## [[1]][[27]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/pulls{/number}"
##
## [[1]][[27]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/milestones{/number}"
##
## [[1]][[27]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/notifications{?since,all,participating}"
##
## [[1]][[27]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/labels{/name}"
##
## [[1]][[27]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/releases{/id}"
##
## [[1]][[27]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/parsedate/deployments"
##
## [[1]][[27]]$created_at
## [1] "2014-08-20T03:31:04Z"
##
## [[1]][[27]]$updated_at
## [1] "2016-06-06T20:22:00Z"
##
## [[1]][[27]]$pushed_at
## [1] "2016-05-09T20:23:19Z"
##
## [[1]][[27]]$git_url
## [1] "git://github.com/gaborcsardi/parsedate.git"
##
## [[1]][[27]]$ssh_url
## [1] "git@github.com:gaborcsardi/parsedate.git"
##
## [[1]][[27]]$clone_url
## [1] "https://github.com/gaborcsardi/parsedate.git"
##
## [[1]][[27]]$svn_url
## [1] "https://github.com/gaborcsardi/parsedate"
##
## [[1]][[27]]$homepage
## NULL
##
## [[1]][[27]]$size
## [1] 58
##
## [[1]][[27]]$stargazers_count
## [1] 13
##
## [[1]][[27]]$watchers_count
## [1] 13
##
## [[1]][[27]]$language
## [1] "C"
##
## [[1]][[27]]$has_issues
## [1] TRUE
##
## [[1]][[27]]$has_downloads
## [1] TRUE
##
## [[1]][[27]]$has_wiki
## [1] TRUE
##
## [[1]][[27]]$has_pages
## [1] FALSE
##
## [[1]][[27]]$forks_count
## [1] 1
##
## [[1]][[27]]$mirror_url
## NULL
##
## [[1]][[27]]$open_issues_count
## [1] 3
##
## [[1]][[27]]$forks
## [1] 1
##
## [[1]][[27]]$open_issues
## [1] 3
##
## [[1]][[27]]$watchers
## [1] 13
##
## [[1]][[27]]$default_branch
## [1] "master"
##
##
## [[1]][[28]]
## [[1]][[28]]$id
## [1] 24293304
##
## [[1]][[28]]$name
## [1] "pingr"
##
## [[1]][[28]]$full_name
## [1] "gaborcsardi/pingr"
##
## [[1]][[28]]$owner
## [[1]][[28]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[28]]$owner$id
## [1] 660288
##
## [[1]][[28]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[28]]$owner$gravatar_id
## [1] ""
##
## [[1]][[28]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[28]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[28]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[28]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[28]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[28]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[28]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[28]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[28]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[28]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[28]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[28]]$owner$type
## [1] "User"
##
## [[1]][[28]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[28]]$private
## [1] FALSE
##
## [[1]][[28]]$html_url
## [1] "https://github.com/gaborcsardi/pingr"
##
## [[1]][[28]]$description
## [1] "R package to ping, over TCP as well"
##
## [[1]][[28]]$fork
## [1] FALSE
##
## [[1]][[28]]$url
## [1] "https://api.github.com/repos/gaborcsardi/pingr"
##
## [[1]][[28]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/forks"
##
## [[1]][[28]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/keys{/key_id}"
##
## [[1]][[28]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/collaborators{/collaborator}"
##
## [[1]][[28]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/teams"
##
## [[1]][[28]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/hooks"
##
## [[1]][[28]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/issues/events{/number}"
##
## [[1]][[28]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/events"
##
## [[1]][[28]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/assignees{/user}"
##
## [[1]][[28]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/branches{/branch}"
##
## [[1]][[28]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/tags"
##
## [[1]][[28]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/git/blobs{/sha}"
##
## [[1]][[28]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/git/tags{/sha}"
##
## [[1]][[28]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/git/refs{/sha}"
##
## [[1]][[28]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/git/trees{/sha}"
##
## [[1]][[28]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/statuses/{sha}"
##
## [[1]][[28]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/languages"
##
## [[1]][[28]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/stargazers"
##
## [[1]][[28]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/contributors"
##
## [[1]][[28]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/subscribers"
##
## [[1]][[28]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/subscription"
##
## [[1]][[28]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/commits{/sha}"
##
## [[1]][[28]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/git/commits{/sha}"
##
## [[1]][[28]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/comments{/number}"
##
## [[1]][[28]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/issues/comments{/number}"
##
## [[1]][[28]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/contents/{+path}"
##
## [[1]][[28]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/compare/{base}...{head}"
##
## [[1]][[28]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/merges"
##
## [[1]][[28]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/{archive_format}{/ref}"
##
## [[1]][[28]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/downloads"
##
## [[1]][[28]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/issues{/number}"
##
## [[1]][[28]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/pulls{/number}"
##
## [[1]][[28]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/milestones{/number}"
##
## [[1]][[28]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/notifications{?since,all,participating}"
##
## [[1]][[28]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/labels{/name}"
##
## [[1]][[28]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/releases{/id}"
##
## [[1]][[28]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/pingr/deployments"
##
## [[1]][[28]]$created_at
## [1] "2014-09-21T14:36:10Z"
##
## [[1]][[28]]$updated_at
## [1] "2015-05-07T15:08:15Z"
##
## [[1]][[28]]$pushed_at
## [1] "2015-05-07T15:08:15Z"
##
## [[1]][[28]]$git_url
## [1] "git://github.com/gaborcsardi/pingr.git"
##
## [[1]][[28]]$ssh_url
## [1] "git@github.com:gaborcsardi/pingr.git"
##
## [[1]][[28]]$clone_url
## [1] "https://github.com/gaborcsardi/pingr.git"
##
## [[1]][[28]]$svn_url
## [1] "https://github.com/gaborcsardi/pingr"
##
## [[1]][[28]]$homepage
## [1] ""
##
## [[1]][[28]]$size
## [1] 312
##
## [[1]][[28]]$stargazers_count
## [1] 2
##
## [[1]][[28]]$watchers_count
## [1] 2
##
## [[1]][[28]]$language
## [1] "R"
##
## [[1]][[28]]$has_issues
## [1] TRUE
##
## [[1]][[28]]$has_downloads
## [1] TRUE
##
## [[1]][[28]]$has_wiki
## [1] TRUE
##
## [[1]][[28]]$has_pages
## [1] FALSE
##
## [[1]][[28]]$forks_count
## [1] 0
##
## [[1]][[28]]$mirror_url
## NULL
##
## [[1]][[28]]$open_issues_count
## [1] 2
##
## [[1]][[28]]$forks
## [1] 0
##
## [[1]][[28]]$open_issues
## [1] 2
##
## [[1]][[28]]$watchers
## [1] 2
##
## [[1]][[28]]$default_branch
## [1] "master"
##
##
## [[1]][[29]]
## [[1]][[29]]$id
## [1] 23767512
##
## [[1]][[29]]$name
## [1] "pkgconfig"
##
## [[1]][[29]]$full_name
## [1] "gaborcsardi/pkgconfig"
##
## [[1]][[29]]$owner
## [[1]][[29]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[29]]$owner$id
## [1] 660288
##
## [[1]][[29]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[29]]$owner$gravatar_id
## [1] ""
##
## [[1]][[29]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[29]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[29]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[29]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[29]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[29]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[29]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[29]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[29]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[29]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[29]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[29]]$owner$type
## [1] "User"
##
## [[1]][[29]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[29]]$private
## [1] FALSE
##
## [[1]][[29]]$html_url
## [1] "https://github.com/gaborcsardi/pkgconfig"
##
## [[1]][[29]]$description
## [1] "Private configuration for R packages"
##
## [[1]][[29]]$fork
## [1] FALSE
##
## [[1]][[29]]$url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig"
##
## [[1]][[29]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/forks"
##
## [[1]][[29]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/keys{/key_id}"
##
## [[1]][[29]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/collaborators{/collaborator}"
##
## [[1]][[29]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/teams"
##
## [[1]][[29]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/hooks"
##
## [[1]][[29]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/issues/events{/number}"
##
## [[1]][[29]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/events"
##
## [[1]][[29]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/assignees{/user}"
##
## [[1]][[29]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/branches{/branch}"
##
## [[1]][[29]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/tags"
##
## [[1]][[29]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/git/blobs{/sha}"
##
## [[1]][[29]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/git/tags{/sha}"
##
## [[1]][[29]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/git/refs{/sha}"
##
## [[1]][[29]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/git/trees{/sha}"
##
## [[1]][[29]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/statuses/{sha}"
##
## [[1]][[29]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/languages"
##
## [[1]][[29]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/stargazers"
##
## [[1]][[29]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/contributors"
##
## [[1]][[29]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/subscribers"
##
## [[1]][[29]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/subscription"
##
## [[1]][[29]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/commits{/sha}"
##
## [[1]][[29]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/git/commits{/sha}"
##
## [[1]][[29]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/comments{/number}"
##
## [[1]][[29]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/issues/comments{/number}"
##
## [[1]][[29]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/contents/{+path}"
##
## [[1]][[29]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/compare/{base}...{head}"
##
## [[1]][[29]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/merges"
##
## [[1]][[29]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/{archive_format}{/ref}"
##
## [[1]][[29]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/downloads"
##
## [[1]][[29]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/issues{/number}"
##
## [[1]][[29]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/pulls{/number}"
##
## [[1]][[29]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/milestones{/number}"
##
## [[1]][[29]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/notifications{?since,all,participating}"
##
## [[1]][[29]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/labels{/name}"
##
## [[1]][[29]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/releases{/id}"
##
## [[1]][[29]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/pkgconfig/deployments"
##
## [[1]][[29]]$created_at
## [1] "2014-09-07T18:37:00Z"
##
## [[1]][[29]]$updated_at
## [1] "2016-10-19T13:10:43Z"
##
## [[1]][[29]]$pushed_at
## [1] "2016-02-01T01:07:46Z"
##
## [[1]][[29]]$git_url
## [1] "git://github.com/gaborcsardi/pkgconfig.git"
##
## [[1]][[29]]$ssh_url
## [1] "git@github.com:gaborcsardi/pkgconfig.git"
##
## [[1]][[29]]$clone_url
## [1] "https://github.com/gaborcsardi/pkgconfig.git"
##
## [[1]][[29]]$svn_url
## [1] "https://github.com/gaborcsardi/pkgconfig"
##
## [[1]][[29]]$homepage
## [1] ""
##
## [[1]][[29]]$size
## [1] 35
##
## [[1]][[29]]$stargazers_count
## [1] 8
##
## [[1]][[29]]$watchers_count
## [1] 8
##
## [[1]][[29]]$language
## [1] "R"
##
## [[1]][[29]]$has_issues
## [1] TRUE
##
## [[1]][[29]]$has_downloads
## [1] TRUE
##
## [[1]][[29]]$has_wiki
## [1] TRUE
##
## [[1]][[29]]$has_pages
## [1] FALSE
##
## [[1]][[29]]$forks_count
## [1] 0
##
## [[1]][[29]]$mirror_url
## NULL
##
## [[1]][[29]]$open_issues_count
## [1] 1
##
## [[1]][[29]]$forks
## [1] 0
##
## [[1]][[29]]$open_issues
## [1] 1
##
## [[1]][[29]]$watchers
## [1] 8
##
## [[1]][[29]]$default_branch
## [1] "master"
##
##
## [[1]][[30]]
## [[1]][[30]]$id
## [1] 11191345
##
## [[1]][[30]]$name
## [1] "playground"
##
## [[1]][[30]]$full_name
## [1] "gaborcsardi/playground"
##
## [[1]][[30]]$owner
## [[1]][[30]]$owner$login
## [1] "gaborcsardi"
##
## [[1]][[30]]$owner$id
## [1] 660288
##
## [[1]][[30]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/660288?v=3"
##
## [[1]][[30]]$owner$gravatar_id
## [1] ""
##
## [[1]][[30]]$owner$url
## [1] "https://api.github.com/users/gaborcsardi"
##
## [[1]][[30]]$owner$html_url
## [1] "https://github.com/gaborcsardi"
##
## [[1]][[30]]$owner$followers_url
## [1] "https://api.github.com/users/gaborcsardi/followers"
##
## [[1]][[30]]$owner$following_url
## [1] "https://api.github.com/users/gaborcsardi/following{/other_user}"
##
## [[1]][[30]]$owner$gists_url
## [1] "https://api.github.com/users/gaborcsardi/gists{/gist_id}"
##
## [[1]][[30]]$owner$starred_url
## [1] "https://api.github.com/users/gaborcsardi/starred{/owner}{/repo}"
##
## [[1]][[30]]$owner$subscriptions_url
## [1] "https://api.github.com/users/gaborcsardi/subscriptions"
##
## [[1]][[30]]$owner$organizations_url
## [1] "https://api.github.com/users/gaborcsardi/orgs"
##
## [[1]][[30]]$owner$repos_url
## [1] "https://api.github.com/users/gaborcsardi/repos"
##
## [[1]][[30]]$owner$events_url
## [1] "https://api.github.com/users/gaborcsardi/events{/privacy}"
##
## [[1]][[30]]$owner$received_events_url
## [1] "https://api.github.com/users/gaborcsardi/received_events"
##
## [[1]][[30]]$owner$type
## [1] "User"
##
## [[1]][[30]]$owner$site_admin
## [1] FALSE
##
##
## [[1]][[30]]$private
## [1] FALSE
##
## [[1]][[30]]$html_url
## [1] "https://github.com/gaborcsardi/playground"
##
## [[1]][[30]]$description
## [1] "First line Second line."
##
## [[1]][[30]]$fork
## [1] FALSE
##
## [[1]][[30]]$url
## [1] "https://api.github.com/repos/gaborcsardi/playground"
##
## [[1]][[30]]$forks_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/forks"
##
## [[1]][[30]]$keys_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/keys{/key_id}"
##
## [[1]][[30]]$collaborators_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/collaborators{/collaborator}"
##
## [[1]][[30]]$teams_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/teams"
##
## [[1]][[30]]$hooks_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/hooks"
##
## [[1]][[30]]$issue_events_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/issues/events{/number}"
##
## [[1]][[30]]$events_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/events"
##
## [[1]][[30]]$assignees_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/assignees{/user}"
##
## [[1]][[30]]$branches_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/branches{/branch}"
##
## [[1]][[30]]$tags_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/tags"
##
## [[1]][[30]]$blobs_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/git/blobs{/sha}"
##
## [[1]][[30]]$git_tags_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/git/tags{/sha}"
##
## [[1]][[30]]$git_refs_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/git/refs{/sha}"
##
## [[1]][[30]]$trees_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/git/trees{/sha}"
##
## [[1]][[30]]$statuses_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/statuses/{sha}"
##
## [[1]][[30]]$languages_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/languages"
##
## [[1]][[30]]$stargazers_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/stargazers"
##
## [[1]][[30]]$contributors_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/contributors"
##
## [[1]][[30]]$subscribers_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/subscribers"
##
## [[1]][[30]]$subscription_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/subscription"
##
## [[1]][[30]]$commits_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/commits{/sha}"
##
## [[1]][[30]]$git_commits_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/git/commits{/sha}"
##
## [[1]][[30]]$comments_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/comments{/number}"
##
## [[1]][[30]]$issue_comment_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/issues/comments{/number}"
##
## [[1]][[30]]$contents_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/contents/{+path}"
##
## [[1]][[30]]$compare_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/compare/{base}...{head}"
##
## [[1]][[30]]$merges_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/merges"
##
## [[1]][[30]]$archive_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/{archive_format}{/ref}"
##
## [[1]][[30]]$downloads_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/downloads"
##
## [[1]][[30]]$issues_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/issues{/number}"
##
## [[1]][[30]]$pulls_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/pulls{/number}"
##
## [[1]][[30]]$milestones_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/milestones{/number}"
##
## [[1]][[30]]$notifications_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/notifications{?since,all,participating}"
##
## [[1]][[30]]$labels_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/labels{/name}"
##
## [[1]][[30]]$releases_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/releases{/id}"
##
## [[1]][[30]]$deployments_url
## [1] "https://api.github.com/repos/gaborcsardi/playground/deployments"
##
## [[1]][[30]]$created_at
## [1] "2013-07-05T04:01:34Z"
##
## [[1]][[30]]$updated_at
## [1] "2015-08-19T19:36:26Z"
##
## [[1]][[30]]$pushed_at
## [1] "2015-11-02T19:51:55Z"
##
## [[1]][[30]]$git_url
## [1] "git://github.com/gaborcsardi/playground.git"
##
## [[1]][[30]]$ssh_url
## [1] "git@github.com:gaborcsardi/playground.git"
##
## [[1]][[30]]$clone_url
## [1] "https://github.com/gaborcsardi/playground.git"
##
## [[1]][[30]]$svn_url
## [1] "https://github.com/gaborcsardi/playground"
##
## [[1]][[30]]$homepage
## [1] ""
##
## [[1]][[30]]$size
## [1] 4584
##
## [[1]][[30]]$stargazers_count
## [1] 0
##
## [[1]][[30]]$watchers_count
## [1] 0
##
## [[1]][[30]]$language
## [1] "R"
##
## [[1]][[30]]$has_issues
## [1] TRUE
##
## [[1]][[30]]$has_downloads
## [1] TRUE
##
## [[1]][[30]]$has_wiki
## [1] TRUE
##
## [[1]][[30]]$has_pages
## [1] TRUE
##
## [[1]][[30]]$forks_count
## [1] 0
##
## [[1]][[30]]$mirror_url
## NULL
##
## [[1]][[30]]$open_issues_count
## [1] 1
##
## [[1]][[30]]$forks
## [1] 0
##
## [[1]][[30]]$open_issues
## [1] 1
##
## [[1]][[30]]$watchers
## [1] 0
##
## [[1]][[30]]$default_branch
## [1] "master"
##
##
##
## [[2]]
## [[2]][[1]]
## [[2]][[1]]$id
## [1] 14756210
##
## [[2]][[1]]$name
## [1] "2013-11_sfu"
##
## [[2]][[1]]$full_name
## [1] "jennybc/2013-11_sfu"
##
## [[2]][[1]]$owner
## [[2]][[1]]$owner$login
## [1] "jennybc"
##
## [[2]][[1]]$owner$id
## [1] 599454
##
## [[2]][[1]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[1]]$owner$gravatar_id
## [1] ""
##
## [[2]][[1]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[1]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[1]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[1]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[1]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[1]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[1]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[1]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[1]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[1]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[1]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[1]]$owner$type
## [1] "User"
##
## [[2]][[1]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[1]]$private
## [1] FALSE
##
## [[2]][[1]]$html_url
## [1] "https://github.com/jennybc/2013-11_sfu"
##
## [[2]][[1]]$description
## [1] "Supporting documents for talk and workshop for SFU Statistics and Actuarial Science"
##
## [[2]][[1]]$fork
## [1] FALSE
##
## [[2]][[1]]$url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu"
##
## [[2]][[1]]$forks_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/forks"
##
## [[2]][[1]]$keys_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/keys{/key_id}"
##
## [[2]][[1]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/collaborators{/collaborator}"
##
## [[2]][[1]]$teams_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/teams"
##
## [[2]][[1]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/hooks"
##
## [[2]][[1]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/issues/events{/number}"
##
## [[2]][[1]]$events_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/events"
##
## [[2]][[1]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/assignees{/user}"
##
## [[2]][[1]]$branches_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/branches{/branch}"
##
## [[2]][[1]]$tags_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/tags"
##
## [[2]][[1]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/git/blobs{/sha}"
##
## [[2]][[1]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/git/tags{/sha}"
##
## [[2]][[1]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/git/refs{/sha}"
##
## [[2]][[1]]$trees_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/git/trees{/sha}"
##
## [[2]][[1]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/statuses/{sha}"
##
## [[2]][[1]]$languages_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/languages"
##
## [[2]][[1]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/stargazers"
##
## [[2]][[1]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/contributors"
##
## [[2]][[1]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/subscribers"
##
## [[2]][[1]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/subscription"
##
## [[2]][[1]]$commits_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/commits{/sha}"
##
## [[2]][[1]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/git/commits{/sha}"
##
## [[2]][[1]]$comments_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/comments{/number}"
##
## [[2]][[1]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/issues/comments{/number}"
##
## [[2]][[1]]$contents_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/contents/{+path}"
##
## [[2]][[1]]$compare_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/compare/{base}...{head}"
##
## [[2]][[1]]$merges_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/merges"
##
## [[2]][[1]]$archive_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/{archive_format}{/ref}"
##
## [[2]][[1]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/downloads"
##
## [[2]][[1]]$issues_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/issues{/number}"
##
## [[2]][[1]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/pulls{/number}"
##
## [[2]][[1]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/milestones{/number}"
##
## [[2]][[1]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/notifications{?since,all,participating}"
##
## [[2]][[1]]$labels_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/labels{/name}"
##
## [[2]][[1]]$releases_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/releases{/id}"
##
## [[2]][[1]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/2013-11_sfu/deployments"
##
## [[2]][[1]]$created_at
## [1] "2013-11-27T19:02:42Z"
##
## [[2]][[1]]$updated_at
## [1] "2015-06-03T22:16:26Z"
##
## [[2]][[1]]$pushed_at
## [1] "2015-06-04T00:18:00Z"
##
## [[2]][[1]]$git_url
## [1] "git://github.com/jennybc/2013-11_sfu.git"
##
## [[2]][[1]]$ssh_url
## [1] "git@github.com:jennybc/2013-11_sfu.git"
##
## [[2]][[1]]$clone_url
## [1] "https://github.com/jennybc/2013-11_sfu.git"
##
## [[2]][[1]]$svn_url
## [1] "https://github.com/jennybc/2013-11_sfu"
##
## [[2]][[1]]$homepage
## [1] ""
##
## [[2]][[1]]$size
## [1] 8701
##
## [[2]][[1]]$stargazers_count
## [1] 1
##
## [[2]][[1]]$watchers_count
## [1] 1
##
## [[2]][[1]]$language
## NULL
##
## [[2]][[1]]$has_issues
## [1] TRUE
##
## [[2]][[1]]$has_downloads
## [1] TRUE
##
## [[2]][[1]]$has_wiki
## [1] TRUE
##
## [[2]][[1]]$has_pages
## [1] FALSE
##
## [[2]][[1]]$forks_count
## [1] 10
##
## [[2]][[1]]$mirror_url
## NULL
##
## [[2]][[1]]$open_issues_count
## [1] 1
##
## [[2]][[1]]$forks
## [1] 10
##
## [[2]][[1]]$open_issues
## [1] 1
##
## [[2]][[1]]$watchers
## [1] 1
##
## [[2]][[1]]$default_branch
## [1] "master"
##
##
## [[2]][[2]]
## [[2]][[2]]$id
## [1] 14152301
##
## [[2]][[2]]$name
## [1] "2014-01-27-miami"
##
## [[2]][[2]]$full_name
## [1] "jennybc/2014-01-27-miami"
##
## [[2]][[2]]$owner
## [[2]][[2]]$owner$login
## [1] "jennybc"
##
## [[2]][[2]]$owner$id
## [1] 599454
##
## [[2]][[2]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[2]]$owner$gravatar_id
## [1] ""
##
## [[2]][[2]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[2]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[2]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[2]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[2]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[2]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[2]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[2]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[2]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[2]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[2]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[2]]$owner$type
## [1] "User"
##
## [[2]][[2]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[2]]$private
## [1] FALSE
##
## [[2]][[2]]$html_url
## [1] "https://github.com/jennybc/2014-01-27-miami"
##
## [[2]][[2]]$description
## [1] "Software Carpentry Bootcamp at the University of Miami"
##
## [[2]][[2]]$fork
## [1] FALSE
##
## [[2]][[2]]$url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami"
##
## [[2]][[2]]$forks_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/forks"
##
## [[2]][[2]]$keys_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/keys{/key_id}"
##
## [[2]][[2]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/collaborators{/collaborator}"
##
## [[2]][[2]]$teams_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/teams"
##
## [[2]][[2]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/hooks"
##
## [[2]][[2]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/issues/events{/number}"
##
## [[2]][[2]]$events_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/events"
##
## [[2]][[2]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/assignees{/user}"
##
## [[2]][[2]]$branches_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/branches{/branch}"
##
## [[2]][[2]]$tags_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/tags"
##
## [[2]][[2]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/git/blobs{/sha}"
##
## [[2]][[2]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/git/tags{/sha}"
##
## [[2]][[2]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/git/refs{/sha}"
##
## [[2]][[2]]$trees_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/git/trees{/sha}"
##
## [[2]][[2]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/statuses/{sha}"
##
## [[2]][[2]]$languages_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/languages"
##
## [[2]][[2]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/stargazers"
##
## [[2]][[2]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/contributors"
##
## [[2]][[2]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/subscribers"
##
## [[2]][[2]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/subscription"
##
## [[2]][[2]]$commits_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/commits{/sha}"
##
## [[2]][[2]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/git/commits{/sha}"
##
## [[2]][[2]]$comments_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/comments{/number}"
##
## [[2]][[2]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/issues/comments{/number}"
##
## [[2]][[2]]$contents_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/contents/{+path}"
##
## [[2]][[2]]$compare_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/compare/{base}...{head}"
##
## [[2]][[2]]$merges_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/merges"
##
## [[2]][[2]]$archive_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/{archive_format}{/ref}"
##
## [[2]][[2]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/downloads"
##
## [[2]][[2]]$issues_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/issues{/number}"
##
## [[2]][[2]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/pulls{/number}"
##
## [[2]][[2]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/milestones{/number}"
##
## [[2]][[2]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/notifications{?since,all,participating}"
##
## [[2]][[2]]$labels_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/labels{/name}"
##
## [[2]][[2]]$releases_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/releases{/id}"
##
## [[2]][[2]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/2014-01-27-miami/deployments"
##
## [[2]][[2]]$created_at
## [1] "2013-11-05T19:55:23Z"
##
## [[2]][[2]]$updated_at
## [1] "2014-06-02T08:52:46Z"
##
## [[2]][[2]]$pushed_at
## [1] "2014-01-28T07:01:26Z"
##
## [[2]][[2]]$git_url
## [1] "git://github.com/jennybc/2014-01-27-miami.git"
##
## [[2]][[2]]$ssh_url
## [1] "git@github.com:jennybc/2014-01-27-miami.git"
##
## [[2]][[2]]$clone_url
## [1] "https://github.com/jennybc/2014-01-27-miami.git"
##
## [[2]][[2]]$svn_url
## [1] "https://github.com/jennybc/2014-01-27-miami"
##
## [[2]][[2]]$homepage
## NULL
##
## [[2]][[2]]$size
## [1] 16662
##
## [[2]][[2]]$stargazers_count
## [1] 1
##
## [[2]][[2]]$watchers_count
## [1] 1
##
## [[2]][[2]]$language
## [1] "Python"
##
## [[2]][[2]]$has_issues
## [1] TRUE
##
## [[2]][[2]]$has_downloads
## [1] TRUE
##
## [[2]][[2]]$has_wiki
## [1] TRUE
##
## [[2]][[2]]$has_pages
## [1] TRUE
##
## [[2]][[2]]$forks_count
## [1] 6
##
## [[2]][[2]]$mirror_url
## NULL
##
## [[2]][[2]]$open_issues_count
## [1] 4
##
## [[2]][[2]]$forks
## [1] 6
##
## [[2]][[2]]$open_issues
## [1] 4
##
## [[2]][[2]]$watchers
## [1] 1
##
## [[2]][[2]]$default_branch
## [1] "gh-pages"
##
##
## [[2]][[3]]
## [[2]][[3]]$id
## [1] 18495266
##
## [[2]][[3]]$name
## [1] "2014-05-12-ubc"
##
## [[2]][[3]]$full_name
## [1] "jennybc/2014-05-12-ubc"
##
## [[2]][[3]]$owner
## [[2]][[3]]$owner$login
## [1] "jennybc"
##
## [[2]][[3]]$owner$id
## [1] 599454
##
## [[2]][[3]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[3]]$owner$gravatar_id
## [1] ""
##
## [[2]][[3]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[3]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[3]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[3]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[3]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[3]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[3]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[3]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[3]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[3]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[3]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[3]]$owner$type
## [1] "User"
##
## [[2]][[3]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[3]]$private
## [1] FALSE
##
## [[2]][[3]]$html_url
## [1] "https://github.com/jennybc/2014-05-12-ubc"
##
## [[2]][[3]]$description
## NULL
##
## [[2]][[3]]$fork
## [1] FALSE
##
## [[2]][[3]]$url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc"
##
## [[2]][[3]]$forks_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/forks"
##
## [[2]][[3]]$keys_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/keys{/key_id}"
##
## [[2]][[3]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/collaborators{/collaborator}"
##
## [[2]][[3]]$teams_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/teams"
##
## [[2]][[3]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/hooks"
##
## [[2]][[3]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/issues/events{/number}"
##
## [[2]][[3]]$events_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/events"
##
## [[2]][[3]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/assignees{/user}"
##
## [[2]][[3]]$branches_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/branches{/branch}"
##
## [[2]][[3]]$tags_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/tags"
##
## [[2]][[3]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/git/blobs{/sha}"
##
## [[2]][[3]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/git/tags{/sha}"
##
## [[2]][[3]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/git/refs{/sha}"
##
## [[2]][[3]]$trees_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/git/trees{/sha}"
##
## [[2]][[3]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/statuses/{sha}"
##
## [[2]][[3]]$languages_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/languages"
##
## [[2]][[3]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/stargazers"
##
## [[2]][[3]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/contributors"
##
## [[2]][[3]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/subscribers"
##
## [[2]][[3]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/subscription"
##
## [[2]][[3]]$commits_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/commits{/sha}"
##
## [[2]][[3]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/git/commits{/sha}"
##
## [[2]][[3]]$comments_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/comments{/number}"
##
## [[2]][[3]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/issues/comments{/number}"
##
## [[2]][[3]]$contents_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/contents/{+path}"
##
## [[2]][[3]]$compare_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/compare/{base}...{head}"
##
## [[2]][[3]]$merges_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/merges"
##
## [[2]][[3]]$archive_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/{archive_format}{/ref}"
##
## [[2]][[3]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/downloads"
##
## [[2]][[3]]$issues_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/issues{/number}"
##
## [[2]][[3]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/pulls{/number}"
##
## [[2]][[3]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/milestones{/number}"
##
## [[2]][[3]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/notifications{?since,all,participating}"
##
## [[2]][[3]]$labels_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/labels{/name}"
##
## [[2]][[3]]$releases_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/releases{/id}"
##
## [[2]][[3]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/2014-05-12-ubc/deployments"
##
## [[2]][[3]]$created_at
## [1] "2014-04-06T17:45:52Z"
##
## [[2]][[3]]$updated_at
## [1] "2014-06-16T08:36:43Z"
##
## [[2]][[3]]$pushed_at
## [1] "2014-05-14T02:21:17Z"
##
## [[2]][[3]]$git_url
## [1] "git://github.com/jennybc/2014-05-12-ubc.git"
##
## [[2]][[3]]$ssh_url
## [1] "git@github.com:jennybc/2014-05-12-ubc.git"
##
## [[2]][[3]]$clone_url
## [1] "https://github.com/jennybc/2014-05-12-ubc.git"
##
## [[2]][[3]]$svn_url
## [1] "https://github.com/jennybc/2014-05-12-ubc"
##
## [[2]][[3]]$homepage
## NULL
##
## [[2]][[3]]$size
## [1] 33968
##
## [[2]][[3]]$stargazers_count
## [1] 8
##
## [[2]][[3]]$watchers_count
## [1] 8
##
## [[2]][[3]]$language
## [1] "Python"
##
## [[2]][[3]]$has_issues
## [1] TRUE
##
## [[2]][[3]]$has_downloads
## [1] TRUE
##
## [[2]][[3]]$has_wiki
## [1] TRUE
##
## [[2]][[3]]$has_pages
## [1] TRUE
##
## [[2]][[3]]$forks_count
## [1] 1
##
## [[2]][[3]]$mirror_url
## NULL
##
## [[2]][[3]]$open_issues_count
## [1] 1
##
## [[2]][[3]]$forks
## [1] 1
##
## [[2]][[3]]$open_issues
## [1] 1
##
## [[2]][[3]]$watchers
## [1] 8
##
## [[2]][[3]]$default_branch
## [1] "gh-pages"
##
##
## [[2]][[4]]
## [[2]][[4]]$id
## [1] 31132213
##
## [[2]][[4]]$name
## [1] "2015-02-23_bryan-fields-talk"
##
## [[2]][[4]]$full_name
## [1] "jennybc/2015-02-23_bryan-fields-talk"
##
## [[2]][[4]]$owner
## [[2]][[4]]$owner$login
## [1] "jennybc"
##
## [[2]][[4]]$owner$id
## [1] 599454
##
## [[2]][[4]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[4]]$owner$gravatar_id
## [1] ""
##
## [[2]][[4]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[4]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[4]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[4]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[4]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[4]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[4]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[4]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[4]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[4]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[4]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[4]]$owner$type
## [1] "User"
##
## [[2]][[4]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[4]]$private
## [1] FALSE
##
## [[2]][[4]]$html_url
## [1] "https://github.com/jennybc/2015-02-23_bryan-fields-talk"
##
## [[2]][[4]]$description
## [1] "Talk at Workshop on Visualization for Big Data: Strategies and Principles, Fields Institute http://www.fields.utoronto.ca/programs/scientific/14-15/bigdata/visualization/"
##
## [[2]][[4]]$fork
## [1] FALSE
##
## [[2]][[4]]$url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk"
##
## [[2]][[4]]$forks_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/forks"
##
## [[2]][[4]]$keys_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/keys{/key_id}"
##
## [[2]][[4]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/collaborators{/collaborator}"
##
## [[2]][[4]]$teams_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/teams"
##
## [[2]][[4]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/hooks"
##
## [[2]][[4]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/issues/events{/number}"
##
## [[2]][[4]]$events_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/events"
##
## [[2]][[4]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/assignees{/user}"
##
## [[2]][[4]]$branches_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/branches{/branch}"
##
## [[2]][[4]]$tags_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/tags"
##
## [[2]][[4]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/git/blobs{/sha}"
##
## [[2]][[4]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/git/tags{/sha}"
##
## [[2]][[4]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/git/refs{/sha}"
##
## [[2]][[4]]$trees_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/git/trees{/sha}"
##
## [[2]][[4]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/statuses/{sha}"
##
## [[2]][[4]]$languages_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/languages"
##
## [[2]][[4]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/stargazers"
##
## [[2]][[4]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/contributors"
##
## [[2]][[4]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/subscribers"
##
## [[2]][[4]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/subscription"
##
## [[2]][[4]]$commits_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/commits{/sha}"
##
## [[2]][[4]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/git/commits{/sha}"
##
## [[2]][[4]]$comments_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/comments{/number}"
##
## [[2]][[4]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/issues/comments{/number}"
##
## [[2]][[4]]$contents_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/contents/{+path}"
##
## [[2]][[4]]$compare_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/compare/{base}...{head}"
##
## [[2]][[4]]$merges_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/merges"
##
## [[2]][[4]]$archive_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/{archive_format}{/ref}"
##
## [[2]][[4]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/downloads"
##
## [[2]][[4]]$issues_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/issues{/number}"
##
## [[2]][[4]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/pulls{/number}"
##
## [[2]][[4]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/milestones{/number}"
##
## [[2]][[4]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/notifications{?since,all,participating}"
##
## [[2]][[4]]$labels_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/labels{/name}"
##
## [[2]][[4]]$releases_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/releases{/id}"
##
## [[2]][[4]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/2015-02-23_bryan-fields-talk/deployments"
##
## [[2]][[4]]$created_at
## [1] "2015-02-21T16:45:59Z"
##
## [[2]][[4]]$updated_at
## [1] "2016-09-21T05:07:32Z"
##
## [[2]][[4]]$pushed_at
## [1] "2015-06-03T19:50:01Z"
##
## [[2]][[4]]$git_url
## [1] "git://github.com/jennybc/2015-02-23_bryan-fields-talk.git"
##
## [[2]][[4]]$ssh_url
## [1] "git@github.com:jennybc/2015-02-23_bryan-fields-talk.git"
##
## [[2]][[4]]$clone_url
## [1] "https://github.com/jennybc/2015-02-23_bryan-fields-talk.git"
##
## [[2]][[4]]$svn_url
## [1] "https://github.com/jennybc/2015-02-23_bryan-fields-talk"
##
## [[2]][[4]]$homepage
## NULL
##
## [[2]][[4]]$size
## [1] 9470
##
## [[2]][[4]]$stargazers_count
## [1] 31
##
## [[2]][[4]]$watchers_count
## [1] 31
##
## [[2]][[4]]$language
## NULL
##
## [[2]][[4]]$has_issues
## [1] TRUE
##
## [[2]][[4]]$has_downloads
## [1] TRUE
##
## [[2]][[4]]$has_wiki
## [1] TRUE
##
## [[2]][[4]]$has_pages
## [1] FALSE
##
## [[2]][[4]]$forks_count
## [1] 8
##
## [[2]][[4]]$mirror_url
## NULL
##
## [[2]][[4]]$open_issues_count
## [1] 0
##
## [[2]][[4]]$forks
## [1] 8
##
## [[2]][[4]]$open_issues
## [1] 0
##
## [[2]][[4]]$watchers
## [1] 31
##
## [[2]][[4]]$default_branch
## [1] "master"
##
##
## [[2]][[5]]
## [[2]][[5]]$id
## [1] 38192453
##
## [[2]][[5]]$name
## [1] "2015-06-28_r-summit-talk"
##
## [[2]][[5]]$full_name
## [1] "jennybc/2015-06-28_r-summit-talk"
##
## [[2]][[5]]$owner
## [[2]][[5]]$owner$login
## [1] "jennybc"
##
## [[2]][[5]]$owner$id
## [1] 599454
##
## [[2]][[5]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[5]]$owner$gravatar_id
## [1] ""
##
## [[2]][[5]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[5]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[5]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[5]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[5]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[5]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[5]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[5]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[5]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[5]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[5]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[5]]$owner$type
## [1] "User"
##
## [[2]][[5]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[5]]$private
## [1] FALSE
##
## [[2]][[5]]$html_url
## [1] "https://github.com/jennybc/2015-06-28_r-summit-talk"
##
## [[2]][[5]]$description
## [1] "Talk at R Summit and Workshop about using R Markdown and GitHub in your workflow"
##
## [[2]][[5]]$fork
## [1] FALSE
##
## [[2]][[5]]$url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk"
##
## [[2]][[5]]$forks_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/forks"
##
## [[2]][[5]]$keys_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/keys{/key_id}"
##
## [[2]][[5]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/collaborators{/collaborator}"
##
## [[2]][[5]]$teams_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/teams"
##
## [[2]][[5]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/hooks"
##
## [[2]][[5]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/issues/events{/number}"
##
## [[2]][[5]]$events_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/events"
##
## [[2]][[5]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/assignees{/user}"
##
## [[2]][[5]]$branches_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/branches{/branch}"
##
## [[2]][[5]]$tags_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/tags"
##
## [[2]][[5]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/git/blobs{/sha}"
##
## [[2]][[5]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/git/tags{/sha}"
##
## [[2]][[5]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/git/refs{/sha}"
##
## [[2]][[5]]$trees_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/git/trees{/sha}"
##
## [[2]][[5]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/statuses/{sha}"
##
## [[2]][[5]]$languages_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/languages"
##
## [[2]][[5]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/stargazers"
##
## [[2]][[5]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/contributors"
##
## [[2]][[5]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/subscribers"
##
## [[2]][[5]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/subscription"
##
## [[2]][[5]]$commits_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/commits{/sha}"
##
## [[2]][[5]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/git/commits{/sha}"
##
## [[2]][[5]]$comments_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/comments{/number}"
##
## [[2]][[5]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/issues/comments{/number}"
##
## [[2]][[5]]$contents_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/contents/{+path}"
##
## [[2]][[5]]$compare_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/compare/{base}...{head}"
##
## [[2]][[5]]$merges_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/merges"
##
## [[2]][[5]]$archive_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/{archive_format}{/ref}"
##
## [[2]][[5]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/downloads"
##
## [[2]][[5]]$issues_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/issues{/number}"
##
## [[2]][[5]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/pulls{/number}"
##
## [[2]][[5]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/milestones{/number}"
##
## [[2]][[5]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/notifications{?since,all,participating}"
##
## [[2]][[5]]$labels_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/labels{/name}"
##
## [[2]][[5]]$releases_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/releases{/id}"
##
## [[2]][[5]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/2015-06-28_r-summit-talk/deployments"
##
## [[2]][[5]]$created_at
## [1] "2015-06-28T08:50:40Z"
##
## [[2]][[5]]$updated_at
## [1] "2016-02-05T16:44:13Z"
##
## [[2]][[5]]$pushed_at
## [1] "2015-06-28T19:41:30Z"
##
## [[2]][[5]]$git_url
## [1] "git://github.com/jennybc/2015-06-28_r-summit-talk.git"
##
## [[2]][[5]]$ssh_url
## [1] "git@github.com:jennybc/2015-06-28_r-summit-talk.git"
##
## [[2]][[5]]$clone_url
## [1] "https://github.com/jennybc/2015-06-28_r-summit-talk.git"
##
## [[2]][[5]]$svn_url
## [1] "https://github.com/jennybc/2015-06-28_r-summit-talk"
##
## [[2]][[5]]$homepage
## NULL
##
## [[2]][[5]]$size
## [1] 3979
##
## [[2]][[5]]$stargazers_count
## [1] 37
##
## [[2]][[5]]$watchers_count
## [1] 37
##
## [[2]][[5]]$language
## NULL
##
## [[2]][[5]]$has_issues
## [1] TRUE
##
## [[2]][[5]]$has_downloads
## [1] TRUE
##
## [[2]][[5]]$has_wiki
## [1] TRUE
##
## [[2]][[5]]$has_pages
## [1] FALSE
##
## [[2]][[5]]$forks_count
## [1] 9
##
## [[2]][[5]]$mirror_url
## NULL
##
## [[2]][[5]]$open_issues_count
## [1] 0
##
## [[2]][[5]]$forks
## [1] 9
##
## [[2]][[5]]$open_issues
## [1] 0
##
## [[2]][[5]]$watchers
## [1] 37
##
## [[2]][[5]]$default_branch
## [1] "master"
##
##
## [[2]][[6]]
## [[2]][[6]]$id
## [1] 40545399
##
## [[2]][[6]]$name
## [1] "2015-08_bryan-jsm-stat-data-sci-talk"
##
## [[2]][[6]]$full_name
## [1] "jennybc/2015-08_bryan-jsm-stat-data-sci-talk"
##
## [[2]][[6]]$owner
## [[2]][[6]]$owner$login
## [1] "jennybc"
##
## [[2]][[6]]$owner$id
## [1] 599454
##
## [[2]][[6]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[6]]$owner$gravatar_id
## [1] ""
##
## [[2]][[6]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[6]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[6]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[6]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[6]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[6]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[6]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[6]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[6]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[6]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[6]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[6]]$owner$type
## [1] "User"
##
## [[2]][[6]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[6]]$private
## [1] FALSE
##
## [[2]][[6]]$html_url
## [1] "https://github.com/jennybc/2015-08_bryan-jsm-stat-data-sci-talk"
##
## [[2]][[6]]$description
## [1] "Bryan talk at JSM 2015 re: are statisticians data scientists"
##
## [[2]][[6]]$fork
## [1] FALSE
##
## [[2]][[6]]$url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk"
##
## [[2]][[6]]$forks_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/forks"
##
## [[2]][[6]]$keys_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/keys{/key_id}"
##
## [[2]][[6]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/collaborators{/collaborator}"
##
## [[2]][[6]]$teams_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/teams"
##
## [[2]][[6]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/hooks"
##
## [[2]][[6]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/issues/events{/number}"
##
## [[2]][[6]]$events_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/events"
##
## [[2]][[6]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/assignees{/user}"
##
## [[2]][[6]]$branches_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/branches{/branch}"
##
## [[2]][[6]]$tags_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/tags"
##
## [[2]][[6]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/git/blobs{/sha}"
##
## [[2]][[6]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/git/tags{/sha}"
##
## [[2]][[6]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/git/refs{/sha}"
##
## [[2]][[6]]$trees_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/git/trees{/sha}"
##
## [[2]][[6]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/statuses/{sha}"
##
## [[2]][[6]]$languages_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/languages"
##
## [[2]][[6]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/stargazers"
##
## [[2]][[6]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/contributors"
##
## [[2]][[6]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/subscribers"
##
## [[2]][[6]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/subscription"
##
## [[2]][[6]]$commits_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/commits{/sha}"
##
## [[2]][[6]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/git/commits{/sha}"
##
## [[2]][[6]]$comments_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/comments{/number}"
##
## [[2]][[6]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/issues/comments{/number}"
##
## [[2]][[6]]$contents_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/contents/{+path}"
##
## [[2]][[6]]$compare_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/compare/{base}...{head}"
##
## [[2]][[6]]$merges_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/merges"
##
## [[2]][[6]]$archive_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/{archive_format}{/ref}"
##
## [[2]][[6]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/downloads"
##
## [[2]][[6]]$issues_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/issues{/number}"
##
## [[2]][[6]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/pulls{/number}"
##
## [[2]][[6]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/milestones{/number}"
##
## [[2]][[6]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/notifications{?since,all,participating}"
##
## [[2]][[6]]$labels_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/labels{/name}"
##
## [[2]][[6]]$releases_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/releases{/id}"
##
## [[2]][[6]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/2015-08_bryan-jsm-stat-data-sci-talk/deployments"
##
## [[2]][[6]]$created_at
## [1] "2015-08-11T14:09:18Z"
##
## [[2]][[6]]$updated_at
## [1] "2016-03-28T00:31:47Z"
##
## [[2]][[6]]$pushed_at
## [1] "2015-10-30T20:06:24Z"
##
## [[2]][[6]]$git_url
## [1] "git://github.com/jennybc/2015-08_bryan-jsm-stat-data-sci-talk.git"
##
## [[2]][[6]]$ssh_url
## [1] "git@github.com:jennybc/2015-08_bryan-jsm-stat-data-sci-talk.git"
##
## [[2]][[6]]$clone_url
## [1] "https://github.com/jennybc/2015-08_bryan-jsm-stat-data-sci-talk.git"
##
## [[2]][[6]]$svn_url
## [1] "https://github.com/jennybc/2015-08_bryan-jsm-stat-data-sci-talk"
##
## [[2]][[6]]$homepage
## NULL
##
## [[2]][[6]]$size
## [1] 3163
##
## [[2]][[6]]$stargazers_count
## [1] 16
##
## [[2]][[6]]$watchers_count
## [1] 16
##
## [[2]][[6]]$language
## [1] "R"
##
## [[2]][[6]]$has_issues
## [1] TRUE
##
## [[2]][[6]]$has_downloads
## [1] TRUE
##
## [[2]][[6]]$has_wiki
## [1] TRUE
##
## [[2]][[6]]$has_pages
## [1] FALSE
##
## [[2]][[6]]$forks_count
## [1] 4
##
## [[2]][[6]]$mirror_url
## NULL
##
## [[2]][[6]]$open_issues_count
## [1] 0
##
## [[2]][[6]]$forks
## [1] 4
##
## [[2]][[6]]$open_issues
## [1] 0
##
## [[2]][[6]]$watchers
## [1] 16
##
## [[2]][[6]]$default_branch
## [1] "master"
##
##
## [[2]][[7]]
## [[2]][[7]]$id
## [1] 65086873
##
## [[2]][[7]]$name
## [1] "2015_Coartic"
##
## [[2]][[7]]$full_name
## [1] "jennybc/2015_Coartic"
##
## [[2]][[7]]$owner
## [[2]][[7]]$owner$login
## [1] "jennybc"
##
## [[2]][[7]]$owner$id
## [1] 599454
##
## [[2]][[7]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[7]]$owner$gravatar_id
## [1] ""
##
## [[2]][[7]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[7]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[7]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[7]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[7]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[7]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[7]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[7]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[7]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[7]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[7]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[7]]$owner$type
## [1] "User"
##
## [[2]][[7]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[7]]$private
## [1] FALSE
##
## [[2]][[7]]$html_url
## [1] "https://github.com/jennybc/2015_Coartic"
##
## [[2]][[7]]$description
## [1] "Mahr, et al. (2015). Anticipatory coarticulation facilitates word recognition in toddlers."
##
## [[2]][[7]]$fork
## [1] TRUE
##
## [[2]][[7]]$url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic"
##
## [[2]][[7]]$forks_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/forks"
##
## [[2]][[7]]$keys_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/keys{/key_id}"
##
## [[2]][[7]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/collaborators{/collaborator}"
##
## [[2]][[7]]$teams_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/teams"
##
## [[2]][[7]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/hooks"
##
## [[2]][[7]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/issues/events{/number}"
##
## [[2]][[7]]$events_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/events"
##
## [[2]][[7]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/assignees{/user}"
##
## [[2]][[7]]$branches_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/branches{/branch}"
##
## [[2]][[7]]$tags_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/tags"
##
## [[2]][[7]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/git/blobs{/sha}"
##
## [[2]][[7]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/git/tags{/sha}"
##
## [[2]][[7]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/git/refs{/sha}"
##
## [[2]][[7]]$trees_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/git/trees{/sha}"
##
## [[2]][[7]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/statuses/{sha}"
##
## [[2]][[7]]$languages_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/languages"
##
## [[2]][[7]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/stargazers"
##
## [[2]][[7]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/contributors"
##
## [[2]][[7]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/subscribers"
##
## [[2]][[7]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/subscription"
##
## [[2]][[7]]$commits_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/commits{/sha}"
##
## [[2]][[7]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/git/commits{/sha}"
##
## [[2]][[7]]$comments_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/comments{/number}"
##
## [[2]][[7]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/issues/comments{/number}"
##
## [[2]][[7]]$contents_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/contents/{+path}"
##
## [[2]][[7]]$compare_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/compare/{base}...{head}"
##
## [[2]][[7]]$merges_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/merges"
##
## [[2]][[7]]$archive_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/{archive_format}{/ref}"
##
## [[2]][[7]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/downloads"
##
## [[2]][[7]]$issues_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/issues{/number}"
##
## [[2]][[7]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/pulls{/number}"
##
## [[2]][[7]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/milestones{/number}"
##
## [[2]][[7]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/notifications{?since,all,participating}"
##
## [[2]][[7]]$labels_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/labels{/name}"
##
## [[2]][[7]]$releases_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/releases{/id}"
##
## [[2]][[7]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/2015_Coartic/deployments"
##
## [[2]][[7]]$created_at
## [1] "2016-08-06T14:42:59Z"
##
## [[2]][[7]]$updated_at
## [1] "2016-08-06T14:43:00Z"
##
## [[2]][[7]]$pushed_at
## [1] "2016-08-02T17:21:39Z"
##
## [[2]][[7]]$git_url
## [1] "git://github.com/jennybc/2015_Coartic.git"
##
## [[2]][[7]]$ssh_url
## [1] "git@github.com:jennybc/2015_Coartic.git"
##
## [[2]][[7]]$clone_url
## [1] "https://github.com/jennybc/2015_Coartic.git"
##
## [[2]][[7]]$svn_url
## [1] "https://github.com/jennybc/2015_Coartic"
##
## [[2]][[7]]$homepage
## [1] ""
##
## [[2]][[7]]$size
## [1] 16793
##
## [[2]][[7]]$stargazers_count
## [1] 0
##
## [[2]][[7]]$watchers_count
## [1] 0
##
## [[2]][[7]]$language
## [1] "TeX"
##
## [[2]][[7]]$has_issues
## [1] FALSE
##
## [[2]][[7]]$has_downloads
## [1] TRUE
##
## [[2]][[7]]$has_wiki
## [1] FALSE
##
## [[2]][[7]]$has_pages
## [1] FALSE
##
## [[2]][[7]]$forks_count
## [1] 0
##
## [[2]][[7]]$mirror_url
## NULL
##
## [[2]][[7]]$open_issues_count
## [1] 0
##
## [[2]][[7]]$forks
## [1] 0
##
## [[2]][[7]]$open_issues
## [1] 0
##
## [[2]][[7]]$watchers
## [1] 0
##
## [[2]][[7]]$default_branch
## [1] "master"
##
##
## [[2]][[8]]
## [[2]][[8]]$id
## [1] 58010746
##
## [[2]][[8]]$name
## [1] "2016-06_spreadsheets"
##
## [[2]][[8]]$full_name
## [1] "jennybc/2016-06_spreadsheets"
##
## [[2]][[8]]$owner
## [[2]][[8]]$owner$login
## [1] "jennybc"
##
## [[2]][[8]]$owner$id
## [1] 599454
##
## [[2]][[8]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[8]]$owner$gravatar_id
## [1] ""
##
## [[2]][[8]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[8]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[8]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[8]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[8]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[8]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[8]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[8]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[8]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[8]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[8]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[8]]$owner$type
## [1] "User"
##
## [[2]][[8]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[8]]$private
## [1] FALSE
##
## [[2]][[8]]$html_url
## [1] "https://github.com/jennybc/2016-06_spreadsheets"
##
## [[2]][[8]]$description
## [1] "Talks given in May and June 2016."
##
## [[2]][[8]]$fork
## [1] FALSE
##
## [[2]][[8]]$url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets"
##
## [[2]][[8]]$forks_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/forks"
##
## [[2]][[8]]$keys_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/keys{/key_id}"
##
## [[2]][[8]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/collaborators{/collaborator}"
##
## [[2]][[8]]$teams_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/teams"
##
## [[2]][[8]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/hooks"
##
## [[2]][[8]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/issues/events{/number}"
##
## [[2]][[8]]$events_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/events"
##
## [[2]][[8]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/assignees{/user}"
##
## [[2]][[8]]$branches_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/branches{/branch}"
##
## [[2]][[8]]$tags_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/tags"
##
## [[2]][[8]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/git/blobs{/sha}"
##
## [[2]][[8]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/git/tags{/sha}"
##
## [[2]][[8]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/git/refs{/sha}"
##
## [[2]][[8]]$trees_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/git/trees{/sha}"
##
## [[2]][[8]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/statuses/{sha}"
##
## [[2]][[8]]$languages_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/languages"
##
## [[2]][[8]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/stargazers"
##
## [[2]][[8]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/contributors"
##
## [[2]][[8]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/subscribers"
##
## [[2]][[8]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/subscription"
##
## [[2]][[8]]$commits_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/commits{/sha}"
##
## [[2]][[8]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/git/commits{/sha}"
##
## [[2]][[8]]$comments_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/comments{/number}"
##
## [[2]][[8]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/issues/comments{/number}"
##
## [[2]][[8]]$contents_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/contents/{+path}"
##
## [[2]][[8]]$compare_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/compare/{base}...{head}"
##
## [[2]][[8]]$merges_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/merges"
##
## [[2]][[8]]$archive_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/{archive_format}{/ref}"
##
## [[2]][[8]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/downloads"
##
## [[2]][[8]]$issues_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/issues{/number}"
##
## [[2]][[8]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/pulls{/number}"
##
## [[2]][[8]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/milestones{/number}"
##
## [[2]][[8]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/notifications{?since,all,participating}"
##
## [[2]][[8]]$labels_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/labels{/name}"
##
## [[2]][[8]]$releases_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/releases{/id}"
##
## [[2]][[8]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/2016-06_spreadsheets/deployments"
##
## [[2]][[8]]$created_at
## [1] "2016-05-04T00:31:47Z"
##
## [[2]][[8]]$updated_at
## [1] "2016-10-08T13:24:44Z"
##
## [[2]][[8]]$pushed_at
## [1] "2016-08-01T04:29:09Z"
##
## [[2]][[8]]$git_url
## [1] "git://github.com/jennybc/2016-06_spreadsheets.git"
##
## [[2]][[8]]$ssh_url
## [1] "git@github.com:jennybc/2016-06_spreadsheets.git"
##
## [[2]][[8]]$clone_url
## [1] "https://github.com/jennybc/2016-06_spreadsheets.git"
##
## [[2]][[8]]$svn_url
## [1] "https://github.com/jennybc/2016-06_spreadsheets"
##
## [[2]][[8]]$homepage
## [1] "https://speakerdeck.com/jennybc/spreadsheets"
##
## [[2]][[8]]$size
## [1] 13661
##
## [[2]][[8]]$stargazers_count
## [1] 32
##
## [[2]][[8]]$watchers_count
## [1] 32
##
## [[2]][[8]]$language
## NULL
##
## [[2]][[8]]$has_issues
## [1] TRUE
##
## [[2]][[8]]$has_downloads
## [1] TRUE
##
## [[2]][[8]]$has_wiki
## [1] TRUE
##
## [[2]][[8]]$has_pages
## [1] FALSE
##
## [[2]][[8]]$forks_count
## [1] 9
##
## [[2]][[8]]$mirror_url
## NULL
##
## [[2]][[8]]$open_issues_count
## [1] 0
##
## [[2]][[8]]$forks
## [1] 9
##
## [[2]][[8]]$open_issues
## [1] 0
##
## [[2]][[8]]$watchers
## [1] 32
##
## [[2]][[8]]$default_branch
## [1] "master"
##
##
## [[2]][[9]]
## [[2]][[9]]$id
## [1] 63552154
##
## [[2]][[9]]$name
## [1] "2016-07_data-carpentry-uzh"
##
## [[2]][[9]]$full_name
## [1] "jennybc/2016-07_data-carpentry-uzh"
##
## [[2]][[9]]$owner
## [[2]][[9]]$owner$login
## [1] "jennybc"
##
## [[2]][[9]]$owner$id
## [1] 599454
##
## [[2]][[9]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[9]]$owner$gravatar_id
## [1] ""
##
## [[2]][[9]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[9]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[9]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[9]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[9]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[9]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[9]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[9]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[9]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[9]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[9]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[9]]$owner$type
## [1] "User"
##
## [[2]][[9]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[9]]$private
## [1] FALSE
##
## [[2]][[9]]$html_url
## [1] "https://github.com/jennybc/2016-07_data-carpentry-uzh"
##
## [[2]][[9]]$description
## [1] "Some of my bits for University of Zurich Data Carpentry Workshop"
##
## [[2]][[9]]$fork
## [1] FALSE
##
## [[2]][[9]]$url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh"
##
## [[2]][[9]]$forks_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/forks"
##
## [[2]][[9]]$keys_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/keys{/key_id}"
##
## [[2]][[9]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/collaborators{/collaborator}"
##
## [[2]][[9]]$teams_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/teams"
##
## [[2]][[9]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/hooks"
##
## [[2]][[9]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/issues/events{/number}"
##
## [[2]][[9]]$events_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/events"
##
## [[2]][[9]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/assignees{/user}"
##
## [[2]][[9]]$branches_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/branches{/branch}"
##
## [[2]][[9]]$tags_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/tags"
##
## [[2]][[9]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/git/blobs{/sha}"
##
## [[2]][[9]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/git/tags{/sha}"
##
## [[2]][[9]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/git/refs{/sha}"
##
## [[2]][[9]]$trees_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/git/trees{/sha}"
##
## [[2]][[9]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/statuses/{sha}"
##
## [[2]][[9]]$languages_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/languages"
##
## [[2]][[9]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/stargazers"
##
## [[2]][[9]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/contributors"
##
## [[2]][[9]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/subscribers"
##
## [[2]][[9]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/subscription"
##
## [[2]][[9]]$commits_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/commits{/sha}"
##
## [[2]][[9]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/git/commits{/sha}"
##
## [[2]][[9]]$comments_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/comments{/number}"
##
## [[2]][[9]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/issues/comments{/number}"
##
## [[2]][[9]]$contents_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/contents/{+path}"
##
## [[2]][[9]]$compare_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/compare/{base}...{head}"
##
## [[2]][[9]]$merges_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/merges"
##
## [[2]][[9]]$archive_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/{archive_format}{/ref}"
##
## [[2]][[9]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/downloads"
##
## [[2]][[9]]$issues_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/issues{/number}"
##
## [[2]][[9]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/pulls{/number}"
##
## [[2]][[9]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/milestones{/number}"
##
## [[2]][[9]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/notifications{?since,all,participating}"
##
## [[2]][[9]]$labels_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/labels{/name}"
##
## [[2]][[9]]$releases_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/releases{/id}"
##
## [[2]][[9]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/2016-07_data-carpentry-uzh/deployments"
##
## [[2]][[9]]$created_at
## [1] "2016-07-17T20:57:25Z"
##
## [[2]][[9]]$updated_at
## [1] "2016-07-17T20:57:39Z"
##
## [[2]][[9]]$pushed_at
## [1] "2016-07-17T20:57:26Z"
##
## [[2]][[9]]$git_url
## [1] "git://github.com/jennybc/2016-07_data-carpentry-uzh.git"
##
## [[2]][[9]]$ssh_url
## [1] "git@github.com:jennybc/2016-07_data-carpentry-uzh.git"
##
## [[2]][[9]]$clone_url
## [1] "https://github.com/jennybc/2016-07_data-carpentry-uzh.git"
##
## [[2]][[9]]$svn_url
## [1] "https://github.com/jennybc/2016-07_data-carpentry-uzh"
##
## [[2]][[9]]$homepage
## [1] "https://markrobinsonuzh.github.io/2016-07-18-zurich/"
##
## [[2]][[9]]$size
## [1] 0
##
## [[2]][[9]]$stargazers_count
## [1] 0
##
## [[2]][[9]]$watchers_count
## [1] 0
##
## [[2]][[9]]$language
## NULL
##
## [[2]][[9]]$has_issues
## [1] TRUE
##
## [[2]][[9]]$has_downloads
## [1] TRUE
##
## [[2]][[9]]$has_wiki
## [1] TRUE
##
## [[2]][[9]]$has_pages
## [1] FALSE
##
## [[2]][[9]]$forks_count
## [1] 0
##
## [[2]][[9]]$mirror_url
## NULL
##
## [[2]][[9]]$open_issues_count
## [1] 0
##
## [[2]][[9]]$forks
## [1] 0
##
## [[2]][[9]]$open_issues
## [1] 0
##
## [[2]][[9]]$watchers
## [1] 0
##
## [[2]][[9]]$default_branch
## [1] "master"
##
##
## [[2]][[10]]
## [[2]][[10]]$id
## [1] 15151129
##
## [[2]][[10]]$name
## [1] "545A_hw06"
##
## [[2]][[10]]$full_name
## [1] "jennybc/545A_hw06"
##
## [[2]][[10]]$owner
## [[2]][[10]]$owner$login
## [1] "jennybc"
##
## [[2]][[10]]$owner$id
## [1] 599454
##
## [[2]][[10]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[10]]$owner$gravatar_id
## [1] ""
##
## [[2]][[10]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[10]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[10]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[10]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[10]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[10]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[10]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[10]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[10]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[10]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[10]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[10]]$owner$type
## [1] "User"
##
## [[2]][[10]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[10]]$private
## [1] FALSE
##
## [[2]][[10]]$html_url
## [1] "https://github.com/jennybc/545A_hw06"
##
## [[2]][[10]]$description
## NULL
##
## [[2]][[10]]$fork
## [1] TRUE
##
## [[2]][[10]]$url
## [1] "https://api.github.com/repos/jennybc/545A_hw06"
##
## [[2]][[10]]$forks_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/forks"
##
## [[2]][[10]]$keys_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/keys{/key_id}"
##
## [[2]][[10]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/collaborators{/collaborator}"
##
## [[2]][[10]]$teams_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/teams"
##
## [[2]][[10]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/hooks"
##
## [[2]][[10]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/issues/events{/number}"
##
## [[2]][[10]]$events_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/events"
##
## [[2]][[10]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/assignees{/user}"
##
## [[2]][[10]]$branches_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/branches{/branch}"
##
## [[2]][[10]]$tags_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/tags"
##
## [[2]][[10]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/git/blobs{/sha}"
##
## [[2]][[10]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/git/tags{/sha}"
##
## [[2]][[10]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/git/refs{/sha}"
##
## [[2]][[10]]$trees_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/git/trees{/sha}"
##
## [[2]][[10]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/statuses/{sha}"
##
## [[2]][[10]]$languages_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/languages"
##
## [[2]][[10]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/stargazers"
##
## [[2]][[10]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/contributors"
##
## [[2]][[10]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/subscribers"
##
## [[2]][[10]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/subscription"
##
## [[2]][[10]]$commits_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/commits{/sha}"
##
## [[2]][[10]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/git/commits{/sha}"
##
## [[2]][[10]]$comments_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/comments{/number}"
##
## [[2]][[10]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/issues/comments{/number}"
##
## [[2]][[10]]$contents_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/contents/{+path}"
##
## [[2]][[10]]$compare_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/compare/{base}...{head}"
##
## [[2]][[10]]$merges_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/merges"
##
## [[2]][[10]]$archive_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/{archive_format}{/ref}"
##
## [[2]][[10]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/downloads"
##
## [[2]][[10]]$issues_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/issues{/number}"
##
## [[2]][[10]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/pulls{/number}"
##
## [[2]][[10]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/milestones{/number}"
##
## [[2]][[10]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/notifications{?since,all,participating}"
##
## [[2]][[10]]$labels_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/labels{/name}"
##
## [[2]][[10]]$releases_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/releases{/id}"
##
## [[2]][[10]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/545A_hw06/deployments"
##
## [[2]][[10]]$created_at
## [1] "2013-12-13T00:23:39Z"
##
## [[2]][[10]]$updated_at
## [1] "2013-12-13T00:41:42Z"
##
## [[2]][[10]]$pushed_at
## [1] "2013-12-13T00:40:56Z"
##
## [[2]][[10]]$git_url
## [1] "git://github.com/jennybc/545A_hw06.git"
##
## [[2]][[10]]$ssh_url
## [1] "git@github.com:jennybc/545A_hw06.git"
##
## [[2]][[10]]$clone_url
## [1] "https://github.com/jennybc/545A_hw06.git"
##
## [[2]][[10]]$svn_url
## [1] "https://github.com/jennybc/545A_hw06"
##
## [[2]][[10]]$homepage
## NULL
##
## [[2]][[10]]$size
## [1] 121
##
## [[2]][[10]]$stargazers_count
## [1] 0
##
## [[2]][[10]]$watchers_count
## [1] 0
##
## [[2]][[10]]$language
## [1] "R"
##
## [[2]][[10]]$has_issues
## [1] FALSE
##
## [[2]][[10]]$has_downloads
## [1] TRUE
##
## [[2]][[10]]$has_wiki
## [1] TRUE
##
## [[2]][[10]]$has_pages
## [1] FALSE
##
## [[2]][[10]]$forks_count
## [1] 0
##
## [[2]][[10]]$mirror_url
## NULL
##
## [[2]][[10]]$open_issues_count
## [1] 0
##
## [[2]][[10]]$forks
## [1] 0
##
## [[2]][[10]]$open_issues
## [1] 0
##
## [[2]][[10]]$watchers
## [1] 0
##
## [[2]][[10]]$default_branch
## [1] "master"
##
##
## [[2]][[11]]
## [[2]][[11]]$id
## [1] 45563715
##
## [[2]][[11]]$name
## [1] "access-r-source"
##
## [[2]][[11]]$full_name
## [1] "jennybc/access-r-source"
##
## [[2]][[11]]$owner
## [[2]][[11]]$owner$login
## [1] "jennybc"
##
## [[2]][[11]]$owner$id
## [1] 599454
##
## [[2]][[11]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[11]]$owner$gravatar_id
## [1] ""
##
## [[2]][[11]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[11]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[11]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[11]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[11]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[11]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[11]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[11]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[11]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[11]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[11]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[11]]$owner$type
## [1] "User"
##
## [[2]][[11]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[11]]$private
## [1] FALSE
##
## [[2]][[11]]$html_url
## [1] "https://github.com/jennybc/access-r-source"
##
## [[2]][[11]]$description
## [1] "How to get at R source. I am sick of Googling this. I am writing it down this time."
##
## [[2]][[11]]$fork
## [1] FALSE
##
## [[2]][[11]]$url
## [1] "https://api.github.com/repos/jennybc/access-r-source"
##
## [[2]][[11]]$forks_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/forks"
##
## [[2]][[11]]$keys_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/keys{/key_id}"
##
## [[2]][[11]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/collaborators{/collaborator}"
##
## [[2]][[11]]$teams_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/teams"
##
## [[2]][[11]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/hooks"
##
## [[2]][[11]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/issues/events{/number}"
##
## [[2]][[11]]$events_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/events"
##
## [[2]][[11]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/assignees{/user}"
##
## [[2]][[11]]$branches_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/branches{/branch}"
##
## [[2]][[11]]$tags_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/tags"
##
## [[2]][[11]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/git/blobs{/sha}"
##
## [[2]][[11]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/git/tags{/sha}"
##
## [[2]][[11]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/git/refs{/sha}"
##
## [[2]][[11]]$trees_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/git/trees{/sha}"
##
## [[2]][[11]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/statuses/{sha}"
##
## [[2]][[11]]$languages_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/languages"
##
## [[2]][[11]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/stargazers"
##
## [[2]][[11]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/contributors"
##
## [[2]][[11]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/subscribers"
##
## [[2]][[11]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/subscription"
##
## [[2]][[11]]$commits_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/commits{/sha}"
##
## [[2]][[11]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/git/commits{/sha}"
##
## [[2]][[11]]$comments_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/comments{/number}"
##
## [[2]][[11]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/issues/comments{/number}"
##
## [[2]][[11]]$contents_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/contents/{+path}"
##
## [[2]][[11]]$compare_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/compare/{base}...{head}"
##
## [[2]][[11]]$merges_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/merges"
##
## [[2]][[11]]$archive_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/{archive_format}{/ref}"
##
## [[2]][[11]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/downloads"
##
## [[2]][[11]]$issues_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/issues{/number}"
##
## [[2]][[11]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/pulls{/number}"
##
## [[2]][[11]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/milestones{/number}"
##
## [[2]][[11]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/notifications{?since,all,participating}"
##
## [[2]][[11]]$labels_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/labels{/name}"
##
## [[2]][[11]]$releases_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/releases{/id}"
##
## [[2]][[11]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/access-r-source/deployments"
##
## [[2]][[11]]$created_at
## [1] "2015-11-04T19:55:40Z"
##
## [[2]][[11]]$updated_at
## [1] "2016-08-31T07:36:02Z"
##
## [[2]][[11]]$pushed_at
## [1] "2015-11-05T00:48:51Z"
##
## [[2]][[11]]$git_url
## [1] "git://github.com/jennybc/access-r-source.git"
##
## [[2]][[11]]$ssh_url
## [1] "git@github.com:jennybc/access-r-source.git"
##
## [[2]][[11]]$clone_url
## [1] "https://github.com/jennybc/access-r-source.git"
##
## [[2]][[11]]$svn_url
## [1] "https://github.com/jennybc/access-r-source"
##
## [[2]][[11]]$homepage
## [1] ""
##
## [[2]][[11]]$size
## [1] 144
##
## [[2]][[11]]$stargazers_count
## [1] 29
##
## [[2]][[11]]$watchers_count
## [1] 29
##
## [[2]][[11]]$language
## NULL
##
## [[2]][[11]]$has_issues
## [1] TRUE
##
## [[2]][[11]]$has_downloads
## [1] TRUE
##
## [[2]][[11]]$has_wiki
## [1] TRUE
##
## [[2]][[11]]$has_pages
## [1] FALSE
##
## [[2]][[11]]$forks_count
## [1] 2
##
## [[2]][[11]]$mirror_url
## NULL
##
## [[2]][[11]]$open_issues_count
## [1] 0
##
## [[2]][[11]]$forks
## [1] 2
##
## [[2]][[11]]$open_issues
## [1] 0
##
## [[2]][[11]]$watchers
## [1] 29
##
## [[2]][[11]]$default_branch
## [1] "master"
##
##
## [[2]][[12]]
## [[2]][[12]]$id
## [1] 21595048
##
## [[2]][[12]]$name
## [1] "adv-r"
##
## [[2]][[12]]$full_name
## [1] "jennybc/adv-r"
##
## [[2]][[12]]$owner
## [[2]][[12]]$owner$login
## [1] "jennybc"
##
## [[2]][[12]]$owner$id
## [1] 599454
##
## [[2]][[12]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[12]]$owner$gravatar_id
## [1] ""
##
## [[2]][[12]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[12]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[12]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[12]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[12]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[12]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[12]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[12]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[12]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[12]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[12]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[12]]$owner$type
## [1] "User"
##
## [[2]][[12]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[12]]$private
## [1] FALSE
##
## [[2]][[12]]$html_url
## [1] "https://github.com/jennybc/adv-r"
##
## [[2]][[12]]$description
## [1] "Advanced R programming: a book"
##
## [[2]][[12]]$fork
## [1] TRUE
##
## [[2]][[12]]$url
## [1] "https://api.github.com/repos/jennybc/adv-r"
##
## [[2]][[12]]$forks_url
## [1] "https://api.github.com/repos/jennybc/adv-r/forks"
##
## [[2]][[12]]$keys_url
## [1] "https://api.github.com/repos/jennybc/adv-r/keys{/key_id}"
##
## [[2]][[12]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/adv-r/collaborators{/collaborator}"
##
## [[2]][[12]]$teams_url
## [1] "https://api.github.com/repos/jennybc/adv-r/teams"
##
## [[2]][[12]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/adv-r/hooks"
##
## [[2]][[12]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/adv-r/issues/events{/number}"
##
## [[2]][[12]]$events_url
## [1] "https://api.github.com/repos/jennybc/adv-r/events"
##
## [[2]][[12]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/adv-r/assignees{/user}"
##
## [[2]][[12]]$branches_url
## [1] "https://api.github.com/repos/jennybc/adv-r/branches{/branch}"
##
## [[2]][[12]]$tags_url
## [1] "https://api.github.com/repos/jennybc/adv-r/tags"
##
## [[2]][[12]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/adv-r/git/blobs{/sha}"
##
## [[2]][[12]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/adv-r/git/tags{/sha}"
##
## [[2]][[12]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/adv-r/git/refs{/sha}"
##
## [[2]][[12]]$trees_url
## [1] "https://api.github.com/repos/jennybc/adv-r/git/trees{/sha}"
##
## [[2]][[12]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/adv-r/statuses/{sha}"
##
## [[2]][[12]]$languages_url
## [1] "https://api.github.com/repos/jennybc/adv-r/languages"
##
## [[2]][[12]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/adv-r/stargazers"
##
## [[2]][[12]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/adv-r/contributors"
##
## [[2]][[12]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/adv-r/subscribers"
##
## [[2]][[12]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/adv-r/subscription"
##
## [[2]][[12]]$commits_url
## [1] "https://api.github.com/repos/jennybc/adv-r/commits{/sha}"
##
## [[2]][[12]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/adv-r/git/commits{/sha}"
##
## [[2]][[12]]$comments_url
## [1] "https://api.github.com/repos/jennybc/adv-r/comments{/number}"
##
## [[2]][[12]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/adv-r/issues/comments{/number}"
##
## [[2]][[12]]$contents_url
## [1] "https://api.github.com/repos/jennybc/adv-r/contents/{+path}"
##
## [[2]][[12]]$compare_url
## [1] "https://api.github.com/repos/jennybc/adv-r/compare/{base}...{head}"
##
## [[2]][[12]]$merges_url
## [1] "https://api.github.com/repos/jennybc/adv-r/merges"
##
## [[2]][[12]]$archive_url
## [1] "https://api.github.com/repos/jennybc/adv-r/{archive_format}{/ref}"
##
## [[2]][[12]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/adv-r/downloads"
##
## [[2]][[12]]$issues_url
## [1] "https://api.github.com/repos/jennybc/adv-r/issues{/number}"
##
## [[2]][[12]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/adv-r/pulls{/number}"
##
## [[2]][[12]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/adv-r/milestones{/number}"
##
## [[2]][[12]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/adv-r/notifications{?since,all,participating}"
##
## [[2]][[12]]$labels_url
## [1] "https://api.github.com/repos/jennybc/adv-r/labels{/name}"
##
## [[2]][[12]]$releases_url
## [1] "https://api.github.com/repos/jennybc/adv-r/releases{/id}"
##
## [[2]][[12]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/adv-r/deployments"
##
## [[2]][[12]]$created_at
## [1] "2014-07-08T02:27:58Z"
##
## [[2]][[12]]$updated_at
## [1] "2015-01-23T17:20:32Z"
##
## [[2]][[12]]$pushed_at
## [1] "2015-10-29T19:54:04Z"
##
## [[2]][[12]]$git_url
## [1] "git://github.com/jennybc/adv-r.git"
##
## [[2]][[12]]$ssh_url
## [1] "git@github.com:jennybc/adv-r.git"
##
## [[2]][[12]]$clone_url
## [1] "https://github.com/jennybc/adv-r.git"
##
## [[2]][[12]]$svn_url
## [1] "https://github.com/jennybc/adv-r"
##
## [[2]][[12]]$homepage
## NULL
##
## [[2]][[12]]$size
## [1] 7584
##
## [[2]][[12]]$stargazers_count
## [1] 0
##
## [[2]][[12]]$watchers_count
## [1] 0
##
## [[2]][[12]]$language
## [1] "TeX"
##
## [[2]][[12]]$has_issues
## [1] FALSE
##
## [[2]][[12]]$has_downloads
## [1] TRUE
##
## [[2]][[12]]$has_wiki
## [1] TRUE
##
## [[2]][[12]]$has_pages
## [1] FALSE
##
## [[2]][[12]]$forks_count
## [1] 0
##
## [[2]][[12]]$mirror_url
## NULL
##
## [[2]][[12]]$open_issues_count
## [1] 0
##
## [[2]][[12]]$forks
## [1] 0
##
## [[2]][[12]]$open_issues
## [1] 0
##
## [[2]][[12]]$watchers
## [1] 0
##
## [[2]][[12]]$default_branch
## [1] "master"
##
##
## [[2]][[13]]
## [[2]][[13]]$id
## [1] 47105600
##
## [[2]][[13]]$name
## [1] "analyze-github-stuff-with-r"
##
## [[2]][[13]]$full_name
## [1] "jennybc/analyze-github-stuff-with-r"
##
## [[2]][[13]]$owner
## [[2]][[13]]$owner$login
## [1] "jennybc"
##
## [[2]][[13]]$owner$id
## [1] 599454
##
## [[2]][[13]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[13]]$owner$gravatar_id
## [1] ""
##
## [[2]][[13]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[13]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[13]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[13]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[13]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[13]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[13]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[13]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[13]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[13]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[13]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[13]]$owner$type
## [1] "User"
##
## [[2]][[13]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[13]]$private
## [1] FALSE
##
## [[2]][[13]]$html_url
## [1] "https://github.com/jennybc/analyze-github-stuff-with-r"
##
## [[2]][[13]]$description
## [1] "Marshal data from the GitHub API with R"
##
## [[2]][[13]]$fork
## [1] FALSE
##
## [[2]][[13]]$url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r"
##
## [[2]][[13]]$forks_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/forks"
##
## [[2]][[13]]$keys_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/keys{/key_id}"
##
## [[2]][[13]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/collaborators{/collaborator}"
##
## [[2]][[13]]$teams_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/teams"
##
## [[2]][[13]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/hooks"
##
## [[2]][[13]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/issues/events{/number}"
##
## [[2]][[13]]$events_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/events"
##
## [[2]][[13]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/assignees{/user}"
##
## [[2]][[13]]$branches_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/branches{/branch}"
##
## [[2]][[13]]$tags_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/tags"
##
## [[2]][[13]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/git/blobs{/sha}"
##
## [[2]][[13]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/git/tags{/sha}"
##
## [[2]][[13]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/git/refs{/sha}"
##
## [[2]][[13]]$trees_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/git/trees{/sha}"
##
## [[2]][[13]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/statuses/{sha}"
##
## [[2]][[13]]$languages_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/languages"
##
## [[2]][[13]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/stargazers"
##
## [[2]][[13]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/contributors"
##
## [[2]][[13]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/subscribers"
##
## [[2]][[13]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/subscription"
##
## [[2]][[13]]$commits_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/commits{/sha}"
##
## [[2]][[13]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/git/commits{/sha}"
##
## [[2]][[13]]$comments_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/comments{/number}"
##
## [[2]][[13]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/issues/comments{/number}"
##
## [[2]][[13]]$contents_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/contents/{+path}"
##
## [[2]][[13]]$compare_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/compare/{base}...{head}"
##
## [[2]][[13]]$merges_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/merges"
##
## [[2]][[13]]$archive_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/{archive_format}{/ref}"
##
## [[2]][[13]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/downloads"
##
## [[2]][[13]]$issues_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/issues{/number}"
##
## [[2]][[13]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/pulls{/number}"
##
## [[2]][[13]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/milestones{/number}"
##
## [[2]][[13]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/notifications{?since,all,participating}"
##
## [[2]][[13]]$labels_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/labels{/name}"
##
## [[2]][[13]]$releases_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/releases{/id}"
##
## [[2]][[13]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/analyze-github-stuff-with-r/deployments"
##
## [[2]][[13]]$created_at
## [1] "2015-11-30T08:38:49Z"
##
## [[2]][[13]]$updated_at
## [1] "2016-04-28T05:13:18Z"
##
## [[2]][[13]]$pushed_at
## [1] "2015-12-02T19:40:03Z"
##
## [[2]][[13]]$git_url
## [1] "git://github.com/jennybc/analyze-github-stuff-with-r.git"
##
## [[2]][[13]]$ssh_url
## [1] "git@github.com:jennybc/analyze-github-stuff-with-r.git"
##
## [[2]][[13]]$clone_url
## [1] "https://github.com/jennybc/analyze-github-stuff-with-r.git"
##
## [[2]][[13]]$svn_url
## [1] "https://github.com/jennybc/analyze-github-stuff-with-r"
##
## [[2]][[13]]$homepage
## NULL
##
## [[2]][[13]]$size
## [1] 377
##
## [[2]][[13]]$stargazers_count
## [1] 10
##
## [[2]][[13]]$watchers_count
## [1] 10
##
## [[2]][[13]]$language
## [1] "R"
##
## [[2]][[13]]$has_issues
## [1] TRUE
##
## [[2]][[13]]$has_downloads
## [1] TRUE
##
## [[2]][[13]]$has_wiki
## [1] TRUE
##
## [[2]][[13]]$has_pages
## [1] FALSE
##
## [[2]][[13]]$forks_count
## [1] 0
##
## [[2]][[13]]$mirror_url
## NULL
##
## [[2]][[13]]$open_issues_count
## [1] 0
##
## [[2]][[13]]$forks
## [1] 0
##
## [[2]][[13]]$open_issues
## [1] 0
##
## [[2]][[13]]$watchers
## [1] 10
##
## [[2]][[13]]$default_branch
## [1] "master"
##
##
## [[2]][[14]]
## [[2]][[14]]$id
## [1] 20746767
##
## [[2]][[14]]$name
## [1] "arms-length-render"
##
## [[2]][[14]]$full_name
## [1] "jennybc/arms-length-render"
##
## [[2]][[14]]$owner
## [[2]][[14]]$owner$login
## [1] "jennybc"
##
## [[2]][[14]]$owner$id
## [1] 599454
##
## [[2]][[14]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[14]]$owner$gravatar_id
## [1] ""
##
## [[2]][[14]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[14]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[14]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[14]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[14]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[14]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[14]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[14]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[14]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[14]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[14]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[14]]$owner$type
## [1] "User"
##
## [[2]][[14]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[14]]$private
## [1] FALSE
##
## [[2]][[14]]$html_url
## [1] "https://github.com/jennybc/arms-length-render"
##
## [[2]][[14]]$description
## [1] "Usage of rmarkdown::render() when intermediates and outputs don't live with source"
##
## [[2]][[14]]$fork
## [1] FALSE
##
## [[2]][[14]]$url
## [1] "https://api.github.com/repos/jennybc/arms-length-render"
##
## [[2]][[14]]$forks_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/forks"
##
## [[2]][[14]]$keys_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/keys{/key_id}"
##
## [[2]][[14]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/collaborators{/collaborator}"
##
## [[2]][[14]]$teams_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/teams"
##
## [[2]][[14]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/hooks"
##
## [[2]][[14]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/issues/events{/number}"
##
## [[2]][[14]]$events_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/events"
##
## [[2]][[14]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/assignees{/user}"
##
## [[2]][[14]]$branches_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/branches{/branch}"
##
## [[2]][[14]]$tags_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/tags"
##
## [[2]][[14]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/git/blobs{/sha}"
##
## [[2]][[14]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/git/tags{/sha}"
##
## [[2]][[14]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/git/refs{/sha}"
##
## [[2]][[14]]$trees_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/git/trees{/sha}"
##
## [[2]][[14]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/statuses/{sha}"
##
## [[2]][[14]]$languages_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/languages"
##
## [[2]][[14]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/stargazers"
##
## [[2]][[14]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/contributors"
##
## [[2]][[14]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/subscribers"
##
## [[2]][[14]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/subscription"
##
## [[2]][[14]]$commits_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/commits{/sha}"
##
## [[2]][[14]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/git/commits{/sha}"
##
## [[2]][[14]]$comments_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/comments{/number}"
##
## [[2]][[14]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/issues/comments{/number}"
##
## [[2]][[14]]$contents_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/contents/{+path}"
##
## [[2]][[14]]$compare_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/compare/{base}...{head}"
##
## [[2]][[14]]$merges_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/merges"
##
## [[2]][[14]]$archive_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/{archive_format}{/ref}"
##
## [[2]][[14]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/downloads"
##
## [[2]][[14]]$issues_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/issues{/number}"
##
## [[2]][[14]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/pulls{/number}"
##
## [[2]][[14]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/milestones{/number}"
##
## [[2]][[14]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/notifications{?since,all,participating}"
##
## [[2]][[14]]$labels_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/labels{/name}"
##
## [[2]][[14]]$releases_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/releases{/id}"
##
## [[2]][[14]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/arms-length-render/deployments"
##
## [[2]][[14]]$created_at
## [1] "2014-06-11T22:40:01Z"
##
## [[2]][[14]]$updated_at
## [1] "2015-11-04T13:00:19Z"
##
## [[2]][[14]]$pushed_at
## [1] "2014-06-14T02:24:35Z"
##
## [[2]][[14]]$git_url
## [1] "git://github.com/jennybc/arms-length-render.git"
##
## [[2]][[14]]$ssh_url
## [1] "git@github.com:jennybc/arms-length-render.git"
##
## [[2]][[14]]$clone_url
## [1] "https://github.com/jennybc/arms-length-render.git"
##
## [[2]][[14]]$svn_url
## [1] "https://github.com/jennybc/arms-length-render"
##
## [[2]][[14]]$homepage
## NULL
##
## [[2]][[14]]$size
## [1] 456
##
## [[2]][[14]]$stargazers_count
## [1] 3
##
## [[2]][[14]]$watchers_count
## [1] 3
##
## [[2]][[14]]$language
## [1] "R"
##
## [[2]][[14]]$has_issues
## [1] TRUE
##
## [[2]][[14]]$has_downloads
## [1] TRUE
##
## [[2]][[14]]$has_wiki
## [1] TRUE
##
## [[2]][[14]]$has_pages
## [1] FALSE
##
## [[2]][[14]]$forks_count
## [1] 0
##
## [[2]][[14]]$mirror_url
## NULL
##
## [[2]][[14]]$open_issues_count
## [1] 0
##
## [[2]][[14]]$forks
## [1] 0
##
## [[2]][[14]]$open_issues
## [1] 0
##
## [[2]][[14]]$watchers
## [1] 3
##
## [[2]][[14]]$default_branch
## [1] "master"
##
##
## [[2]][[15]]
## [[2]][[15]]$id
## [1] 54949331
##
## [[2]][[15]]$name
## [1] "assertr"
##
## [[2]][[15]]$full_name
## [1] "jennybc/assertr"
##
## [[2]][[15]]$owner
## [[2]][[15]]$owner$login
## [1] "jennybc"
##
## [[2]][[15]]$owner$id
## [1] 599454
##
## [[2]][[15]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[15]]$owner$gravatar_id
## [1] ""
##
## [[2]][[15]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[15]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[15]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[15]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[15]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[15]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[15]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[15]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[15]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[15]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[15]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[15]]$owner$type
## [1] "User"
##
## [[2]][[15]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[15]]$private
## [1] FALSE
##
## [[2]][[15]]$html_url
## [1] "https://github.com/jennybc/assertr"
##
## [[2]][[15]]$description
## [1] "Assertive programming for R analysis pipelines"
##
## [[2]][[15]]$fork
## [1] TRUE
##
## [[2]][[15]]$url
## [1] "https://api.github.com/repos/jennybc/assertr"
##
## [[2]][[15]]$forks_url
## [1] "https://api.github.com/repos/jennybc/assertr/forks"
##
## [[2]][[15]]$keys_url
## [1] "https://api.github.com/repos/jennybc/assertr/keys{/key_id}"
##
## [[2]][[15]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/assertr/collaborators{/collaborator}"
##
## [[2]][[15]]$teams_url
## [1] "https://api.github.com/repos/jennybc/assertr/teams"
##
## [[2]][[15]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/assertr/hooks"
##
## [[2]][[15]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/assertr/issues/events{/number}"
##
## [[2]][[15]]$events_url
## [1] "https://api.github.com/repos/jennybc/assertr/events"
##
## [[2]][[15]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/assertr/assignees{/user}"
##
## [[2]][[15]]$branches_url
## [1] "https://api.github.com/repos/jennybc/assertr/branches{/branch}"
##
## [[2]][[15]]$tags_url
## [1] "https://api.github.com/repos/jennybc/assertr/tags"
##
## [[2]][[15]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/assertr/git/blobs{/sha}"
##
## [[2]][[15]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/assertr/git/tags{/sha}"
##
## [[2]][[15]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/assertr/git/refs{/sha}"
##
## [[2]][[15]]$trees_url
## [1] "https://api.github.com/repos/jennybc/assertr/git/trees{/sha}"
##
## [[2]][[15]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/assertr/statuses/{sha}"
##
## [[2]][[15]]$languages_url
## [1] "https://api.github.com/repos/jennybc/assertr/languages"
##
## [[2]][[15]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/assertr/stargazers"
##
## [[2]][[15]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/assertr/contributors"
##
## [[2]][[15]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/assertr/subscribers"
##
## [[2]][[15]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/assertr/subscription"
##
## [[2]][[15]]$commits_url
## [1] "https://api.github.com/repos/jennybc/assertr/commits{/sha}"
##
## [[2]][[15]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/assertr/git/commits{/sha}"
##
## [[2]][[15]]$comments_url
## [1] "https://api.github.com/repos/jennybc/assertr/comments{/number}"
##
## [[2]][[15]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/assertr/issues/comments{/number}"
##
## [[2]][[15]]$contents_url
## [1] "https://api.github.com/repos/jennybc/assertr/contents/{+path}"
##
## [[2]][[15]]$compare_url
## [1] "https://api.github.com/repos/jennybc/assertr/compare/{base}...{head}"
##
## [[2]][[15]]$merges_url
## [1] "https://api.github.com/repos/jennybc/assertr/merges"
##
## [[2]][[15]]$archive_url
## [1] "https://api.github.com/repos/jennybc/assertr/{archive_format}{/ref}"
##
## [[2]][[15]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/assertr/downloads"
##
## [[2]][[15]]$issues_url
## [1] "https://api.github.com/repos/jennybc/assertr/issues{/number}"
##
## [[2]][[15]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/assertr/pulls{/number}"
##
## [[2]][[15]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/assertr/milestones{/number}"
##
## [[2]][[15]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/assertr/notifications{?since,all,participating}"
##
## [[2]][[15]]$labels_url
## [1] "https://api.github.com/repos/jennybc/assertr/labels{/name}"
##
## [[2]][[15]]$releases_url
## [1] "https://api.github.com/repos/jennybc/assertr/releases{/id}"
##
## [[2]][[15]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/assertr/deployments"
##
## [[2]][[15]]$created_at
## [1] "2016-03-29T05:48:27Z"
##
## [[2]][[15]]$updated_at
## [1] "2016-03-30T11:30:26Z"
##
## [[2]][[15]]$pushed_at
## [1] "2016-03-29T15:39:59Z"
##
## [[2]][[15]]$git_url
## [1] "git://github.com/jennybc/assertr.git"
##
## [[2]][[15]]$ssh_url
## [1] "git@github.com:jennybc/assertr.git"
##
## [[2]][[15]]$clone_url
## [1] "https://github.com/jennybc/assertr.git"
##
## [[2]][[15]]$svn_url
## [1] "https://github.com/jennybc/assertr"
##
## [[2]][[15]]$homepage
## [1] ""
##
## [[2]][[15]]$size
## [1] 14207
##
## [[2]][[15]]$stargazers_count
## [1] 1
##
## [[2]][[15]]$watchers_count
## [1] 1
##
## [[2]][[15]]$language
## [1] "HTML"
##
## [[2]][[15]]$has_issues
## [1] FALSE
##
## [[2]][[15]]$has_downloads
## [1] TRUE
##
## [[2]][[15]]$has_wiki
## [1] TRUE
##
## [[2]][[15]]$has_pages
## [1] FALSE
##
## [[2]][[15]]$forks_count
## [1] 0
##
## [[2]][[15]]$mirror_url
## NULL
##
## [[2]][[15]]$open_issues_count
## [1] 0
##
## [[2]][[15]]$forks
## [1] 0
##
## [[2]][[15]]$open_issues
## [1] 0
##
## [[2]][[15]]$watchers
## [1] 1
##
## [[2]][[15]]$default_branch
## [1] "master"
##
##
## [[2]][[16]]
## [[2]][[16]]$id
## [1] 68076182
##
## [[2]][[16]]$name
## [1] "bellybutton"
##
## [[2]][[16]]$full_name
## [1] "jennybc/bellybutton"
##
## [[2]][[16]]$owner
## [[2]][[16]]$owner$login
## [1] "jennybc"
##
## [[2]][[16]]$owner$id
## [1] 599454
##
## [[2]][[16]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[16]]$owner$gravatar_id
## [1] ""
##
## [[2]][[16]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[16]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[16]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[16]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[16]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[16]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[16]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[16]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[16]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[16]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[16]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[16]]$owner$type
## [1] "User"
##
## [[2]][[16]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[16]]$private
## [1] FALSE
##
## [[2]][[16]]$html_url
## [1] "https://github.com/jennybc/bellybutton"
##
## [[2]][[16]]$description
## [1] "Data from \"A Jungle in There\" re: bacterial diversity in the adult human belly button"
##
## [[2]][[16]]$fork
## [1] FALSE
##
## [[2]][[16]]$url
## [1] "https://api.github.com/repos/jennybc/bellybutton"
##
## [[2]][[16]]$forks_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/forks"
##
## [[2]][[16]]$keys_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/keys{/key_id}"
##
## [[2]][[16]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/collaborators{/collaborator}"
##
## [[2]][[16]]$teams_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/teams"
##
## [[2]][[16]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/hooks"
##
## [[2]][[16]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/issues/events{/number}"
##
## [[2]][[16]]$events_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/events"
##
## [[2]][[16]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/assignees{/user}"
##
## [[2]][[16]]$branches_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/branches{/branch}"
##
## [[2]][[16]]$tags_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/tags"
##
## [[2]][[16]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/git/blobs{/sha}"
##
## [[2]][[16]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/git/tags{/sha}"
##
## [[2]][[16]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/git/refs{/sha}"
##
## [[2]][[16]]$trees_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/git/trees{/sha}"
##
## [[2]][[16]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/statuses/{sha}"
##
## [[2]][[16]]$languages_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/languages"
##
## [[2]][[16]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/stargazers"
##
## [[2]][[16]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/contributors"
##
## [[2]][[16]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/subscribers"
##
## [[2]][[16]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/subscription"
##
## [[2]][[16]]$commits_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/commits{/sha}"
##
## [[2]][[16]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/git/commits{/sha}"
##
## [[2]][[16]]$comments_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/comments{/number}"
##
## [[2]][[16]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/issues/comments{/number}"
##
## [[2]][[16]]$contents_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/contents/{+path}"
##
## [[2]][[16]]$compare_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/compare/{base}...{head}"
##
## [[2]][[16]]$merges_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/merges"
##
## [[2]][[16]]$archive_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/{archive_format}{/ref}"
##
## [[2]][[16]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/downloads"
##
## [[2]][[16]]$issues_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/issues{/number}"
##
## [[2]][[16]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/pulls{/number}"
##
## [[2]][[16]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/milestones{/number}"
##
## [[2]][[16]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/notifications{?since,all,participating}"
##
## [[2]][[16]]$labels_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/labels{/name}"
##
## [[2]][[16]]$releases_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/releases{/id}"
##
## [[2]][[16]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/bellybutton/deployments"
##
## [[2]][[16]]$created_at
## [1] "2016-09-13T05:08:39Z"
##
## [[2]][[16]]$updated_at
## [1] "2016-09-13T07:50:37Z"
##
## [[2]][[16]]$pushed_at
## [1] "2016-09-13T05:21:22Z"
##
## [[2]][[16]]$git_url
## [1] "git://github.com/jennybc/bellybutton.git"
##
## [[2]][[16]]$ssh_url
## [1] "git@github.com:jennybc/bellybutton.git"
##
## [[2]][[16]]$clone_url
## [1] "https://github.com/jennybc/bellybutton.git"
##
## [[2]][[16]]$svn_url
## [1] "https://github.com/jennybc/bellybutton"
##
## [[2]][[16]]$homepage
## NULL
##
## [[2]][[16]]$size
## [1] 1039
##
## [[2]][[16]]$stargazers_count
## [1] 1
##
## [[2]][[16]]$watchers_count
## [1] 1
##
## [[2]][[16]]$language
## NULL
##
## [[2]][[16]]$has_issues
## [1] TRUE
##
## [[2]][[16]]$has_downloads
## [1] TRUE
##
## [[2]][[16]]$has_wiki
## [1] TRUE
##
## [[2]][[16]]$has_pages
## [1] FALSE
##
## [[2]][[16]]$forks_count
## [1] 0
##
## [[2]][[16]]$mirror_url
## NULL
##
## [[2]][[16]]$open_issues_count
## [1] 0
##
## [[2]][[16]]$forks
## [1] 0
##
## [[2]][[16]]$open_issues
## [1] 0
##
## [[2]][[16]]$watchers
## [1] 1
##
## [[2]][[16]]$default_branch
## [1] "master"
##
##
## [[2]][[17]]
## [[2]][[17]]$id
## [1] 51183345
##
## [[2]][[17]]$name
## [1] "bingo"
##
## [[2]][[17]]$full_name
## [1] "jennybc/bingo"
##
## [[2]][[17]]$owner
## [[2]][[17]]$owner$login
## [1] "jennybc"
##
## [[2]][[17]]$owner$id
## [1] 599454
##
## [[2]][[17]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[17]]$owner$gravatar_id
## [1] ""
##
## [[2]][[17]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[17]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[17]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[17]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[17]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[17]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[17]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[17]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[17]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[17]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[17]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[17]]$owner$type
## [1] "User"
##
## [[2]][[17]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[17]]$private
## [1] FALSE
##
## [[2]][[17]]$html_url
## [1] "https://github.com/jennybc/bingo"
##
## [[2]][[17]]$description
## [1] "Generate Bingo cards with R."
##
## [[2]][[17]]$fork
## [1] FALSE
##
## [[2]][[17]]$url
## [1] "https://api.github.com/repos/jennybc/bingo"
##
## [[2]][[17]]$forks_url
## [1] "https://api.github.com/repos/jennybc/bingo/forks"
##
## [[2]][[17]]$keys_url
## [1] "https://api.github.com/repos/jennybc/bingo/keys{/key_id}"
##
## [[2]][[17]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/bingo/collaborators{/collaborator}"
##
## [[2]][[17]]$teams_url
## [1] "https://api.github.com/repos/jennybc/bingo/teams"
##
## [[2]][[17]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/bingo/hooks"
##
## [[2]][[17]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/bingo/issues/events{/number}"
##
## [[2]][[17]]$events_url
## [1] "https://api.github.com/repos/jennybc/bingo/events"
##
## [[2]][[17]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/bingo/assignees{/user}"
##
## [[2]][[17]]$branches_url
## [1] "https://api.github.com/repos/jennybc/bingo/branches{/branch}"
##
## [[2]][[17]]$tags_url
## [1] "https://api.github.com/repos/jennybc/bingo/tags"
##
## [[2]][[17]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/bingo/git/blobs{/sha}"
##
## [[2]][[17]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/bingo/git/tags{/sha}"
##
## [[2]][[17]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/bingo/git/refs{/sha}"
##
## [[2]][[17]]$trees_url
## [1] "https://api.github.com/repos/jennybc/bingo/git/trees{/sha}"
##
## [[2]][[17]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/bingo/statuses/{sha}"
##
## [[2]][[17]]$languages_url
## [1] "https://api.github.com/repos/jennybc/bingo/languages"
##
## [[2]][[17]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/bingo/stargazers"
##
## [[2]][[17]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/bingo/contributors"
##
## [[2]][[17]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/bingo/subscribers"
##
## [[2]][[17]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/bingo/subscription"
##
## [[2]][[17]]$commits_url
## [1] "https://api.github.com/repos/jennybc/bingo/commits{/sha}"
##
## [[2]][[17]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/bingo/git/commits{/sha}"
##
## [[2]][[17]]$comments_url
## [1] "https://api.github.com/repos/jennybc/bingo/comments{/number}"
##
## [[2]][[17]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/bingo/issues/comments{/number}"
##
## [[2]][[17]]$contents_url
## [1] "https://api.github.com/repos/jennybc/bingo/contents/{+path}"
##
## [[2]][[17]]$compare_url
## [1] "https://api.github.com/repos/jennybc/bingo/compare/{base}...{head}"
##
## [[2]][[17]]$merges_url
## [1] "https://api.github.com/repos/jennybc/bingo/merges"
##
## [[2]][[17]]$archive_url
## [1] "https://api.github.com/repos/jennybc/bingo/{archive_format}{/ref}"
##
## [[2]][[17]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/bingo/downloads"
##
## [[2]][[17]]$issues_url
## [1] "https://api.github.com/repos/jennybc/bingo/issues{/number}"
##
## [[2]][[17]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/bingo/pulls{/number}"
##
## [[2]][[17]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/bingo/milestones{/number}"
##
## [[2]][[17]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/bingo/notifications{?since,all,participating}"
##
## [[2]][[17]]$labels_url
## [1] "https://api.github.com/repos/jennybc/bingo/labels{/name}"
##
## [[2]][[17]]$releases_url
## [1] "https://api.github.com/repos/jennybc/bingo/releases{/id}"
##
## [[2]][[17]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/bingo/deployments"
##
## [[2]][[17]]$created_at
## [1] "2016-02-06T00:49:24Z"
##
## [[2]][[17]]$updated_at
## [1] "2016-07-03T03:40:40Z"
##
## [[2]][[17]]$pushed_at
## [1] "2016-07-12T05:34:57Z"
##
## [[2]][[17]]$git_url
## [1] "git://github.com/jennybc/bingo.git"
##
## [[2]][[17]]$ssh_url
## [1] "git@github.com:jennybc/bingo.git"
##
## [[2]][[17]]$clone_url
## [1] "https://github.com/jennybc/bingo.git"
##
## [[2]][[17]]$svn_url
## [1] "https://github.com/jennybc/bingo"
##
## [[2]][[17]]$homepage
## [1] "http://daattali.com/shiny/bingo/"
##
## [[2]][[17]]$size
## [1] 540
##
## [[2]][[17]]$stargazers_count
## [1] 5
##
## [[2]][[17]]$watchers_count
## [1] 5
##
## [[2]][[17]]$language
## [1] "R"
##
## [[2]][[17]]$has_issues
## [1] TRUE
##
## [[2]][[17]]$has_downloads
## [1] TRUE
##
## [[2]][[17]]$has_wiki
## [1] TRUE
##
## [[2]][[17]]$has_pages
## [1] FALSE
##
## [[2]][[17]]$forks_count
## [1] 19
##
## [[2]][[17]]$mirror_url
## NULL
##
## [[2]][[17]]$open_issues_count
## [1] 3
##
## [[2]][[17]]$forks
## [1] 19
##
## [[2]][[17]]$open_issues
## [1] 3
##
## [[2]][[17]]$watchers
## [1] 5
##
## [[2]][[17]]$default_branch
## [1] "master"
##
##
## [[2]][[18]]
## [[2]][[18]]$id
## [1] 19618169
##
## [[2]][[18]]$name
## [1] "bioinformatics.ca-swc-r"
##
## [[2]][[18]]$full_name
## [1] "jennybc/bioinformatics.ca-swc-r"
##
## [[2]][[18]]$owner
## [[2]][[18]]$owner$login
## [1] "jennybc"
##
## [[2]][[18]]$owner$id
## [1] 599454
##
## [[2]][[18]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[18]]$owner$gravatar_id
## [1] ""
##
## [[2]][[18]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[18]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[18]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[18]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[18]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[18]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[18]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[18]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[18]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[18]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[18]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[18]]$owner$type
## [1] "User"
##
## [[2]][[18]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[18]]$private
## [1] FALSE
##
## [[2]][[18]]$html_url
## [1] "https://github.com/jennybc/bioinformatics.ca-swc-r"
##
## [[2]][[18]]$description
## [1] "Software Carpentry Bootcamp for bioinformatics.ca 2014-05-12"
##
## [[2]][[18]]$fork
## [1] FALSE
##
## [[2]][[18]]$url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r"
##
## [[2]][[18]]$forks_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/forks"
##
## [[2]][[18]]$keys_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/keys{/key_id}"
##
## [[2]][[18]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/collaborators{/collaborator}"
##
## [[2]][[18]]$teams_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/teams"
##
## [[2]][[18]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/hooks"
##
## [[2]][[18]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/issues/events{/number}"
##
## [[2]][[18]]$events_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/events"
##
## [[2]][[18]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/assignees{/user}"
##
## [[2]][[18]]$branches_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/branches{/branch}"
##
## [[2]][[18]]$tags_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/tags"
##
## [[2]][[18]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/git/blobs{/sha}"
##
## [[2]][[18]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/git/tags{/sha}"
##
## [[2]][[18]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/git/refs{/sha}"
##
## [[2]][[18]]$trees_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/git/trees{/sha}"
##
## [[2]][[18]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/statuses/{sha}"
##
## [[2]][[18]]$languages_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/languages"
##
## [[2]][[18]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/stargazers"
##
## [[2]][[18]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/contributors"
##
## [[2]][[18]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/subscribers"
##
## [[2]][[18]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/subscription"
##
## [[2]][[18]]$commits_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/commits{/sha}"
##
## [[2]][[18]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/git/commits{/sha}"
##
## [[2]][[18]]$comments_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/comments{/number}"
##
## [[2]][[18]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/issues/comments{/number}"
##
## [[2]][[18]]$contents_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/contents/{+path}"
##
## [[2]][[18]]$compare_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/compare/{base}...{head}"
##
## [[2]][[18]]$merges_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/merges"
##
## [[2]][[18]]$archive_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/{archive_format}{/ref}"
##
## [[2]][[18]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/downloads"
##
## [[2]][[18]]$issues_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/issues{/number}"
##
## [[2]][[18]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/pulls{/number}"
##
## [[2]][[18]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/milestones{/number}"
##
## [[2]][[18]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/notifications{?since,all,participating}"
##
## [[2]][[18]]$labels_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/labels{/name}"
##
## [[2]][[18]]$releases_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/releases{/id}"
##
## [[2]][[18]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/bioinformatics.ca-swc-r/deployments"
##
## [[2]][[18]]$created_at
## [1] "2014-05-09T16:43:30Z"
##
## [[2]][[18]]$updated_at
## [1] "2014-05-14T19:03:37Z"
##
## [[2]][[18]]$pushed_at
## [1] "2014-05-13T23:23:43Z"
##
## [[2]][[18]]$git_url
## [1] "git://github.com/jennybc/bioinformatics.ca-swc-r.git"
##
## [[2]][[18]]$ssh_url
## [1] "git@github.com:jennybc/bioinformatics.ca-swc-r.git"
##
## [[2]][[18]]$clone_url
## [1] "https://github.com/jennybc/bioinformatics.ca-swc-r.git"
##
## [[2]][[18]]$svn_url
## [1] "https://github.com/jennybc/bioinformatics.ca-swc-r"
##
## [[2]][[18]]$homepage
## NULL
##
## [[2]][[18]]$size
## [1] 204
##
## [[2]][[18]]$stargazers_count
## [1] 6
##
## [[2]][[18]]$watchers_count
## [1] 6
##
## [[2]][[18]]$language
## [1] "R"
##
## [[2]][[18]]$has_issues
## [1] TRUE
##
## [[2]][[18]]$has_downloads
## [1] TRUE
##
## [[2]][[18]]$has_wiki
## [1] TRUE
##
## [[2]][[18]]$has_pages
## [1] FALSE
##
## [[2]][[18]]$forks_count
## [1] 0
##
## [[2]][[18]]$mirror_url
## NULL
##
## [[2]][[18]]$open_issues_count
## [1] 0
##
## [[2]][[18]]$forks
## [1] 0
##
## [[2]][[18]]$open_issues
## [1] 0
##
## [[2]][[18]]$watchers
## [1] 6
##
## [[2]][[18]]$default_branch
## [1] "master"
##
##
## [[2]][[19]]
## [[2]][[19]]$id
## [1] 12046143
##
## [[2]][[19]]$name
## [1] "BIRS_13w5083"
##
## [[2]][[19]]$full_name
## [1] "jennybc/BIRS_13w5083"
##
## [[2]][[19]]$owner
## [[2]][[19]]$owner$login
## [1] "jennybc"
##
## [[2]][[19]]$owner$id
## [1] 599454
##
## [[2]][[19]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[19]]$owner$gravatar_id
## [1] ""
##
## [[2]][[19]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[19]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[19]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[19]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[19]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[19]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[19]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[19]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[19]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[19]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[19]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[19]]$owner$type
## [1] "User"
##
## [[2]][[19]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[19]]$private
## [1] FALSE
##
## [[2]][[19]]$html_url
## [1] "https://github.com/jennybc/BIRS_13w5083"
##
## [[2]][[19]]$description
## NULL
##
## [[2]][[19]]$fork
## [1] FALSE
##
## [[2]][[19]]$url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083"
##
## [[2]][[19]]$forks_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/forks"
##
## [[2]][[19]]$keys_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/keys{/key_id}"
##
## [[2]][[19]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/collaborators{/collaborator}"
##
## [[2]][[19]]$teams_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/teams"
##
## [[2]][[19]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/hooks"
##
## [[2]][[19]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/issues/events{/number}"
##
## [[2]][[19]]$events_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/events"
##
## [[2]][[19]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/assignees{/user}"
##
## [[2]][[19]]$branches_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/branches{/branch}"
##
## [[2]][[19]]$tags_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/tags"
##
## [[2]][[19]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/git/blobs{/sha}"
##
## [[2]][[19]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/git/tags{/sha}"
##
## [[2]][[19]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/git/refs{/sha}"
##
## [[2]][[19]]$trees_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/git/trees{/sha}"
##
## [[2]][[19]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/statuses/{sha}"
##
## [[2]][[19]]$languages_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/languages"
##
## [[2]][[19]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/stargazers"
##
## [[2]][[19]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/contributors"
##
## [[2]][[19]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/subscribers"
##
## [[2]][[19]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/subscription"
##
## [[2]][[19]]$commits_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/commits{/sha}"
##
## [[2]][[19]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/git/commits{/sha}"
##
## [[2]][[19]]$comments_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/comments{/number}"
##
## [[2]][[19]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/issues/comments{/number}"
##
## [[2]][[19]]$contents_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/contents/{+path}"
##
## [[2]][[19]]$compare_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/compare/{base}...{head}"
##
## [[2]][[19]]$merges_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/merges"
##
## [[2]][[19]]$archive_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/{archive_format}{/ref}"
##
## [[2]][[19]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/downloads"
##
## [[2]][[19]]$issues_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/issues{/number}"
##
## [[2]][[19]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/pulls{/number}"
##
## [[2]][[19]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/milestones{/number}"
##
## [[2]][[19]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/notifications{?since,all,participating}"
##
## [[2]][[19]]$labels_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/labels{/name}"
##
## [[2]][[19]]$releases_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/releases{/id}"
##
## [[2]][[19]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/BIRS_13w5083/deployments"
##
## [[2]][[19]]$created_at
## [1] "2013-08-12T02:22:42Z"
##
## [[2]][[19]]$updated_at
## [1] "2014-01-27T16:19:42Z"
##
## [[2]][[19]]$pushed_at
## [1] "2013-09-05T22:28:35Z"
##
## [[2]][[19]]$git_url
## [1] "git://github.com/jennybc/BIRS_13w5083.git"
##
## [[2]][[19]]$ssh_url
## [1] "git@github.com:jennybc/BIRS_13w5083.git"
##
## [[2]][[19]]$clone_url
## [1] "https://github.com/jennybc/BIRS_13w5083.git"
##
## [[2]][[19]]$svn_url
## [1] "https://github.com/jennybc/BIRS_13w5083"
##
## [[2]][[19]]$homepage
## NULL
##
## [[2]][[19]]$size
## [1] 204
##
## [[2]][[19]]$stargazers_count
## [1] 0
##
## [[2]][[19]]$watchers_count
## [1] 0
##
## [[2]][[19]]$language
## NULL
##
## [[2]][[19]]$has_issues
## [1] TRUE
##
## [[2]][[19]]$has_downloads
## [1] TRUE
##
## [[2]][[19]]$has_wiki
## [1] TRUE
##
## [[2]][[19]]$has_pages
## [1] FALSE
##
## [[2]][[19]]$forks_count
## [1] 0
##
## [[2]][[19]]$mirror_url
## NULL
##
## [[2]][[19]]$open_issues_count
## [1] 0
##
## [[2]][[19]]$forks
## [1] 0
##
## [[2]][[19]]$open_issues
## [1] 0
##
## [[2]][[19]]$watchers
## [1] 0
##
## [[2]][[19]]$default_branch
## [1] "master"
##
##
## [[2]][[20]]
## [[2]][[20]]$id
## [1] 61181748
##
## [[2]][[20]]$name
## [1] "blarg"
##
## [[2]][[20]]$full_name
## [1] "jennybc/blarg"
##
## [[2]][[20]]$owner
## [[2]][[20]]$owner$login
## [1] "jennybc"
##
## [[2]][[20]]$owner$id
## [1] 599454
##
## [[2]][[20]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[20]]$owner$gravatar_id
## [1] ""
##
## [[2]][[20]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[20]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[20]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[20]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[20]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[20]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[20]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[20]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[20]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[20]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[20]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[20]]$owner$type
## [1] "User"
##
## [[2]][[20]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[20]]$private
## [1] FALSE
##
## [[2]][[20]]$html_url
## [1] "https://github.com/jennybc/blarg"
##
## [[2]][[20]]$description
## [1] "Oops I should have kept this around longer"
##
## [[2]][[20]]$fork
## [1] FALSE
##
## [[2]][[20]]$url
## [1] "https://api.github.com/repos/jennybc/blarg"
##
## [[2]][[20]]$forks_url
## [1] "https://api.github.com/repos/jennybc/blarg/forks"
##
## [[2]][[20]]$keys_url
## [1] "https://api.github.com/repos/jennybc/blarg/keys{/key_id}"
##
## [[2]][[20]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/blarg/collaborators{/collaborator}"
##
## [[2]][[20]]$teams_url
## [1] "https://api.github.com/repos/jennybc/blarg/teams"
##
## [[2]][[20]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/blarg/hooks"
##
## [[2]][[20]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/blarg/issues/events{/number}"
##
## [[2]][[20]]$events_url
## [1] "https://api.github.com/repos/jennybc/blarg/events"
##
## [[2]][[20]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/blarg/assignees{/user}"
##
## [[2]][[20]]$branches_url
## [1] "https://api.github.com/repos/jennybc/blarg/branches{/branch}"
##
## [[2]][[20]]$tags_url
## [1] "https://api.github.com/repos/jennybc/blarg/tags"
##
## [[2]][[20]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/blarg/git/blobs{/sha}"
##
## [[2]][[20]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/blarg/git/tags{/sha}"
##
## [[2]][[20]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/blarg/git/refs{/sha}"
##
## [[2]][[20]]$trees_url
## [1] "https://api.github.com/repos/jennybc/blarg/git/trees{/sha}"
##
## [[2]][[20]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/blarg/statuses/{sha}"
##
## [[2]][[20]]$languages_url
## [1] "https://api.github.com/repos/jennybc/blarg/languages"
##
## [[2]][[20]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/blarg/stargazers"
##
## [[2]][[20]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/blarg/contributors"
##
## [[2]][[20]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/blarg/subscribers"
##
## [[2]][[20]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/blarg/subscription"
##
## [[2]][[20]]$commits_url
## [1] "https://api.github.com/repos/jennybc/blarg/commits{/sha}"
##
## [[2]][[20]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/blarg/git/commits{/sha}"
##
## [[2]][[20]]$comments_url
## [1] "https://api.github.com/repos/jennybc/blarg/comments{/number}"
##
## [[2]][[20]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/blarg/issues/comments{/number}"
##
## [[2]][[20]]$contents_url
## [1] "https://api.github.com/repos/jennybc/blarg/contents/{+path}"
##
## [[2]][[20]]$compare_url
## [1] "https://api.github.com/repos/jennybc/blarg/compare/{base}...{head}"
##
## [[2]][[20]]$merges_url
## [1] "https://api.github.com/repos/jennybc/blarg/merges"
##
## [[2]][[20]]$archive_url
## [1] "https://api.github.com/repos/jennybc/blarg/{archive_format}{/ref}"
##
## [[2]][[20]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/blarg/downloads"
##
## [[2]][[20]]$issues_url
## [1] "https://api.github.com/repos/jennybc/blarg/issues{/number}"
##
## [[2]][[20]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/blarg/pulls{/number}"
##
## [[2]][[20]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/blarg/milestones{/number}"
##
## [[2]][[20]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/blarg/notifications{?since,all,participating}"
##
## [[2]][[20]]$labels_url
## [1] "https://api.github.com/repos/jennybc/blarg/labels{/name}"
##
## [[2]][[20]]$releases_url
## [1] "https://api.github.com/repos/jennybc/blarg/releases{/id}"
##
## [[2]][[20]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/blarg/deployments"
##
## [[2]][[20]]$created_at
## [1] "2016-06-15T06:05:16Z"
##
## [[2]][[20]]$updated_at
## [1] "2016-06-15T06:05:16Z"
##
## [[2]][[20]]$pushed_at
## [1] "2016-06-15T06:05:17Z"
##
## [[2]][[20]]$git_url
## [1] "git://github.com/jennybc/blarg.git"
##
## [[2]][[20]]$ssh_url
## [1] "git@github.com:jennybc/blarg.git"
##
## [[2]][[20]]$clone_url
## [1] "https://github.com/jennybc/blarg.git"
##
## [[2]][[20]]$svn_url
## [1] "https://github.com/jennybc/blarg"
##
## [[2]][[20]]$homepage
## NULL
##
## [[2]][[20]]$size
## [1] 0
##
## [[2]][[20]]$stargazers_count
## [1] 0
##
## [[2]][[20]]$watchers_count
## [1] 0
##
## [[2]][[20]]$language
## NULL
##
## [[2]][[20]]$has_issues
## [1] TRUE
##
## [[2]][[20]]$has_downloads
## [1] TRUE
##
## [[2]][[20]]$has_wiki
## [1] TRUE
##
## [[2]][[20]]$has_pages
## [1] FALSE
##
## [[2]][[20]]$forks_count
## [1] 0
##
## [[2]][[20]]$mirror_url
## NULL
##
## [[2]][[20]]$open_issues_count
## [1] 0
##
## [[2]][[20]]$forks
## [1] 0
##
## [[2]][[20]]$open_issues
## [1] 0
##
## [[2]][[20]]$watchers
## [1] 0
##
## [[2]][[20]]$default_branch
## [1] "master"
##
##
## [[2]][[21]]
## [[2]][[21]]$id
## [1] 62916989
##
## [[2]][[21]]$name
## [1] "bookdown"
##
## [[2]][[21]]$full_name
## [1] "jennybc/bookdown"
##
## [[2]][[21]]$owner
## [[2]][[21]]$owner$login
## [1] "jennybc"
##
## [[2]][[21]]$owner$id
## [1] 599454
##
## [[2]][[21]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[21]]$owner$gravatar_id
## [1] ""
##
## [[2]][[21]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[21]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[21]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[21]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[21]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[21]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[21]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[21]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[21]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[21]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[21]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[21]]$owner$type
## [1] "User"
##
## [[2]][[21]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[21]]$private
## [1] FALSE
##
## [[2]][[21]]$html_url
## [1] "https://github.com/jennybc/bookdown"
##
## [[2]][[21]]$description
## [1] "Authoring Books with R Markdown"
##
## [[2]][[21]]$fork
## [1] TRUE
##
## [[2]][[21]]$url
## [1] "https://api.github.com/repos/jennybc/bookdown"
##
## [[2]][[21]]$forks_url
## [1] "https://api.github.com/repos/jennybc/bookdown/forks"
##
## [[2]][[21]]$keys_url
## [1] "https://api.github.com/repos/jennybc/bookdown/keys{/key_id}"
##
## [[2]][[21]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/bookdown/collaborators{/collaborator}"
##
## [[2]][[21]]$teams_url
## [1] "https://api.github.com/repos/jennybc/bookdown/teams"
##
## [[2]][[21]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/bookdown/hooks"
##
## [[2]][[21]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/bookdown/issues/events{/number}"
##
## [[2]][[21]]$events_url
## [1] "https://api.github.com/repos/jennybc/bookdown/events"
##
## [[2]][[21]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/bookdown/assignees{/user}"
##
## [[2]][[21]]$branches_url
## [1] "https://api.github.com/repos/jennybc/bookdown/branches{/branch}"
##
## [[2]][[21]]$tags_url
## [1] "https://api.github.com/repos/jennybc/bookdown/tags"
##
## [[2]][[21]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/bookdown/git/blobs{/sha}"
##
## [[2]][[21]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/bookdown/git/tags{/sha}"
##
## [[2]][[21]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/bookdown/git/refs{/sha}"
##
## [[2]][[21]]$trees_url
## [1] "https://api.github.com/repos/jennybc/bookdown/git/trees{/sha}"
##
## [[2]][[21]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/bookdown/statuses/{sha}"
##
## [[2]][[21]]$languages_url
## [1] "https://api.github.com/repos/jennybc/bookdown/languages"
##
## [[2]][[21]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/bookdown/stargazers"
##
## [[2]][[21]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/bookdown/contributors"
##
## [[2]][[21]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/bookdown/subscribers"
##
## [[2]][[21]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/bookdown/subscription"
##
## [[2]][[21]]$commits_url
## [1] "https://api.github.com/repos/jennybc/bookdown/commits{/sha}"
##
## [[2]][[21]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/bookdown/git/commits{/sha}"
##
## [[2]][[21]]$comments_url
## [1] "https://api.github.com/repos/jennybc/bookdown/comments{/number}"
##
## [[2]][[21]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/bookdown/issues/comments{/number}"
##
## [[2]][[21]]$contents_url
## [1] "https://api.github.com/repos/jennybc/bookdown/contents/{+path}"
##
## [[2]][[21]]$compare_url
## [1] "https://api.github.com/repos/jennybc/bookdown/compare/{base}...{head}"
##
## [[2]][[21]]$merges_url
## [1] "https://api.github.com/repos/jennybc/bookdown/merges"
##
## [[2]][[21]]$archive_url
## [1] "https://api.github.com/repos/jennybc/bookdown/{archive_format}{/ref}"
##
## [[2]][[21]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/bookdown/downloads"
##
## [[2]][[21]]$issues_url
## [1] "https://api.github.com/repos/jennybc/bookdown/issues{/number}"
##
## [[2]][[21]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/bookdown/pulls{/number}"
##
## [[2]][[21]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/bookdown/milestones{/number}"
##
## [[2]][[21]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/bookdown/notifications{?since,all,participating}"
##
## [[2]][[21]]$labels_url
## [1] "https://api.github.com/repos/jennybc/bookdown/labels{/name}"
##
## [[2]][[21]]$releases_url
## [1] "https://api.github.com/repos/jennybc/bookdown/releases{/id}"
##
## [[2]][[21]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/bookdown/deployments"
##
## [[2]][[21]]$created_at
## [1] "2016-07-08T20:55:41Z"
##
## [[2]][[21]]$updated_at
## [1] "2016-07-08T20:55:43Z"
##
## [[2]][[21]]$pushed_at
## [1] "2016-07-08T22:29:24Z"
##
## [[2]][[21]]$git_url
## [1] "git://github.com/jennybc/bookdown.git"
##
## [[2]][[21]]$ssh_url
## [1] "git@github.com:jennybc/bookdown.git"
##
## [[2]][[21]]$clone_url
## [1] "https://github.com/jennybc/bookdown.git"
##
## [[2]][[21]]$svn_url
## [1] "https://github.com/jennybc/bookdown"
##
## [[2]][[21]]$homepage
## [1] "https://bookdown.org"
##
## [[2]][[21]]$size
## [1] 9880
##
## [[2]][[21]]$stargazers_count
## [1] 0
##
## [[2]][[21]]$watchers_count
## [1] 0
##
## [[2]][[21]]$language
## [1] "JavaScript"
##
## [[2]][[21]]$has_issues
## [1] FALSE
##
## [[2]][[21]]$has_downloads
## [1] TRUE
##
## [[2]][[21]]$has_wiki
## [1] FALSE
##
## [[2]][[21]]$has_pages
## [1] FALSE
##
## [[2]][[21]]$forks_count
## [1] 0
##
## [[2]][[21]]$mirror_url
## NULL
##
## [[2]][[21]]$open_issues_count
## [1] 0
##
## [[2]][[21]]$forks
## [1] 0
##
## [[2]][[21]]$open_issues
## [1] 0
##
## [[2]][[21]]$watchers
## [1] 0
##
## [[2]][[21]]$default_branch
## [1] "master"
##
##
## [[2]][[22]]
## [[2]][[22]]$id
## [1] 10124989
##
## [[2]][[22]]$name
## [1] "boot-camps"
##
## [[2]][[22]]$full_name
## [1] "jennybc/boot-camps"
##
## [[2]][[22]]$owner
## [[2]][[22]]$owner$login
## [1] "jennybc"
##
## [[2]][[22]]$owner$id
## [1] 599454
##
## [[2]][[22]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[22]]$owner$gravatar_id
## [1] ""
##
## [[2]][[22]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[22]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[22]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[22]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[22]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[22]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[22]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[22]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[22]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[22]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[22]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[22]]$owner$type
## [1] "User"
##
## [[2]][[22]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[22]]$private
## [1] FALSE
##
## [[2]][[22]]$html_url
## [1] "https://github.com/jennybc/boot-camps"
##
## [[2]][[22]]$description
## [1] "Software Carpentry boot camp material"
##
## [[2]][[22]]$fork
## [1] TRUE
##
## [[2]][[22]]$url
## [1] "https://api.github.com/repos/jennybc/boot-camps"
##
## [[2]][[22]]$forks_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/forks"
##
## [[2]][[22]]$keys_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/keys{/key_id}"
##
## [[2]][[22]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/collaborators{/collaborator}"
##
## [[2]][[22]]$teams_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/teams"
##
## [[2]][[22]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/hooks"
##
## [[2]][[22]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/issues/events{/number}"
##
## [[2]][[22]]$events_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/events"
##
## [[2]][[22]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/assignees{/user}"
##
## [[2]][[22]]$branches_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/branches{/branch}"
##
## [[2]][[22]]$tags_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/tags"
##
## [[2]][[22]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/git/blobs{/sha}"
##
## [[2]][[22]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/git/tags{/sha}"
##
## [[2]][[22]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/git/refs{/sha}"
##
## [[2]][[22]]$trees_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/git/trees{/sha}"
##
## [[2]][[22]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/statuses/{sha}"
##
## [[2]][[22]]$languages_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/languages"
##
## [[2]][[22]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/stargazers"
##
## [[2]][[22]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/contributors"
##
## [[2]][[22]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/subscribers"
##
## [[2]][[22]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/subscription"
##
## [[2]][[22]]$commits_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/commits{/sha}"
##
## [[2]][[22]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/git/commits{/sha}"
##
## [[2]][[22]]$comments_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/comments{/number}"
##
## [[2]][[22]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/issues/comments{/number}"
##
## [[2]][[22]]$contents_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/contents/{+path}"
##
## [[2]][[22]]$compare_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/compare/{base}...{head}"
##
## [[2]][[22]]$merges_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/merges"
##
## [[2]][[22]]$archive_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/{archive_format}{/ref}"
##
## [[2]][[22]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/downloads"
##
## [[2]][[22]]$issues_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/issues{/number}"
##
## [[2]][[22]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/pulls{/number}"
##
## [[2]][[22]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/milestones{/number}"
##
## [[2]][[22]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/notifications{?since,all,participating}"
##
## [[2]][[22]]$labels_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/labels{/name}"
##
## [[2]][[22]]$releases_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/releases{/id}"
##
## [[2]][[22]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/boot-camps/deployments"
##
## [[2]][[22]]$created_at
## [1] "2013-05-17T14:24:56Z"
##
## [[2]][[22]]$updated_at
## [1] "2015-12-07T23:11:40Z"
##
## [[2]][[22]]$pushed_at
## [1] "2013-05-27T18:33:09Z"
##
## [[2]][[22]]$git_url
## [1] "git://github.com/jennybc/boot-camps.git"
##
## [[2]][[22]]$ssh_url
## [1] "git@github.com:jennybc/boot-camps.git"
##
## [[2]][[22]]$clone_url
## [1] "https://github.com/jennybc/boot-camps.git"
##
## [[2]][[22]]$svn_url
## [1] "https://github.com/jennybc/boot-camps"
##
## [[2]][[22]]$homepage
## NULL
##
## [[2]][[22]]$size
## [1] 96325
##
## [[2]][[22]]$stargazers_count
## [1] 1
##
## [[2]][[22]]$watchers_count
## [1] 1
##
## [[2]][[22]]$language
## [1] "Python"
##
## [[2]][[22]]$has_issues
## [1] FALSE
##
## [[2]][[22]]$has_downloads
## [1] TRUE
##
## [[2]][[22]]$has_wiki
## [1] TRUE
##
## [[2]][[22]]$has_pages
## [1] FALSE
##
## [[2]][[22]]$forks_count
## [1] 1
##
## [[2]][[22]]$mirror_url
## NULL
##
## [[2]][[22]]$open_issues_count
## [1] 0
##
## [[2]][[22]]$forks
## [1] 1
##
## [[2]][[22]]$open_issues
## [1] 0
##
## [[2]][[22]]$watchers
## [1] 1
##
## [[2]][[22]]$default_branch
## [1] "master"
##
##
## [[2]][[23]]
## [[2]][[23]]$id
## [1] 45448660
##
## [[2]][[23]]$name
## [1] "candy"
##
## [[2]][[23]]$full_name
## [1] "jennybc/candy"
##
## [[2]][[23]]$owner
## [[2]][[23]]$owner$login
## [1] "jennybc"
##
## [[2]][[23]]$owner$id
## [1] 599454
##
## [[2]][[23]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[23]]$owner$gravatar_id
## [1] ""
##
## [[2]][[23]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[23]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[23]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[23]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[23]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[23]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[23]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[23]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[23]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[23]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[23]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[23]]$owner$type
## [1] "User"
##
## [[2]][[23]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[23]]$private
## [1] FALSE
##
## [[2]][[23]]$html_url
## [1] "https://github.com/jennybc/candy"
##
## [[2]][[23]]$description
## [1] "candy survey data"
##
## [[2]][[23]]$fork
## [1] FALSE
##
## [[2]][[23]]$url
## [1] "https://api.github.com/repos/jennybc/candy"
##
## [[2]][[23]]$forks_url
## [1] "https://api.github.com/repos/jennybc/candy/forks"
##
## [[2]][[23]]$keys_url
## [1] "https://api.github.com/repos/jennybc/candy/keys{/key_id}"
##
## [[2]][[23]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/candy/collaborators{/collaborator}"
##
## [[2]][[23]]$teams_url
## [1] "https://api.github.com/repos/jennybc/candy/teams"
##
## [[2]][[23]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/candy/hooks"
##
## [[2]][[23]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/candy/issues/events{/number}"
##
## [[2]][[23]]$events_url
## [1] "https://api.github.com/repos/jennybc/candy/events"
##
## [[2]][[23]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/candy/assignees{/user}"
##
## [[2]][[23]]$branches_url
## [1] "https://api.github.com/repos/jennybc/candy/branches{/branch}"
##
## [[2]][[23]]$tags_url
## [1] "https://api.github.com/repos/jennybc/candy/tags"
##
## [[2]][[23]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/candy/git/blobs{/sha}"
##
## [[2]][[23]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/candy/git/tags{/sha}"
##
## [[2]][[23]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/candy/git/refs{/sha}"
##
## [[2]][[23]]$trees_url
## [1] "https://api.github.com/repos/jennybc/candy/git/trees{/sha}"
##
## [[2]][[23]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/candy/statuses/{sha}"
##
## [[2]][[23]]$languages_url
## [1] "https://api.github.com/repos/jennybc/candy/languages"
##
## [[2]][[23]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/candy/stargazers"
##
## [[2]][[23]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/candy/contributors"
##
## [[2]][[23]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/candy/subscribers"
##
## [[2]][[23]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/candy/subscription"
##
## [[2]][[23]]$commits_url
## [1] "https://api.github.com/repos/jennybc/candy/commits{/sha}"
##
## [[2]][[23]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/candy/git/commits{/sha}"
##
## [[2]][[23]]$comments_url
## [1] "https://api.github.com/repos/jennybc/candy/comments{/number}"
##
## [[2]][[23]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/candy/issues/comments{/number}"
##
## [[2]][[23]]$contents_url
## [1] "https://api.github.com/repos/jennybc/candy/contents/{+path}"
##
## [[2]][[23]]$compare_url
## [1] "https://api.github.com/repos/jennybc/candy/compare/{base}...{head}"
##
## [[2]][[23]]$merges_url
## [1] "https://api.github.com/repos/jennybc/candy/merges"
##
## [[2]][[23]]$archive_url
## [1] "https://api.github.com/repos/jennybc/candy/{archive_format}{/ref}"
##
## [[2]][[23]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/candy/downloads"
##
## [[2]][[23]]$issues_url
## [1] "https://api.github.com/repos/jennybc/candy/issues{/number}"
##
## [[2]][[23]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/candy/pulls{/number}"
##
## [[2]][[23]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/candy/milestones{/number}"
##
## [[2]][[23]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/candy/notifications{?since,all,participating}"
##
## [[2]][[23]]$labels_url
## [1] "https://api.github.com/repos/jennybc/candy/labels{/name}"
##
## [[2]][[23]]$releases_url
## [1] "https://api.github.com/repos/jennybc/candy/releases{/id}"
##
## [[2]][[23]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/candy/deployments"
##
## [[2]][[23]]$created_at
## [1] "2015-11-03T07:15:38Z"
##
## [[2]][[23]]$updated_at
## [1] "2015-11-05T21:34:05Z"
##
## [[2]][[23]]$pushed_at
## [1] "2015-11-06T19:03:00Z"
##
## [[2]][[23]]$git_url
## [1] "git://github.com/jennybc/candy.git"
##
## [[2]][[23]]$ssh_url
## [1] "git@github.com:jennybc/candy.git"
##
## [[2]][[23]]$clone_url
## [1] "https://github.com/jennybc/candy.git"
##
## [[2]][[23]]$svn_url
## [1] "https://github.com/jennybc/candy"
##
## [[2]][[23]]$homepage
## NULL
##
## [[2]][[23]]$size
## [1] 3529
##
## [[2]][[23]]$stargazers_count
## [1] 6
##
## [[2]][[23]]$watchers_count
## [1] 6
##
## [[2]][[23]]$language
## [1] "R"
##
## [[2]][[23]]$has_issues
## [1] TRUE
##
## [[2]][[23]]$has_downloads
## [1] TRUE
##
## [[2]][[23]]$has_wiki
## [1] TRUE
##
## [[2]][[23]]$has_pages
## [1] FALSE
##
## [[2]][[23]]$forks_count
## [1] 3
##
## [[2]][[23]]$mirror_url
## NULL
##
## [[2]][[23]]$open_issues_count
## [1] 2
##
## [[2]][[23]]$forks
## [1] 3
##
## [[2]][[23]]$open_issues
## [1] 2
##
## [[2]][[23]]$watchers
## [1] 6
##
## [[2]][[23]]$default_branch
## [1] "master"
##
##
## [[2]][[24]]
## [[2]][[24]]$id
## [1] 27112806
##
## [[2]][[24]]$name
## [1] "CoffeeCoop"
##
## [[2]][[24]]$full_name
## [1] "jennybc/CoffeeCoop"
##
## [[2]][[24]]$owner
## [[2]][[24]]$owner$login
## [1] "jennybc"
##
## [[2]][[24]]$owner$id
## [1] 599454
##
## [[2]][[24]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[24]]$owner$gravatar_id
## [1] ""
##
## [[2]][[24]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[24]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[24]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[24]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[24]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[24]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[24]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[24]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[24]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[24]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[24]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[24]]$owner$type
## [1] "User"
##
## [[2]][[24]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[24]]$private
## [1] FALSE
##
## [[2]][[24]]$html_url
## [1] "https://github.com/jennybc/CoffeeCoop"
##
## [[2]][[24]]$description
## [1] "the coffee coop at UBC biodiv building"
##
## [[2]][[24]]$fork
## [1] TRUE
##
## [[2]][[24]]$url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop"
##
## [[2]][[24]]$forks_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/forks"
##
## [[2]][[24]]$keys_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/keys{/key_id}"
##
## [[2]][[24]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/collaborators{/collaborator}"
##
## [[2]][[24]]$teams_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/teams"
##
## [[2]][[24]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/hooks"
##
## [[2]][[24]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/issues/events{/number}"
##
## [[2]][[24]]$events_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/events"
##
## [[2]][[24]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/assignees{/user}"
##
## [[2]][[24]]$branches_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/branches{/branch}"
##
## [[2]][[24]]$tags_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/tags"
##
## [[2]][[24]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/git/blobs{/sha}"
##
## [[2]][[24]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/git/tags{/sha}"
##
## [[2]][[24]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/git/refs{/sha}"
##
## [[2]][[24]]$trees_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/git/trees{/sha}"
##
## [[2]][[24]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/statuses/{sha}"
##
## [[2]][[24]]$languages_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/languages"
##
## [[2]][[24]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/stargazers"
##
## [[2]][[24]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/contributors"
##
## [[2]][[24]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/subscribers"
##
## [[2]][[24]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/subscription"
##
## [[2]][[24]]$commits_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/commits{/sha}"
##
## [[2]][[24]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/git/commits{/sha}"
##
## [[2]][[24]]$comments_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/comments{/number}"
##
## [[2]][[24]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/issues/comments{/number}"
##
## [[2]][[24]]$contents_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/contents/{+path}"
##
## [[2]][[24]]$compare_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/compare/{base}...{head}"
##
## [[2]][[24]]$merges_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/merges"
##
## [[2]][[24]]$archive_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/{archive_format}{/ref}"
##
## [[2]][[24]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/downloads"
##
## [[2]][[24]]$issues_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/issues{/number}"
##
## [[2]][[24]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/pulls{/number}"
##
## [[2]][[24]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/milestones{/number}"
##
## [[2]][[24]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/notifications{?since,all,participating}"
##
## [[2]][[24]]$labels_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/labels{/name}"
##
## [[2]][[24]]$releases_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/releases{/id}"
##
## [[2]][[24]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/CoffeeCoop/deployments"
##
## [[2]][[24]]$created_at
## [1] "2014-11-25T06:43:58Z"
##
## [[2]][[24]]$updated_at
## [1] "2014-11-25T06:43:59Z"
##
## [[2]][[24]]$pushed_at
## [1] "2014-11-25T06:44:18Z"
##
## [[2]][[24]]$git_url
## [1] "git://github.com/jennybc/CoffeeCoop.git"
##
## [[2]][[24]]$ssh_url
## [1] "git@github.com:jennybc/CoffeeCoop.git"
##
## [[2]][[24]]$clone_url
## [1] "https://github.com/jennybc/CoffeeCoop.git"
##
## [[2]][[24]]$svn_url
## [1] "https://github.com/jennybc/CoffeeCoop"
##
## [[2]][[24]]$homepage
## NULL
##
## [[2]][[24]]$size
## [1] 4617
##
## [[2]][[24]]$stargazers_count
## [1] 0
##
## [[2]][[24]]$watchers_count
## [1] 0
##
## [[2]][[24]]$language
## [1] "R"
##
## [[2]][[24]]$has_issues
## [1] FALSE
##
## [[2]][[24]]$has_downloads
## [1] TRUE
##
## [[2]][[24]]$has_wiki
## [1] TRUE
##
## [[2]][[24]]$has_pages
## [1] FALSE
##
## [[2]][[24]]$forks_count
## [1] 0
##
## [[2]][[24]]$mirror_url
## NULL
##
## [[2]][[24]]$open_issues_count
## [1] 0
##
## [[2]][[24]]$forks
## [1] 0
##
## [[2]][[24]]$open_issues
## [1] 0
##
## [[2]][[24]]$watchers
## [1] 0
##
## [[2]][[24]]$default_branch
## [1] "master"
##
##
## [[2]][[25]]
## [[2]][[25]]$id
## [1] 22161372
##
## [[2]][[25]]$name
## [1] "datacarpentry"
##
## [[2]][[25]]$full_name
## [1] "jennybc/datacarpentry"
##
## [[2]][[25]]$owner
## [[2]][[25]]$owner$login
## [1] "jennybc"
##
## [[2]][[25]]$owner$id
## [1] 599454
##
## [[2]][[25]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[25]]$owner$gravatar_id
## [1] ""
##
## [[2]][[25]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[25]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[25]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[25]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[25]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[25]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[25]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[25]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[25]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[25]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[25]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[25]]$owner$type
## [1] "User"
##
## [[2]][[25]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[25]]$private
## [1] FALSE
##
## [[2]][[25]]$html_url
## [1] "https://github.com/jennybc/datacarpentry"
##
## [[2]][[25]]$description
## [1] "Data Carpentry workshop materials"
##
## [[2]][[25]]$fork
## [1] TRUE
##
## [[2]][[25]]$url
## [1] "https://api.github.com/repos/jennybc/datacarpentry"
##
## [[2]][[25]]$forks_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/forks"
##
## [[2]][[25]]$keys_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/keys{/key_id}"
##
## [[2]][[25]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/collaborators{/collaborator}"
##
## [[2]][[25]]$teams_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/teams"
##
## [[2]][[25]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/hooks"
##
## [[2]][[25]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/issues/events{/number}"
##
## [[2]][[25]]$events_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/events"
##
## [[2]][[25]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/assignees{/user}"
##
## [[2]][[25]]$branches_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/branches{/branch}"
##
## [[2]][[25]]$tags_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/tags"
##
## [[2]][[25]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/git/blobs{/sha}"
##
## [[2]][[25]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/git/tags{/sha}"
##
## [[2]][[25]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/git/refs{/sha}"
##
## [[2]][[25]]$trees_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/git/trees{/sha}"
##
## [[2]][[25]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/statuses/{sha}"
##
## [[2]][[25]]$languages_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/languages"
##
## [[2]][[25]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/stargazers"
##
## [[2]][[25]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/contributors"
##
## [[2]][[25]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/subscribers"
##
## [[2]][[25]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/subscription"
##
## [[2]][[25]]$commits_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/commits{/sha}"
##
## [[2]][[25]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/git/commits{/sha}"
##
## [[2]][[25]]$comments_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/comments{/number}"
##
## [[2]][[25]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/issues/comments{/number}"
##
## [[2]][[25]]$contents_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/contents/{+path}"
##
## [[2]][[25]]$compare_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/compare/{base}...{head}"
##
## [[2]][[25]]$merges_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/merges"
##
## [[2]][[25]]$archive_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/{archive_format}{/ref}"
##
## [[2]][[25]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/downloads"
##
## [[2]][[25]]$issues_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/issues{/number}"
##
## [[2]][[25]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/pulls{/number}"
##
## [[2]][[25]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/milestones{/number}"
##
## [[2]][[25]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/notifications{?since,all,participating}"
##
## [[2]][[25]]$labels_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/labels{/name}"
##
## [[2]][[25]]$releases_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/releases{/id}"
##
## [[2]][[25]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/datacarpentry/deployments"
##
## [[2]][[25]]$created_at
## [1] "2014-07-23T16:35:39Z"
##
## [[2]][[25]]$updated_at
## [1] "2015-12-25T17:28:46Z"
##
## [[2]][[25]]$pushed_at
## [1] "2014-11-25T00:48:43Z"
##
## [[2]][[25]]$git_url
## [1] "git://github.com/jennybc/datacarpentry.git"
##
## [[2]][[25]]$ssh_url
## [1] "git@github.com:jennybc/datacarpentry.git"
##
## [[2]][[25]]$clone_url
## [1] "https://github.com/jennybc/datacarpentry.git"
##
## [[2]][[25]]$svn_url
## [1] "https://github.com/jennybc/datacarpentry"
##
## [[2]][[25]]$homepage
## NULL
##
## [[2]][[25]]$size
## [1] 12282
##
## [[2]][[25]]$stargazers_count
## [1] 1
##
## [[2]][[25]]$watchers_count
## [1] 1
##
## [[2]][[25]]$language
## [1] "R"
##
## [[2]][[25]]$has_issues
## [1] FALSE
##
## [[2]][[25]]$has_downloads
## [1] TRUE
##
## [[2]][[25]]$has_wiki
## [1] TRUE
##
## [[2]][[25]]$has_pages
## [1] FALSE
##
## [[2]][[25]]$forks_count
## [1] 0
##
## [[2]][[25]]$mirror_url
## NULL
##
## [[2]][[25]]$open_issues_count
## [1] 0
##
## [[2]][[25]]$forks
## [1] 0
##
## [[2]][[25]]$open_issues
## [1] 0
##
## [[2]][[25]]$watchers
## [1] 1
##
## [[2]][[25]]$default_branch
## [1] "master"
##
##
## [[2]][[26]]
## [[2]][[26]]$id
## [1] 50471649
##
## [[2]][[26]]$name
## [1] "ddpcr"
##
## [[2]][[26]]$full_name
## [1] "jennybc/ddpcr"
##
## [[2]][[26]]$owner
## [[2]][[26]]$owner$login
## [1] "jennybc"
##
## [[2]][[26]]$owner$id
## [1] 599454
##
## [[2]][[26]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[26]]$owner$gravatar_id
## [1] ""
##
## [[2]][[26]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[26]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[26]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[26]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[26]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[26]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[26]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[26]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[26]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[26]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[26]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[26]]$owner$type
## [1] "User"
##
## [[2]][[26]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[26]]$private
## [1] FALSE
##
## [[2]][[26]]$html_url
## [1] "https://github.com/jennybc/ddpcr"
##
## [[2]][[26]]$description
## [1] "Analysis and visualization of Droplet Digital PCR data in R and on the web"
##
## [[2]][[26]]$fork
## [1] TRUE
##
## [[2]][[26]]$url
## [1] "https://api.github.com/repos/jennybc/ddpcr"
##
## [[2]][[26]]$forks_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/forks"
##
## [[2]][[26]]$keys_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/keys{/key_id}"
##
## [[2]][[26]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/collaborators{/collaborator}"
##
## [[2]][[26]]$teams_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/teams"
##
## [[2]][[26]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/hooks"
##
## [[2]][[26]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/issues/events{/number}"
##
## [[2]][[26]]$events_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/events"
##
## [[2]][[26]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/assignees{/user}"
##
## [[2]][[26]]$branches_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/branches{/branch}"
##
## [[2]][[26]]$tags_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/tags"
##
## [[2]][[26]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/git/blobs{/sha}"
##
## [[2]][[26]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/git/tags{/sha}"
##
## [[2]][[26]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/git/refs{/sha}"
##
## [[2]][[26]]$trees_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/git/trees{/sha}"
##
## [[2]][[26]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/statuses/{sha}"
##
## [[2]][[26]]$languages_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/languages"
##
## [[2]][[26]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/stargazers"
##
## [[2]][[26]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/contributors"
##
## [[2]][[26]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/subscribers"
##
## [[2]][[26]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/subscription"
##
## [[2]][[26]]$commits_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/commits{/sha}"
##
## [[2]][[26]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/git/commits{/sha}"
##
## [[2]][[26]]$comments_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/comments{/number}"
##
## [[2]][[26]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/issues/comments{/number}"
##
## [[2]][[26]]$contents_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/contents/{+path}"
##
## [[2]][[26]]$compare_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/compare/{base}...{head}"
##
## [[2]][[26]]$merges_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/merges"
##
## [[2]][[26]]$archive_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/{archive_format}{/ref}"
##
## [[2]][[26]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/downloads"
##
## [[2]][[26]]$issues_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/issues{/number}"
##
## [[2]][[26]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/pulls{/number}"
##
## [[2]][[26]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/milestones{/number}"
##
## [[2]][[26]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/notifications{?since,all,participating}"
##
## [[2]][[26]]$labels_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/labels{/name}"
##
## [[2]][[26]]$releases_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/releases{/id}"
##
## [[2]][[26]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/ddpcr/deployments"
##
## [[2]][[26]]$created_at
## [1] "2016-01-27T01:13:49Z"
##
## [[2]][[26]]$updated_at
## [1] "2016-01-27T01:13:50Z"
##
## [[2]][[26]]$pushed_at
## [1] "2016-06-23T04:54:56Z"
##
## [[2]][[26]]$git_url
## [1] "git://github.com/jennybc/ddpcr.git"
##
## [[2]][[26]]$ssh_url
## [1] "git@github.com:jennybc/ddpcr.git"
##
## [[2]][[26]]$clone_url
## [1] "https://github.com/jennybc/ddpcr.git"
##
## [[2]][[26]]$svn_url
## [1] "https://github.com/jennybc/ddpcr"
##
## [[2]][[26]]$homepage
## [1] "http://daattali.com/shiny/ddpcr/"
##
## [[2]][[26]]$size
## [1] 9286
##
## [[2]][[26]]$stargazers_count
## [1] 0
##
## [[2]][[26]]$watchers_count
## [1] 0
##
## [[2]][[26]]$language
## [1] "R"
##
## [[2]][[26]]$has_issues
## [1] FALSE
##
## [[2]][[26]]$has_downloads
## [1] TRUE
##
## [[2]][[26]]$has_wiki
## [1] FALSE
##
## [[2]][[26]]$has_pages
## [1] FALSE
##
## [[2]][[26]]$forks_count
## [1] 0
##
## [[2]][[26]]$mirror_url
## NULL
##
## [[2]][[26]]$open_issues_count
## [1] 0
##
## [[2]][[26]]$forks
## [1] 0
##
## [[2]][[26]]$open_issues
## [1] 0
##
## [[2]][[26]]$watchers
## [1] 0
##
## [[2]][[26]]$default_branch
## [1] "master"
##
##
## [[2]][[27]]
## [[2]][[27]]$id
## [1] 40727345
##
## [[2]][[27]]$name
## [1] "devtools"
##
## [[2]][[27]]$full_name
## [1] "jennybc/devtools"
##
## [[2]][[27]]$owner
## [[2]][[27]]$owner$login
## [1] "jennybc"
##
## [[2]][[27]]$owner$id
## [1] 599454
##
## [[2]][[27]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[27]]$owner$gravatar_id
## [1] ""
##
## [[2]][[27]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[27]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[27]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[27]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[27]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[27]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[27]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[27]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[27]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[27]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[27]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[27]]$owner$type
## [1] "User"
##
## [[2]][[27]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[27]]$private
## [1] FALSE
##
## [[2]][[27]]$html_url
## [1] "https://github.com/jennybc/devtools"
##
## [[2]][[27]]$description
## [1] "Tools to make an R developer's life easier"
##
## [[2]][[27]]$fork
## [1] TRUE
##
## [[2]][[27]]$url
## [1] "https://api.github.com/repos/jennybc/devtools"
##
## [[2]][[27]]$forks_url
## [1] "https://api.github.com/repos/jennybc/devtools/forks"
##
## [[2]][[27]]$keys_url
## [1] "https://api.github.com/repos/jennybc/devtools/keys{/key_id}"
##
## [[2]][[27]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/devtools/collaborators{/collaborator}"
##
## [[2]][[27]]$teams_url
## [1] "https://api.github.com/repos/jennybc/devtools/teams"
##
## [[2]][[27]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/devtools/hooks"
##
## [[2]][[27]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/devtools/issues/events{/number}"
##
## [[2]][[27]]$events_url
## [1] "https://api.github.com/repos/jennybc/devtools/events"
##
## [[2]][[27]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/devtools/assignees{/user}"
##
## [[2]][[27]]$branches_url
## [1] "https://api.github.com/repos/jennybc/devtools/branches{/branch}"
##
## [[2]][[27]]$tags_url
## [1] "https://api.github.com/repos/jennybc/devtools/tags"
##
## [[2]][[27]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/devtools/git/blobs{/sha}"
##
## [[2]][[27]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/devtools/git/tags{/sha}"
##
## [[2]][[27]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/devtools/git/refs{/sha}"
##
## [[2]][[27]]$trees_url
## [1] "https://api.github.com/repos/jennybc/devtools/git/trees{/sha}"
##
## [[2]][[27]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/devtools/statuses/{sha}"
##
## [[2]][[27]]$languages_url
## [1] "https://api.github.com/repos/jennybc/devtools/languages"
##
## [[2]][[27]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/devtools/stargazers"
##
## [[2]][[27]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/devtools/contributors"
##
## [[2]][[27]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/devtools/subscribers"
##
## [[2]][[27]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/devtools/subscription"
##
## [[2]][[27]]$commits_url
## [1] "https://api.github.com/repos/jennybc/devtools/commits{/sha}"
##
## [[2]][[27]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/devtools/git/commits{/sha}"
##
## [[2]][[27]]$comments_url
## [1] "https://api.github.com/repos/jennybc/devtools/comments{/number}"
##
## [[2]][[27]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/devtools/issues/comments{/number}"
##
## [[2]][[27]]$contents_url
## [1] "https://api.github.com/repos/jennybc/devtools/contents/{+path}"
##
## [[2]][[27]]$compare_url
## [1] "https://api.github.com/repos/jennybc/devtools/compare/{base}...{head}"
##
## [[2]][[27]]$merges_url
## [1] "https://api.github.com/repos/jennybc/devtools/merges"
##
## [[2]][[27]]$archive_url
## [1] "https://api.github.com/repos/jennybc/devtools/{archive_format}{/ref}"
##
## [[2]][[27]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/devtools/downloads"
##
## [[2]][[27]]$issues_url
## [1] "https://api.github.com/repos/jennybc/devtools/issues{/number}"
##
## [[2]][[27]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/devtools/pulls{/number}"
##
## [[2]][[27]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/devtools/milestones{/number}"
##
## [[2]][[27]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/devtools/notifications{?since,all,participating}"
##
## [[2]][[27]]$labels_url
## [1] "https://api.github.com/repos/jennybc/devtools/labels{/name}"
##
## [[2]][[27]]$releases_url
## [1] "https://api.github.com/repos/jennybc/devtools/releases{/id}"
##
## [[2]][[27]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/devtools/deployments"
##
## [[2]][[27]]$created_at
## [1] "2015-08-14T17:23:33Z"
##
## [[2]][[27]]$updated_at
## [1] "2016-01-14T03:00:37Z"
##
## [[2]][[27]]$pushed_at
## [1] "2016-09-09T19:38:16Z"
##
## [[2]][[27]]$git_url
## [1] "git://github.com/jennybc/devtools.git"
##
## [[2]][[27]]$ssh_url
## [1] "git@github.com:jennybc/devtools.git"
##
## [[2]][[27]]$clone_url
## [1] "https://github.com/jennybc/devtools.git"
##
## [[2]][[27]]$svn_url
## [1] "https://github.com/jennybc/devtools"
##
## [[2]][[27]]$homepage
## [1] ""
##
## [[2]][[27]]$size
## [1] 3615
##
## [[2]][[27]]$stargazers_count
## [1] 0
##
## [[2]][[27]]$watchers_count
## [1] 0
##
## [[2]][[27]]$language
## [1] "R"
##
## [[2]][[27]]$has_issues
## [1] FALSE
##
## [[2]][[27]]$has_downloads
## [1] TRUE
##
## [[2]][[27]]$has_wiki
## [1] TRUE
##
## [[2]][[27]]$has_pages
## [1] FALSE
##
## [[2]][[27]]$forks_count
## [1] 0
##
## [[2]][[27]]$mirror_url
## NULL
##
## [[2]][[27]]$open_issues_count
## [1] 0
##
## [[2]][[27]]$forks
## [1] 0
##
## [[2]][[27]]$open_issues
## [1] 0
##
## [[2]][[27]]$watchers
## [1] 0
##
## [[2]][[27]]$default_branch
## [1] "master"
##
##
## [[2]][[28]]
## [[2]][[28]]$id
## [1] 46666194
##
## [[2]][[28]]$name
## [1] "diffr"
##
## [[2]][[28]]$full_name
## [1] "jennybc/diffr"
##
## [[2]][[28]]$owner
## [[2]][[28]]$owner$login
## [1] "jennybc"
##
## [[2]][[28]]$owner$id
## [1] 599454
##
## [[2]][[28]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[28]]$owner$gravatar_id
## [1] ""
##
## [[2]][[28]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[28]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[28]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[28]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[28]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[28]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[28]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[28]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[28]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[28]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[28]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[28]]$owner$type
## [1] "User"
##
## [[2]][[28]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[28]]$private
## [1] FALSE
##
## [[2]][[28]]$html_url
## [1] "https://github.com/jennybc/diffr"
##
## [[2]][[28]]$description
## [1] "R package for creating code differences in JavaScript based on codediff.js"
##
## [[2]][[28]]$fork
## [1] TRUE
##
## [[2]][[28]]$url
## [1] "https://api.github.com/repos/jennybc/diffr"
##
## [[2]][[28]]$forks_url
## [1] "https://api.github.com/repos/jennybc/diffr/forks"
##
## [[2]][[28]]$keys_url
## [1] "https://api.github.com/repos/jennybc/diffr/keys{/key_id}"
##
## [[2]][[28]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/diffr/collaborators{/collaborator}"
##
## [[2]][[28]]$teams_url
## [1] "https://api.github.com/repos/jennybc/diffr/teams"
##
## [[2]][[28]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/diffr/hooks"
##
## [[2]][[28]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/diffr/issues/events{/number}"
##
## [[2]][[28]]$events_url
## [1] "https://api.github.com/repos/jennybc/diffr/events"
##
## [[2]][[28]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/diffr/assignees{/user}"
##
## [[2]][[28]]$branches_url
## [1] "https://api.github.com/repos/jennybc/diffr/branches{/branch}"
##
## [[2]][[28]]$tags_url
## [1] "https://api.github.com/repos/jennybc/diffr/tags"
##
## [[2]][[28]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/diffr/git/blobs{/sha}"
##
## [[2]][[28]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/diffr/git/tags{/sha}"
##
## [[2]][[28]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/diffr/git/refs{/sha}"
##
## [[2]][[28]]$trees_url
## [1] "https://api.github.com/repos/jennybc/diffr/git/trees{/sha}"
##
## [[2]][[28]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/diffr/statuses/{sha}"
##
## [[2]][[28]]$languages_url
## [1] "https://api.github.com/repos/jennybc/diffr/languages"
##
## [[2]][[28]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/diffr/stargazers"
##
## [[2]][[28]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/diffr/contributors"
##
## [[2]][[28]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/diffr/subscribers"
##
## [[2]][[28]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/diffr/subscription"
##
## [[2]][[28]]$commits_url
## [1] "https://api.github.com/repos/jennybc/diffr/commits{/sha}"
##
## [[2]][[28]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/diffr/git/commits{/sha}"
##
## [[2]][[28]]$comments_url
## [1] "https://api.github.com/repos/jennybc/diffr/comments{/number}"
##
## [[2]][[28]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/diffr/issues/comments{/number}"
##
## [[2]][[28]]$contents_url
## [1] "https://api.github.com/repos/jennybc/diffr/contents/{+path}"
##
## [[2]][[28]]$compare_url
## [1] "https://api.github.com/repos/jennybc/diffr/compare/{base}...{head}"
##
## [[2]][[28]]$merges_url
## [1] "https://api.github.com/repos/jennybc/diffr/merges"
##
## [[2]][[28]]$archive_url
## [1] "https://api.github.com/repos/jennybc/diffr/{archive_format}{/ref}"
##
## [[2]][[28]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/diffr/downloads"
##
## [[2]][[28]]$issues_url
## [1] "https://api.github.com/repos/jennybc/diffr/issues{/number}"
##
## [[2]][[28]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/diffr/pulls{/number}"
##
## [[2]][[28]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/diffr/milestones{/number}"
##
## [[2]][[28]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/diffr/notifications{?since,all,participating}"
##
## [[2]][[28]]$labels_url
## [1] "https://api.github.com/repos/jennybc/diffr/labels{/name}"
##
## [[2]][[28]]$releases_url
## [1] "https://api.github.com/repos/jennybc/diffr/releases{/id}"
##
## [[2]][[28]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/diffr/deployments"
##
## [[2]][[28]]$created_at
## [1] "2015-11-22T15:22:57Z"
##
## [[2]][[28]]$updated_at
## [1] "2015-11-22T16:29:40Z"
##
## [[2]][[28]]$pushed_at
## [1] "2015-11-22T15:24:54Z"
##
## [[2]][[28]]$git_url
## [1] "git://github.com/jennybc/diffr.git"
##
## [[2]][[28]]$ssh_url
## [1] "git@github.com:jennybc/diffr.git"
##
## [[2]][[28]]$clone_url
## [1] "https://github.com/jennybc/diffr.git"
##
## [[2]][[28]]$svn_url
## [1] "https://github.com/jennybc/diffr"
##
## [[2]][[28]]$homepage
## NULL
##
## [[2]][[28]]$size
## [1] 90
##
## [[2]][[28]]$stargazers_count
## [1] 1
##
## [[2]][[28]]$watchers_count
## [1] 1
##
## [[2]][[28]]$language
## [1] "JavaScript"
##
## [[2]][[28]]$has_issues
## [1] FALSE
##
## [[2]][[28]]$has_downloads
## [1] TRUE
##
## [[2]][[28]]$has_wiki
## [1] TRUE
##
## [[2]][[28]]$has_pages
## [1] FALSE
##
## [[2]][[28]]$forks_count
## [1] 0
##
## [[2]][[28]]$mirror_url
## NULL
##
## [[2]][[28]]$open_issues_count
## [1] 0
##
## [[2]][[28]]$forks
## [1] 0
##
## [[2]][[28]]$open_issues
## [1] 0
##
## [[2]][[28]]$watchers
## [1] 1
##
## [[2]][[28]]$default_branch
## [1] "master"
##
##
## [[2]][[29]]
## [[2]][[29]]$id
## [1] 45375376
##
## [[2]][[29]]$name
## [1] "dplyr"
##
## [[2]][[29]]$full_name
## [1] "jennybc/dplyr"
##
## [[2]][[29]]$owner
## [[2]][[29]]$owner$login
## [1] "jennybc"
##
## [[2]][[29]]$owner$id
## [1] 599454
##
## [[2]][[29]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[29]]$owner$gravatar_id
## [1] ""
##
## [[2]][[29]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[29]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[29]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[29]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[29]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[29]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[29]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[29]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[29]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[29]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[29]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[29]]$owner$type
## [1] "User"
##
## [[2]][[29]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[29]]$private
## [1] FALSE
##
## [[2]][[29]]$html_url
## [1] "https://github.com/jennybc/dplyr"
##
## [[2]][[29]]$description
## [1] "Plyr specialised for data frames: faster & with remote datastores"
##
## [[2]][[29]]$fork
## [1] TRUE
##
## [[2]][[29]]$url
## [1] "https://api.github.com/repos/jennybc/dplyr"
##
## [[2]][[29]]$forks_url
## [1] "https://api.github.com/repos/jennybc/dplyr/forks"
##
## [[2]][[29]]$keys_url
## [1] "https://api.github.com/repos/jennybc/dplyr/keys{/key_id}"
##
## [[2]][[29]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/dplyr/collaborators{/collaborator}"
##
## [[2]][[29]]$teams_url
## [1] "https://api.github.com/repos/jennybc/dplyr/teams"
##
## [[2]][[29]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/dplyr/hooks"
##
## [[2]][[29]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/dplyr/issues/events{/number}"
##
## [[2]][[29]]$events_url
## [1] "https://api.github.com/repos/jennybc/dplyr/events"
##
## [[2]][[29]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/dplyr/assignees{/user}"
##
## [[2]][[29]]$branches_url
## [1] "https://api.github.com/repos/jennybc/dplyr/branches{/branch}"
##
## [[2]][[29]]$tags_url
## [1] "https://api.github.com/repos/jennybc/dplyr/tags"
##
## [[2]][[29]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/dplyr/git/blobs{/sha}"
##
## [[2]][[29]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/dplyr/git/tags{/sha}"
##
## [[2]][[29]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/dplyr/git/refs{/sha}"
##
## [[2]][[29]]$trees_url
## [1] "https://api.github.com/repos/jennybc/dplyr/git/trees{/sha}"
##
## [[2]][[29]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/dplyr/statuses/{sha}"
##
## [[2]][[29]]$languages_url
## [1] "https://api.github.com/repos/jennybc/dplyr/languages"
##
## [[2]][[29]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/dplyr/stargazers"
##
## [[2]][[29]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/dplyr/contributors"
##
## [[2]][[29]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/dplyr/subscribers"
##
## [[2]][[29]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/dplyr/subscription"
##
## [[2]][[29]]$commits_url
## [1] "https://api.github.com/repos/jennybc/dplyr/commits{/sha}"
##
## [[2]][[29]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/dplyr/git/commits{/sha}"
##
## [[2]][[29]]$comments_url
## [1] "https://api.github.com/repos/jennybc/dplyr/comments{/number}"
##
## [[2]][[29]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/dplyr/issues/comments{/number}"
##
## [[2]][[29]]$contents_url
## [1] "https://api.github.com/repos/jennybc/dplyr/contents/{+path}"
##
## [[2]][[29]]$compare_url
## [1] "https://api.github.com/repos/jennybc/dplyr/compare/{base}...{head}"
##
## [[2]][[29]]$merges_url
## [1] "https://api.github.com/repos/jennybc/dplyr/merges"
##
## [[2]][[29]]$archive_url
## [1] "https://api.github.com/repos/jennybc/dplyr/{archive_format}{/ref}"
##
## [[2]][[29]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/dplyr/downloads"
##
## [[2]][[29]]$issues_url
## [1] "https://api.github.com/repos/jennybc/dplyr/issues{/number}"
##
## [[2]][[29]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/dplyr/pulls{/number}"
##
## [[2]][[29]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/dplyr/milestones{/number}"
##
## [[2]][[29]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/dplyr/notifications{?since,all,participating}"
##
## [[2]][[29]]$labels_url
## [1] "https://api.github.com/repos/jennybc/dplyr/labels{/name}"
##
## [[2]][[29]]$releases_url
## [1] "https://api.github.com/repos/jennybc/dplyr/releases{/id}"
##
## [[2]][[29]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/dplyr/deployments"
##
## [[2]][[29]]$created_at
## [1] "2015-11-02T06:09:26Z"
##
## [[2]][[29]]$updated_at
## [1] "2016-05-22T22:00:00Z"
##
## [[2]][[29]]$pushed_at
## [1] "2016-05-29T06:50:20Z"
##
## [[2]][[29]]$git_url
## [1] "git://github.com/jennybc/dplyr.git"
##
## [[2]][[29]]$ssh_url
## [1] "git@github.com:jennybc/dplyr.git"
##
## [[2]][[29]]$clone_url
## [1] "https://github.com/jennybc/dplyr.git"
##
## [[2]][[29]]$svn_url
## [1] "https://github.com/jennybc/dplyr"
##
## [[2]][[29]]$homepage
## NULL
##
## [[2]][[29]]$size
## [1] 10606
##
## [[2]][[29]]$stargazers_count
## [1] 0
##
## [[2]][[29]]$watchers_count
## [1] 0
##
## [[2]][[29]]$language
## [1] "R"
##
## [[2]][[29]]$has_issues
## [1] FALSE
##
## [[2]][[29]]$has_downloads
## [1] TRUE
##
## [[2]][[29]]$has_wiki
## [1] TRUE
##
## [[2]][[29]]$has_pages
## [1] FALSE
##
## [[2]][[29]]$forks_count
## [1] 1
##
## [[2]][[29]]$mirror_url
## NULL
##
## [[2]][[29]]$open_issues_count
## [1] 0
##
## [[2]][[29]]$forks
## [1] 1
##
## [[2]][[29]]$open_issues
## [1] 0
##
## [[2]][[29]]$watchers
## [1] 0
##
## [[2]][[29]]$default_branch
## [1] "master"
##
##
## [[2]][[30]]
## [[2]][[30]]$id
## [1] 61313360
##
## [[2]][[30]]$name
## [1] "eigencoder"
##
## [[2]][[30]]$full_name
## [1] "jennybc/eigencoder"
##
## [[2]][[30]]$owner
## [[2]][[30]]$owner$login
## [1] "jennybc"
##
## [[2]][[30]]$owner$id
## [1] 599454
##
## [[2]][[30]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/599454?v=3"
##
## [[2]][[30]]$owner$gravatar_id
## [1] ""
##
## [[2]][[30]]$owner$url
## [1] "https://api.github.com/users/jennybc"
##
## [[2]][[30]]$owner$html_url
## [1] "https://github.com/jennybc"
##
## [[2]][[30]]$owner$followers_url
## [1] "https://api.github.com/users/jennybc/followers"
##
## [[2]][[30]]$owner$following_url
## [1] "https://api.github.com/users/jennybc/following{/other_user}"
##
## [[2]][[30]]$owner$gists_url
## [1] "https://api.github.com/users/jennybc/gists{/gist_id}"
##
## [[2]][[30]]$owner$starred_url
## [1] "https://api.github.com/users/jennybc/starred{/owner}{/repo}"
##
## [[2]][[30]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jennybc/subscriptions"
##
## [[2]][[30]]$owner$organizations_url
## [1] "https://api.github.com/users/jennybc/orgs"
##
## [[2]][[30]]$owner$repos_url
## [1] "https://api.github.com/users/jennybc/repos"
##
## [[2]][[30]]$owner$events_url
## [1] "https://api.github.com/users/jennybc/events{/privacy}"
##
## [[2]][[30]]$owner$received_events_url
## [1] "https://api.github.com/users/jennybc/received_events"
##
## [[2]][[30]]$owner$type
## [1] "User"
##
## [[2]][[30]]$owner$site_admin
## [1] FALSE
##
##
## [[2]][[30]]$private
## [1] FALSE
##
## [[2]][[30]]$html_url
## [1] "https://github.com/jennybc/eigencoder"
##
## [[2]][[30]]$description
## [1] "Generalizing programmers"
##
## [[2]][[30]]$fork
## [1] TRUE
##
## [[2]][[30]]$url
## [1] "https://api.github.com/repos/jennybc/eigencoder"
##
## [[2]][[30]]$forks_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/forks"
##
## [[2]][[30]]$keys_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/keys{/key_id}"
##
## [[2]][[30]]$collaborators_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/collaborators{/collaborator}"
##
## [[2]][[30]]$teams_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/teams"
##
## [[2]][[30]]$hooks_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/hooks"
##
## [[2]][[30]]$issue_events_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/issues/events{/number}"
##
## [[2]][[30]]$events_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/events"
##
## [[2]][[30]]$assignees_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/assignees{/user}"
##
## [[2]][[30]]$branches_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/branches{/branch}"
##
## [[2]][[30]]$tags_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/tags"
##
## [[2]][[30]]$blobs_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/git/blobs{/sha}"
##
## [[2]][[30]]$git_tags_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/git/tags{/sha}"
##
## [[2]][[30]]$git_refs_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/git/refs{/sha}"
##
## [[2]][[30]]$trees_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/git/trees{/sha}"
##
## [[2]][[30]]$statuses_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/statuses/{sha}"
##
## [[2]][[30]]$languages_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/languages"
##
## [[2]][[30]]$stargazers_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/stargazers"
##
## [[2]][[30]]$contributors_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/contributors"
##
## [[2]][[30]]$subscribers_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/subscribers"
##
## [[2]][[30]]$subscription_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/subscription"
##
## [[2]][[30]]$commits_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/commits{/sha}"
##
## [[2]][[30]]$git_commits_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/git/commits{/sha}"
##
## [[2]][[30]]$comments_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/comments{/number}"
##
## [[2]][[30]]$issue_comment_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/issues/comments{/number}"
##
## [[2]][[30]]$contents_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/contents/{+path}"
##
## [[2]][[30]]$compare_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/compare/{base}...{head}"
##
## [[2]][[30]]$merges_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/merges"
##
## [[2]][[30]]$archive_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/{archive_format}{/ref}"
##
## [[2]][[30]]$downloads_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/downloads"
##
## [[2]][[30]]$issues_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/issues{/number}"
##
## [[2]][[30]]$pulls_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/pulls{/number}"
##
## [[2]][[30]]$milestones_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/milestones{/number}"
##
## [[2]][[30]]$notifications_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/notifications{?since,all,participating}"
##
## [[2]][[30]]$labels_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/labels{/name}"
##
## [[2]][[30]]$releases_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/releases{/id}"
##
## [[2]][[30]]$deployments_url
## [1] "https://api.github.com/repos/jennybc/eigencoder/deployments"
##
## [[2]][[30]]$created_at
## [1] "2016-06-16T17:34:56Z"
##
## [[2]][[30]]$updated_at
## [1] "2016-06-16T17:34:57Z"
##
## [[2]][[30]]$pushed_at
## [1] "2016-06-16T19:43:35Z"
##
## [[2]][[30]]$git_url
## [1] "git://github.com/jennybc/eigencoder.git"
##
## [[2]][[30]]$ssh_url
## [1] "git@github.com:jennybc/eigencoder.git"
##
## [[2]][[30]]$clone_url
## [1] "https://github.com/jennybc/eigencoder.git"
##
## [[2]][[30]]$svn_url
## [1] "https://github.com/jennybc/eigencoder"
##
## [[2]][[30]]$homepage
## [1] "http://trestletech.com/2016/03/09/eigencoder/"
##
## [[2]][[30]]$size
## [1] 31
##
## [[2]][[30]]$stargazers_count
## [1] 0
##
## [[2]][[30]]$watchers_count
## [1] 0
##
## [[2]][[30]]$language
## [1] "R"
##
## [[2]][[30]]$has_issues
## [1] FALSE
##
## [[2]][[30]]$has_downloads
## [1] TRUE
##
## [[2]][[30]]$has_wiki
## [1] TRUE
##
## [[2]][[30]]$has_pages
## [1] FALSE
##
## [[2]][[30]]$forks_count
## [1] 0
##
## [[2]][[30]]$mirror_url
## NULL
##
## [[2]][[30]]$open_issues_count
## [1] 0
##
## [[2]][[30]]$forks
## [1] 0
##
## [[2]][[30]]$open_issues
## [1] 0
##
## [[2]][[30]]$watchers
## [1] 0
##
## [[2]][[30]]$default_branch
## [1] "master"
##
##
##
## [[3]]
## [[3]][[1]]
## [[3]][[1]]$id
## [1] 41645119
##
## [[3]][[1]]$name
## [1] "advdatasci"
##
## [[3]][[1]]$full_name
## [1] "jtleek/advdatasci"
##
## [[3]][[1]]$owner
## [[3]][[1]]$owner$login
## [1] "jtleek"
##
## [[3]][[1]]$owner$id
## [1] 1571674
##
## [[3]][[1]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[1]]$owner$gravatar_id
## [1] ""
##
## [[3]][[1]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[1]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[1]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[1]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[1]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[1]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[1]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[1]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[1]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[1]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[1]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[1]]$owner$type
## [1] "User"
##
## [[3]][[1]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[1]]$private
## [1] FALSE
##
## [[3]][[1]]$html_url
## [1] "https://github.com/jtleek/advdatasci"
##
## [[3]][[1]]$description
## [1] "Advanced Data Science @ JHU Biostats"
##
## [[3]][[1]]$fork
## [1] FALSE
##
## [[3]][[1]]$url
## [1] "https://api.github.com/repos/jtleek/advdatasci"
##
## [[3]][[1]]$forks_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/forks"
##
## [[3]][[1]]$keys_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/keys{/key_id}"
##
## [[3]][[1]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/collaborators{/collaborator}"
##
## [[3]][[1]]$teams_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/teams"
##
## [[3]][[1]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/hooks"
##
## [[3]][[1]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/issues/events{/number}"
##
## [[3]][[1]]$events_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/events"
##
## [[3]][[1]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/assignees{/user}"
##
## [[3]][[1]]$branches_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/branches{/branch}"
##
## [[3]][[1]]$tags_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/tags"
##
## [[3]][[1]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/git/blobs{/sha}"
##
## [[3]][[1]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/git/tags{/sha}"
##
## [[3]][[1]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/git/refs{/sha}"
##
## [[3]][[1]]$trees_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/git/trees{/sha}"
##
## [[3]][[1]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/statuses/{sha}"
##
## [[3]][[1]]$languages_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/languages"
##
## [[3]][[1]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/stargazers"
##
## [[3]][[1]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/contributors"
##
## [[3]][[1]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/subscribers"
##
## [[3]][[1]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/subscription"
##
## [[3]][[1]]$commits_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/commits{/sha}"
##
## [[3]][[1]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/git/commits{/sha}"
##
## [[3]][[1]]$comments_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/comments{/number}"
##
## [[3]][[1]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/issues/comments{/number}"
##
## [[3]][[1]]$contents_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/contents/{+path}"
##
## [[3]][[1]]$compare_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/compare/{base}...{head}"
##
## [[3]][[1]]$merges_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/merges"
##
## [[3]][[1]]$archive_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/{archive_format}{/ref}"
##
## [[3]][[1]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/downloads"
##
## [[3]][[1]]$issues_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/issues{/number}"
##
## [[3]][[1]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/pulls{/number}"
##
## [[3]][[1]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/milestones{/number}"
##
## [[3]][[1]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/notifications{?since,all,participating}"
##
## [[3]][[1]]$labels_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/labels{/name}"
##
## [[3]][[1]]$releases_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/releases{/id}"
##
## [[3]][[1]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/advdatasci/deployments"
##
## [[3]][[1]]$created_at
## [1] "2015-08-30T22:27:26Z"
##
## [[3]][[1]]$updated_at
## [1] "2016-02-02T18:09:49Z"
##
## [[3]][[1]]$pushed_at
## [1] "2015-12-16T18:12:31Z"
##
## [[3]][[1]]$git_url
## [1] "git://github.com/jtleek/advdatasci.git"
##
## [[3]][[1]]$ssh_url
## [1] "git@github.com:jtleek/advdatasci.git"
##
## [[3]][[1]]$clone_url
## [1] "https://github.com/jtleek/advdatasci.git"
##
## [[3]][[1]]$svn_url
## [1] "https://github.com/jtleek/advdatasci"
##
## [[3]][[1]]$homepage
## NULL
##
## [[3]][[1]]$size
## [1] 200992
##
## [[3]][[1]]$stargazers_count
## [1] 10
##
## [[3]][[1]]$watchers_count
## [1] 10
##
## [[3]][[1]]$language
## [1] "HTML"
##
## [[3]][[1]]$has_issues
## [1] TRUE
##
## [[3]][[1]]$has_downloads
## [1] TRUE
##
## [[3]][[1]]$has_wiki
## [1] TRUE
##
## [[3]][[1]]$has_pages
## [1] TRUE
##
## [[3]][[1]]$forks_count
## [1] 4
##
## [[3]][[1]]$mirror_url
## NULL
##
## [[3]][[1]]$open_issues_count
## [1] 0
##
## [[3]][[1]]$forks
## [1] 4
##
## [[3]][[1]]$open_issues
## [1] 0
##
## [[3]][[1]]$watchers
## [1] 10
##
## [[3]][[1]]$default_branch
## [1] "gh-pages"
##
##
## [[3]][[2]]
## [[3]][[2]]$id
## [1] 47568815
##
## [[3]][[2]]$name
## [1] "advdatasci-swirl"
##
## [[3]][[2]]$full_name
## [1] "jtleek/advdatasci-swirl"
##
## [[3]][[2]]$owner
## [[3]][[2]]$owner$login
## [1] "jtleek"
##
## [[3]][[2]]$owner$id
## [1] 1571674
##
## [[3]][[2]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[2]]$owner$gravatar_id
## [1] ""
##
## [[3]][[2]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[2]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[2]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[2]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[2]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[2]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[2]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[2]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[2]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[2]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[2]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[2]]$owner$type
## [1] "User"
##
## [[3]][[2]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[2]]$private
## [1] FALSE
##
## [[3]][[2]]$html_url
## [1] "https://github.com/jtleek/advdatasci-swirl"
##
## [[3]][[2]]$description
## NULL
##
## [[3]][[2]]$fork
## [1] FALSE
##
## [[3]][[2]]$url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl"
##
## [[3]][[2]]$forks_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/forks"
##
## [[3]][[2]]$keys_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/keys{/key_id}"
##
## [[3]][[2]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/collaborators{/collaborator}"
##
## [[3]][[2]]$teams_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/teams"
##
## [[3]][[2]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/hooks"
##
## [[3]][[2]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/issues/events{/number}"
##
## [[3]][[2]]$events_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/events"
##
## [[3]][[2]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/assignees{/user}"
##
## [[3]][[2]]$branches_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/branches{/branch}"
##
## [[3]][[2]]$tags_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/tags"
##
## [[3]][[2]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/git/blobs{/sha}"
##
## [[3]][[2]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/git/tags{/sha}"
##
## [[3]][[2]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/git/refs{/sha}"
##
## [[3]][[2]]$trees_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/git/trees{/sha}"
##
## [[3]][[2]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/statuses/{sha}"
##
## [[3]][[2]]$languages_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/languages"
##
## [[3]][[2]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/stargazers"
##
## [[3]][[2]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/contributors"
##
## [[3]][[2]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/subscribers"
##
## [[3]][[2]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/subscription"
##
## [[3]][[2]]$commits_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/commits{/sha}"
##
## [[3]][[2]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/git/commits{/sha}"
##
## [[3]][[2]]$comments_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/comments{/number}"
##
## [[3]][[2]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/issues/comments{/number}"
##
## [[3]][[2]]$contents_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/contents/{+path}"
##
## [[3]][[2]]$compare_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/compare/{base}...{head}"
##
## [[3]][[2]]$merges_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/merges"
##
## [[3]][[2]]$archive_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/{archive_format}{/ref}"
##
## [[3]][[2]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/downloads"
##
## [[3]][[2]]$issues_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/issues{/number}"
##
## [[3]][[2]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/pulls{/number}"
##
## [[3]][[2]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/milestones{/number}"
##
## [[3]][[2]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/notifications{?since,all,participating}"
##
## [[3]][[2]]$labels_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/labels{/name}"
##
## [[3]][[2]]$releases_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/releases{/id}"
##
## [[3]][[2]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/advdatasci-swirl/deployments"
##
## [[3]][[2]]$created_at
## [1] "2015-12-07T17:43:53Z"
##
## [[3]][[2]]$updated_at
## [1] "2016-04-21T20:37:46Z"
##
## [[3]][[2]]$pushed_at
## [1] "2015-12-09T20:21:13Z"
##
## [[3]][[2]]$git_url
## [1] "git://github.com/jtleek/advdatasci-swirl.git"
##
## [[3]][[2]]$ssh_url
## [1] "git@github.com:jtleek/advdatasci-swirl.git"
##
## [[3]][[2]]$clone_url
## [1] "https://github.com/jtleek/advdatasci-swirl.git"
##
## [[3]][[2]]$svn_url
## [1] "https://github.com/jtleek/advdatasci-swirl"
##
## [[3]][[2]]$homepage
## NULL
##
## [[3]][[2]]$size
## [1] 188
##
## [[3]][[2]]$stargazers_count
## [1] 3
##
## [[3]][[2]]$watchers_count
## [1] 3
##
## [[3]][[2]]$language
## [1] "HTML"
##
## [[3]][[2]]$has_issues
## [1] TRUE
##
## [[3]][[2]]$has_downloads
## [1] TRUE
##
## [[3]][[2]]$has_wiki
## [1] TRUE
##
## [[3]][[2]]$has_pages
## [1] FALSE
##
## [[3]][[2]]$forks_count
## [1] 1
##
## [[3]][[2]]$mirror_url
## NULL
##
## [[3]][[2]]$open_issues_count
## [1] 1
##
## [[3]][[2]]$forks
## [1] 1
##
## [[3]][[2]]$open_issues
## [1] 1
##
## [[3]][[2]]$watchers
## [1] 3
##
## [[3]][[2]]$default_branch
## [1] "master"
##
##
## [[3]][[3]]
## [[3]][[3]]$id
## [1] 65922328
##
## [[3]][[3]]$name
## [1] "advdatasci16"
##
## [[3]][[3]]$full_name
## [1] "jtleek/advdatasci16"
##
## [[3]][[3]]$owner
## [[3]][[3]]$owner$login
## [1] "jtleek"
##
## [[3]][[3]]$owner$id
## [1] 1571674
##
## [[3]][[3]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[3]]$owner$gravatar_id
## [1] ""
##
## [[3]][[3]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[3]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[3]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[3]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[3]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[3]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[3]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[3]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[3]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[3]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[3]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[3]]$owner$type
## [1] "User"
##
## [[3]][[3]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[3]]$private
## [1] FALSE
##
## [[3]][[3]]$html_url
## [1] "https://github.com/jtleek/advdatasci16"
##
## [[3]][[3]]$description
## NULL
##
## [[3]][[3]]$fork
## [1] FALSE
##
## [[3]][[3]]$url
## [1] "https://api.github.com/repos/jtleek/advdatasci16"
##
## [[3]][[3]]$forks_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/forks"
##
## [[3]][[3]]$keys_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/keys{/key_id}"
##
## [[3]][[3]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/collaborators{/collaborator}"
##
## [[3]][[3]]$teams_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/teams"
##
## [[3]][[3]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/hooks"
##
## [[3]][[3]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/issues/events{/number}"
##
## [[3]][[3]]$events_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/events"
##
## [[3]][[3]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/assignees{/user}"
##
## [[3]][[3]]$branches_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/branches{/branch}"
##
## [[3]][[3]]$tags_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/tags"
##
## [[3]][[3]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/git/blobs{/sha}"
##
## [[3]][[3]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/git/tags{/sha}"
##
## [[3]][[3]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/git/refs{/sha}"
##
## [[3]][[3]]$trees_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/git/trees{/sha}"
##
## [[3]][[3]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/statuses/{sha}"
##
## [[3]][[3]]$languages_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/languages"
##
## [[3]][[3]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/stargazers"
##
## [[3]][[3]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/contributors"
##
## [[3]][[3]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/subscribers"
##
## [[3]][[3]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/subscription"
##
## [[3]][[3]]$commits_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/commits{/sha}"
##
## [[3]][[3]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/git/commits{/sha}"
##
## [[3]][[3]]$comments_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/comments{/number}"
##
## [[3]][[3]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/issues/comments{/number}"
##
## [[3]][[3]]$contents_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/contents/{+path}"
##
## [[3]][[3]]$compare_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/compare/{base}...{head}"
##
## [[3]][[3]]$merges_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/merges"
##
## [[3]][[3]]$archive_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/{archive_format}{/ref}"
##
## [[3]][[3]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/downloads"
##
## [[3]][[3]]$issues_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/issues{/number}"
##
## [[3]][[3]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/pulls{/number}"
##
## [[3]][[3]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/milestones{/number}"
##
## [[3]][[3]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/notifications{?since,all,participating}"
##
## [[3]][[3]]$labels_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/labels{/name}"
##
## [[3]][[3]]$releases_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/releases{/id}"
##
## [[3]][[3]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/advdatasci16/deployments"
##
## [[3]][[3]]$created_at
## [1] "2016-08-17T16:08:20Z"
##
## [[3]][[3]]$updated_at
## [1] "2016-08-23T20:51:11Z"
##
## [[3]][[3]]$pushed_at
## [1] "2016-10-19T15:48:17Z"
##
## [[3]][[3]]$git_url
## [1] "git://github.com/jtleek/advdatasci16.git"
##
## [[3]][[3]]$ssh_url
## [1] "git@github.com:jtleek/advdatasci16.git"
##
## [[3]][[3]]$clone_url
## [1] "https://github.com/jtleek/advdatasci16.git"
##
## [[3]][[3]]$svn_url
## [1] "https://github.com/jtleek/advdatasci16"
##
## [[3]][[3]]$homepage
## NULL
##
## [[3]][[3]]$size
## [1] 1789
##
## [[3]][[3]]$stargazers_count
## [1] 3
##
## [[3]][[3]]$watchers_count
## [1] 3
##
## [[3]][[3]]$language
## [1] "HTML"
##
## [[3]][[3]]$has_issues
## [1] TRUE
##
## [[3]][[3]]$has_downloads
## [1] TRUE
##
## [[3]][[3]]$has_wiki
## [1] TRUE
##
## [[3]][[3]]$has_pages
## [1] TRUE
##
## [[3]][[3]]$forks_count
## [1] 4
##
## [[3]][[3]]$mirror_url
## NULL
##
## [[3]][[3]]$open_issues_count
## [1] 0
##
## [[3]][[3]]$forks
## [1] 4
##
## [[3]][[3]]$open_issues
## [1] 0
##
## [[3]][[3]]$watchers
## [1] 3
##
## [[3]][[3]]$default_branch
## [1] "gh-pages"
##
##
## [[3]][[4]]
## [[3]][[4]]$id
## [1] 66415014
##
## [[3]][[4]]$name
## [1] "advdatasci_swirl"
##
## [[3]][[4]]$full_name
## [1] "jtleek/advdatasci_swirl"
##
## [[3]][[4]]$owner
## [[3]][[4]]$owner$login
## [1] "jtleek"
##
## [[3]][[4]]$owner$id
## [1] 1571674
##
## [[3]][[4]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[4]]$owner$gravatar_id
## [1] ""
##
## [[3]][[4]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[4]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[4]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[4]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[4]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[4]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[4]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[4]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[4]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[4]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[4]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[4]]$owner$type
## [1] "User"
##
## [[3]][[4]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[4]]$private
## [1] FALSE
##
## [[3]][[4]]$html_url
## [1] "https://github.com/jtleek/advdatasci_swirl"
##
## [[3]][[4]]$description
## NULL
##
## [[3]][[4]]$fork
## [1] FALSE
##
## [[3]][[4]]$url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl"
##
## [[3]][[4]]$forks_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/forks"
##
## [[3]][[4]]$keys_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/keys{/key_id}"
##
## [[3]][[4]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/collaborators{/collaborator}"
##
## [[3]][[4]]$teams_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/teams"
##
## [[3]][[4]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/hooks"
##
## [[3]][[4]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/issues/events{/number}"
##
## [[3]][[4]]$events_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/events"
##
## [[3]][[4]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/assignees{/user}"
##
## [[3]][[4]]$branches_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/branches{/branch}"
##
## [[3]][[4]]$tags_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/tags"
##
## [[3]][[4]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/git/blobs{/sha}"
##
## [[3]][[4]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/git/tags{/sha}"
##
## [[3]][[4]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/git/refs{/sha}"
##
## [[3]][[4]]$trees_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/git/trees{/sha}"
##
## [[3]][[4]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/statuses/{sha}"
##
## [[3]][[4]]$languages_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/languages"
##
## [[3]][[4]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/stargazers"
##
## [[3]][[4]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/contributors"
##
## [[3]][[4]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/subscribers"
##
## [[3]][[4]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/subscription"
##
## [[3]][[4]]$commits_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/commits{/sha}"
##
## [[3]][[4]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/git/commits{/sha}"
##
## [[3]][[4]]$comments_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/comments{/number}"
##
## [[3]][[4]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/issues/comments{/number}"
##
## [[3]][[4]]$contents_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/contents/{+path}"
##
## [[3]][[4]]$compare_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/compare/{base}...{head}"
##
## [[3]][[4]]$merges_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/merges"
##
## [[3]][[4]]$archive_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/{archive_format}{/ref}"
##
## [[3]][[4]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/downloads"
##
## [[3]][[4]]$issues_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/issues{/number}"
##
## [[3]][[4]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/pulls{/number}"
##
## [[3]][[4]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/milestones{/number}"
##
## [[3]][[4]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/notifications{?since,all,participating}"
##
## [[3]][[4]]$labels_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/labels{/name}"
##
## [[3]][[4]]$releases_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/releases{/id}"
##
## [[3]][[4]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/advdatasci_swirl/deployments"
##
## [[3]][[4]]$created_at
## [1] "2016-08-24T00:44:35Z"
##
## [[3]][[4]]$updated_at
## [1] "2016-10-24T15:22:00Z"
##
## [[3]][[4]]$pushed_at
## [1] "2016-10-24T15:23:51Z"
##
## [[3]][[4]]$git_url
## [1] "git://github.com/jtleek/advdatasci_swirl.git"
##
## [[3]][[4]]$ssh_url
## [1] "git@github.com:jtleek/advdatasci_swirl.git"
##
## [[3]][[4]]$clone_url
## [1] "https://github.com/jtleek/advdatasci_swirl.git"
##
## [[3]][[4]]$svn_url
## [1] "https://github.com/jtleek/advdatasci_swirl"
##
## [[3]][[4]]$homepage
## NULL
##
## [[3]][[4]]$size
## [1] 4682
##
## [[3]][[4]]$stargazers_count
## [1] 3
##
## [[3]][[4]]$watchers_count
## [1] 3
##
## [[3]][[4]]$language
## [1] "HTML"
##
## [[3]][[4]]$has_issues
## [1] TRUE
##
## [[3]][[4]]$has_downloads
## [1] TRUE
##
## [[3]][[4]]$has_wiki
## [1] TRUE
##
## [[3]][[4]]$has_pages
## [1] FALSE
##
## [[3]][[4]]$forks_count
## [1] 2
##
## [[3]][[4]]$mirror_url
## NULL
##
## [[3]][[4]]$open_issues_count
## [1] 1
##
## [[3]][[4]]$forks
## [1] 2
##
## [[3]][[4]]$open_issues
## [1] 1
##
## [[3]][[4]]$watchers
## [1] 3
##
## [[3]][[4]]$default_branch
## [1] "master"
##
##
## [[3]][[5]]
## [[3]][[5]]$id
## [1] 12441219
##
## [[3]][[5]]$name
## [1] "ballgown"
##
## [[3]][[5]]$full_name
## [1] "jtleek/ballgown"
##
## [[3]][[5]]$owner
## [[3]][[5]]$owner$login
## [1] "jtleek"
##
## [[3]][[5]]$owner$id
## [1] 1571674
##
## [[3]][[5]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[5]]$owner$gravatar_id
## [1] ""
##
## [[3]][[5]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[5]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[5]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[5]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[5]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[5]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[5]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[5]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[5]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[5]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[5]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[5]]$owner$type
## [1] "User"
##
## [[3]][[5]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[5]]$private
## [1] FALSE
##
## [[3]][[5]]$html_url
## [1] "https://github.com/jtleek/ballgown"
##
## [[3]][[5]]$description
## [1] "code for manipulating ballgown output in R"
##
## [[3]][[5]]$fork
## [1] TRUE
##
## [[3]][[5]]$url
## [1] "https://api.github.com/repos/jtleek/ballgown"
##
## [[3]][[5]]$forks_url
## [1] "https://api.github.com/repos/jtleek/ballgown/forks"
##
## [[3]][[5]]$keys_url
## [1] "https://api.github.com/repos/jtleek/ballgown/keys{/key_id}"
##
## [[3]][[5]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/ballgown/collaborators{/collaborator}"
##
## [[3]][[5]]$teams_url
## [1] "https://api.github.com/repos/jtleek/ballgown/teams"
##
## [[3]][[5]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/ballgown/hooks"
##
## [[3]][[5]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/ballgown/issues/events{/number}"
##
## [[3]][[5]]$events_url
## [1] "https://api.github.com/repos/jtleek/ballgown/events"
##
## [[3]][[5]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/ballgown/assignees{/user}"
##
## [[3]][[5]]$branches_url
## [1] "https://api.github.com/repos/jtleek/ballgown/branches{/branch}"
##
## [[3]][[5]]$tags_url
## [1] "https://api.github.com/repos/jtleek/ballgown/tags"
##
## [[3]][[5]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/ballgown/git/blobs{/sha}"
##
## [[3]][[5]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/ballgown/git/tags{/sha}"
##
## [[3]][[5]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/ballgown/git/refs{/sha}"
##
## [[3]][[5]]$trees_url
## [1] "https://api.github.com/repos/jtleek/ballgown/git/trees{/sha}"
##
## [[3]][[5]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/ballgown/statuses/{sha}"
##
## [[3]][[5]]$languages_url
## [1] "https://api.github.com/repos/jtleek/ballgown/languages"
##
## [[3]][[5]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/ballgown/stargazers"
##
## [[3]][[5]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/ballgown/contributors"
##
## [[3]][[5]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/ballgown/subscribers"
##
## [[3]][[5]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/ballgown/subscription"
##
## [[3]][[5]]$commits_url
## [1] "https://api.github.com/repos/jtleek/ballgown/commits{/sha}"
##
## [[3]][[5]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/ballgown/git/commits{/sha}"
##
## [[3]][[5]]$comments_url
## [1] "https://api.github.com/repos/jtleek/ballgown/comments{/number}"
##
## [[3]][[5]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/ballgown/issues/comments{/number}"
##
## [[3]][[5]]$contents_url
## [1] "https://api.github.com/repos/jtleek/ballgown/contents/{+path}"
##
## [[3]][[5]]$compare_url
## [1] "https://api.github.com/repos/jtleek/ballgown/compare/{base}...{head}"
##
## [[3]][[5]]$merges_url
## [1] "https://api.github.com/repos/jtleek/ballgown/merges"
##
## [[3]][[5]]$archive_url
## [1] "https://api.github.com/repos/jtleek/ballgown/{archive_format}{/ref}"
##
## [[3]][[5]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/ballgown/downloads"
##
## [[3]][[5]]$issues_url
## [1] "https://api.github.com/repos/jtleek/ballgown/issues{/number}"
##
## [[3]][[5]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/ballgown/pulls{/number}"
##
## [[3]][[5]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/ballgown/milestones{/number}"
##
## [[3]][[5]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/ballgown/notifications{?since,all,participating}"
##
## [[3]][[5]]$labels_url
## [1] "https://api.github.com/repos/jtleek/ballgown/labels{/name}"
##
## [[3]][[5]]$releases_url
## [1] "https://api.github.com/repos/jtleek/ballgown/releases{/id}"
##
## [[3]][[5]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/ballgown/deployments"
##
## [[3]][[5]]$created_at
## [1] "2013-08-28T18:18:50Z"
##
## [[3]][[5]]$updated_at
## [1] "2014-03-27T15:17:57Z"
##
## [[3]][[5]]$pushed_at
## [1] "2014-03-27T15:06:21Z"
##
## [[3]][[5]]$git_url
## [1] "git://github.com/jtleek/ballgown.git"
##
## [[3]][[5]]$ssh_url
## [1] "git@github.com:jtleek/ballgown.git"
##
## [[3]][[5]]$clone_url
## [1] "https://github.com/jtleek/ballgown.git"
##
## [[3]][[5]]$svn_url
## [1] "https://github.com/jtleek/ballgown"
##
## [[3]][[5]]$homepage
## NULL
##
## [[3]][[5]]$size
## [1] 10421
##
## [[3]][[5]]$stargazers_count
## [1] 0
##
## [[3]][[5]]$watchers_count
## [1] 0
##
## [[3]][[5]]$language
## [1] "C++"
##
## [[3]][[5]]$has_issues
## [1] FALSE
##
## [[3]][[5]]$has_downloads
## [1] TRUE
##
## [[3]][[5]]$has_wiki
## [1] TRUE
##
## [[3]][[5]]$has_pages
## [1] FALSE
##
## [[3]][[5]]$forks_count
## [1] 1
##
## [[3]][[5]]$mirror_url
## NULL
##
## [[3]][[5]]$open_issues_count
## [1] 0
##
## [[3]][[5]]$forks
## [1] 1
##
## [[3]][[5]]$open_issues
## [1] 0
##
## [[3]][[5]]$watchers
## [1] 0
##
## [[3]][[5]]$default_branch
## [1] "master"
##
##
## [[3]][[6]]
## [[3]][[6]]$id
## [1] 20234724
##
## [[3]][[6]]$name
## [1] "capitalIn21stCenturyinR"
##
## [[3]][[6]]$full_name
## [1] "jtleek/capitalIn21stCenturyinR"
##
## [[3]][[6]]$owner
## [[3]][[6]]$owner$login
## [1] "jtleek"
##
## [[3]][[6]]$owner$id
## [1] 1571674
##
## [[3]][[6]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[6]]$owner$gravatar_id
## [1] ""
##
## [[3]][[6]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[6]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[6]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[6]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[6]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[6]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[6]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[6]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[6]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[6]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[6]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[6]]$owner$type
## [1] "User"
##
## [[3]][[6]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[6]]$private
## [1] FALSE
##
## [[3]][[6]]$html_url
## [1] "https://github.com/jtleek/capitalIn21stCenturyinR"
##
## [[3]][[6]]$description
## [1] "Piketty in R"
##
## [[3]][[6]]$fork
## [1] FALSE
##
## [[3]][[6]]$url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR"
##
## [[3]][[6]]$forks_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/forks"
##
## [[3]][[6]]$keys_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/keys{/key_id}"
##
## [[3]][[6]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/collaborators{/collaborator}"
##
## [[3]][[6]]$teams_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/teams"
##
## [[3]][[6]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/hooks"
##
## [[3]][[6]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/issues/events{/number}"
##
## [[3]][[6]]$events_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/events"
##
## [[3]][[6]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/assignees{/user}"
##
## [[3]][[6]]$branches_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/branches{/branch}"
##
## [[3]][[6]]$tags_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/tags"
##
## [[3]][[6]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/git/blobs{/sha}"
##
## [[3]][[6]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/git/tags{/sha}"
##
## [[3]][[6]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/git/refs{/sha}"
##
## [[3]][[6]]$trees_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/git/trees{/sha}"
##
## [[3]][[6]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/statuses/{sha}"
##
## [[3]][[6]]$languages_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/languages"
##
## [[3]][[6]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/stargazers"
##
## [[3]][[6]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/contributors"
##
## [[3]][[6]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/subscribers"
##
## [[3]][[6]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/subscription"
##
## [[3]][[6]]$commits_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/commits{/sha}"
##
## [[3]][[6]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/git/commits{/sha}"
##
## [[3]][[6]]$comments_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/comments{/number}"
##
## [[3]][[6]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/issues/comments{/number}"
##
## [[3]][[6]]$contents_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/contents/{+path}"
##
## [[3]][[6]]$compare_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/compare/{base}...{head}"
##
## [[3]][[6]]$merges_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/merges"
##
## [[3]][[6]]$archive_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/{archive_format}{/ref}"
##
## [[3]][[6]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/downloads"
##
## [[3]][[6]]$issues_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/issues{/number}"
##
## [[3]][[6]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/pulls{/number}"
##
## [[3]][[6]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/milestones{/number}"
##
## [[3]][[6]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/notifications{?since,all,participating}"
##
## [[3]][[6]]$labels_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/labels{/name}"
##
## [[3]][[6]]$releases_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/releases{/id}"
##
## [[3]][[6]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/capitalIn21stCenturyinR/deployments"
##
## [[3]][[6]]$created_at
## [1] "2014-05-27T20:38:31Z"
##
## [[3]][[6]]$updated_at
## [1] "2016-09-06T17:01:54Z"
##
## [[3]][[6]]$pushed_at
## [1] "2016-07-18T17:22:51Z"
##
## [[3]][[6]]$git_url
## [1] "git://github.com/jtleek/capitalIn21stCenturyinR.git"
##
## [[3]][[6]]$ssh_url
## [1] "git@github.com:jtleek/capitalIn21stCenturyinR.git"
##
## [[3]][[6]]$clone_url
## [1] "https://github.com/jtleek/capitalIn21stCenturyinR.git"
##
## [[3]][[6]]$svn_url
## [1] "https://github.com/jtleek/capitalIn21stCenturyinR"
##
## [[3]][[6]]$homepage
## NULL
##
## [[3]][[6]]$size
## [1] 374812
##
## [[3]][[6]]$stargazers_count
## [1] 186
##
## [[3]][[6]]$watchers_count
## [1] 186
##
## [[3]][[6]]$language
## [1] "HTML"
##
## [[3]][[6]]$has_issues
## [1] TRUE
##
## [[3]][[6]]$has_downloads
## [1] TRUE
##
## [[3]][[6]]$has_wiki
## [1] TRUE
##
## [[3]][[6]]$has_pages
## [1] TRUE
##
## [[3]][[6]]$forks_count
## [1] 118
##
## [[3]][[6]]$mirror_url
## NULL
##
## [[3]][[6]]$open_issues_count
## [1] 0
##
## [[3]][[6]]$forks
## [1] 118
##
## [[3]][[6]]$open_issues
## [1] 0
##
## [[3]][[6]]$watchers
## [1] 186
##
## [[3]][[6]]$default_branch
## [1] "master"
##
##
## [[3]][[7]]
## [[3]][[7]]$id
## [1] 36437287
##
## [[3]][[7]]$name
## [1] "careerplanning"
##
## [[3]][[7]]$full_name
## [1] "jtleek/careerplanning"
##
## [[3]][[7]]$owner
## [[3]][[7]]$owner$login
## [1] "jtleek"
##
## [[3]][[7]]$owner$id
## [1] 1571674
##
## [[3]][[7]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[7]]$owner$gravatar_id
## [1] ""
##
## [[3]][[7]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[7]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[7]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[7]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[7]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[7]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[7]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[7]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[7]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[7]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[7]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[7]]$owner$type
## [1] "User"
##
## [[3]][[7]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[7]]$private
## [1] FALSE
##
## [[3]][[7]]$html_url
## [1] "https://github.com/jtleek/careerplanning"
##
## [[3]][[7]]$description
## [1] "A career planning guide."
##
## [[3]][[7]]$fork
## [1] FALSE
##
## [[3]][[7]]$url
## [1] "https://api.github.com/repos/jtleek/careerplanning"
##
## [[3]][[7]]$forks_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/forks"
##
## [[3]][[7]]$keys_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/keys{/key_id}"
##
## [[3]][[7]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/collaborators{/collaborator}"
##
## [[3]][[7]]$teams_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/teams"
##
## [[3]][[7]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/hooks"
##
## [[3]][[7]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/issues/events{/number}"
##
## [[3]][[7]]$events_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/events"
##
## [[3]][[7]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/assignees{/user}"
##
## [[3]][[7]]$branches_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/branches{/branch}"
##
## [[3]][[7]]$tags_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/tags"
##
## [[3]][[7]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/git/blobs{/sha}"
##
## [[3]][[7]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/git/tags{/sha}"
##
## [[3]][[7]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/git/refs{/sha}"
##
## [[3]][[7]]$trees_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/git/trees{/sha}"
##
## [[3]][[7]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/statuses/{sha}"
##
## [[3]][[7]]$languages_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/languages"
##
## [[3]][[7]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/stargazers"
##
## [[3]][[7]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/contributors"
##
## [[3]][[7]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/subscribers"
##
## [[3]][[7]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/subscription"
##
## [[3]][[7]]$commits_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/commits{/sha}"
##
## [[3]][[7]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/git/commits{/sha}"
##
## [[3]][[7]]$comments_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/comments{/number}"
##
## [[3]][[7]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/issues/comments{/number}"
##
## [[3]][[7]]$contents_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/contents/{+path}"
##
## [[3]][[7]]$compare_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/compare/{base}...{head}"
##
## [[3]][[7]]$merges_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/merges"
##
## [[3]][[7]]$archive_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/{archive_format}{/ref}"
##
## [[3]][[7]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/downloads"
##
## [[3]][[7]]$issues_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/issues{/number}"
##
## [[3]][[7]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/pulls{/number}"
##
## [[3]][[7]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/milestones{/number}"
##
## [[3]][[7]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/notifications{?since,all,participating}"
##
## [[3]][[7]]$labels_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/labels{/name}"
##
## [[3]][[7]]$releases_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/releases{/id}"
##
## [[3]][[7]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/careerplanning/deployments"
##
## [[3]][[7]]$created_at
## [1] "2015-05-28T12:37:04Z"
##
## [[3]][[7]]$updated_at
## [1] "2016-10-18T22:55:22Z"
##
## [[3]][[7]]$pushed_at
## [1] "2015-05-28T13:51:02Z"
##
## [[3]][[7]]$git_url
## [1] "git://github.com/jtleek/careerplanning.git"
##
## [[3]][[7]]$ssh_url
## [1] "git@github.com:jtleek/careerplanning.git"
##
## [[3]][[7]]$clone_url
## [1] "https://github.com/jtleek/careerplanning.git"
##
## [[3]][[7]]$svn_url
## [1] "https://github.com/jtleek/careerplanning"
##
## [[3]][[7]]$homepage
## NULL
##
## [[3]][[7]]$size
## [1] 128
##
## [[3]][[7]]$stargazers_count
## [1] 59
##
## [[3]][[7]]$watchers_count
## [1] 59
##
## [[3]][[7]]$language
## NULL
##
## [[3]][[7]]$has_issues
## [1] TRUE
##
## [[3]][[7]]$has_downloads
## [1] TRUE
##
## [[3]][[7]]$has_wiki
## [1] TRUE
##
## [[3]][[7]]$has_pages
## [1] FALSE
##
## [[3]][[7]]$forks_count
## [1] 18
##
## [[3]][[7]]$mirror_url
## NULL
##
## [[3]][[7]]$open_issues_count
## [1] 0
##
## [[3]][[7]]$forks
## [1] 18
##
## [[3]][[7]]$open_issues
## [1] 0
##
## [[3]][[7]]$watchers
## [1] 59
##
## [[3]][[7]]$default_branch
## [1] "master"
##
##
## [[3]][[8]]
## [[3]][[8]]$id
## [1] 7751816
##
## [[3]][[8]]$name
## [1] "dataanalysis"
##
## [[3]][[8]]$full_name
## [1] "jtleek/dataanalysis"
##
## [[3]][[8]]$owner
## [[3]][[8]]$owner$login
## [1] "jtleek"
##
## [[3]][[8]]$owner$id
## [1] 1571674
##
## [[3]][[8]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[8]]$owner$gravatar_id
## [1] ""
##
## [[3]][[8]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[8]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[8]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[8]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[8]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[8]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[8]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[8]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[8]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[8]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[8]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[8]]$owner$type
## [1] "User"
##
## [[3]][[8]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[8]]$private
## [1] FALSE
##
## [[3]][[8]]$html_url
## [1] "https://github.com/jtleek/dataanalysis"
##
## [[3]][[8]]$description
## [1] "The lecture slides for Coursera's Data Analysis class"
##
## [[3]][[8]]$fork
## [1] FALSE
##
## [[3]][[8]]$url
## [1] "https://api.github.com/repos/jtleek/dataanalysis"
##
## [[3]][[8]]$forks_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/forks"
##
## [[3]][[8]]$keys_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/keys{/key_id}"
##
## [[3]][[8]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/collaborators{/collaborator}"
##
## [[3]][[8]]$teams_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/teams"
##
## [[3]][[8]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/hooks"
##
## [[3]][[8]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/issues/events{/number}"
##
## [[3]][[8]]$events_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/events"
##
## [[3]][[8]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/assignees{/user}"
##
## [[3]][[8]]$branches_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/branches{/branch}"
##
## [[3]][[8]]$tags_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/tags"
##
## [[3]][[8]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/git/blobs{/sha}"
##
## [[3]][[8]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/git/tags{/sha}"
##
## [[3]][[8]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/git/refs{/sha}"
##
## [[3]][[8]]$trees_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/git/trees{/sha}"
##
## [[3]][[8]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/statuses/{sha}"
##
## [[3]][[8]]$languages_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/languages"
##
## [[3]][[8]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/stargazers"
##
## [[3]][[8]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/contributors"
##
## [[3]][[8]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/subscribers"
##
## [[3]][[8]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/subscription"
##
## [[3]][[8]]$commits_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/commits{/sha}"
##
## [[3]][[8]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/git/commits{/sha}"
##
## [[3]][[8]]$comments_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/comments{/number}"
##
## [[3]][[8]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/issues/comments{/number}"
##
## [[3]][[8]]$contents_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/contents/{+path}"
##
## [[3]][[8]]$compare_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/compare/{base}...{head}"
##
## [[3]][[8]]$merges_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/merges"
##
## [[3]][[8]]$archive_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/{archive_format}{/ref}"
##
## [[3]][[8]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/downloads"
##
## [[3]][[8]]$issues_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/issues{/number}"
##
## [[3]][[8]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/pulls{/number}"
##
## [[3]][[8]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/milestones{/number}"
##
## [[3]][[8]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/notifications{?since,all,participating}"
##
## [[3]][[8]]$labels_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/labels{/name}"
##
## [[3]][[8]]$releases_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/releases{/id}"
##
## [[3]][[8]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/dataanalysis/deployments"
##
## [[3]][[8]]$created_at
## [1] "2013-01-22T12:16:41Z"
##
## [[3]][[8]]$updated_at
## [1] "2016-10-18T22:50:28Z"
##
## [[3]][[8]]$pushed_at
## [1] "2015-09-22T09:38:52Z"
##
## [[3]][[8]]$git_url
## [1] "git://github.com/jtleek/dataanalysis.git"
##
## [[3]][[8]]$ssh_url
## [1] "git@github.com:jtleek/dataanalysis.git"
##
## [[3]][[8]]$clone_url
## [1] "https://github.com/jtleek/dataanalysis.git"
##
## [[3]][[8]]$svn_url
## [1] "https://github.com/jtleek/dataanalysis"
##
## [[3]][[8]]$homepage
## NULL
##
## [[3]][[8]]$size
## [1] 156389
##
## [[3]][[8]]$stargazers_count
## [1] 616
##
## [[3]][[8]]$watchers_count
## [1] 616
##
## [[3]][[8]]$language
## [1] "JavaScript"
##
## [[3]][[8]]$has_issues
## [1] TRUE
##
## [[3]][[8]]$has_downloads
## [1] TRUE
##
## [[3]][[8]]$has_wiki
## [1] TRUE
##
## [[3]][[8]]$has_pages
## [1] FALSE
##
## [[3]][[8]]$forks_count
## [1] 605
##
## [[3]][[8]]$mirror_url
## NULL
##
## [[3]][[8]]$open_issues_count
## [1] 5
##
## [[3]][[8]]$forks
## [1] 605
##
## [[3]][[8]]$open_issues
## [1] 5
##
## [[3]][[8]]$watchers
## [1] 616
##
## [[3]][[8]]$default_branch
## [1] "master"
##
##
## [[3]][[9]]
## [[3]][[9]]$id
## [1] 4772877
##
## [[3]][[9]]$name
## [1] "datascientist"
##
## [[3]][[9]]$full_name
## [1] "jtleek/datascientist"
##
## [[3]][[9]]$owner
## [[3]][[9]]$owner$login
## [1] "jtleek"
##
## [[3]][[9]]$owner$id
## [1] 1571674
##
## [[3]][[9]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[9]]$owner$gravatar_id
## [1] ""
##
## [[3]][[9]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[9]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[9]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[9]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[9]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[9]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[9]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[9]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[9]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[9]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[9]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[9]]$owner$type
## [1] "User"
##
## [[3]][[9]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[9]]$private
## [1] FALSE
##
## [[3]][[9]]$html_url
## [1] "https://github.com/jtleek/datascientist"
##
## [[3]][[9]]$description
## [1] "datascientist"
##
## [[3]][[9]]$fork
## [1] FALSE
##
## [[3]][[9]]$url
## [1] "https://api.github.com/repos/jtleek/datascientist"
##
## [[3]][[9]]$forks_url
## [1] "https://api.github.com/repos/jtleek/datascientist/forks"
##
## [[3]][[9]]$keys_url
## [1] "https://api.github.com/repos/jtleek/datascientist/keys{/key_id}"
##
## [[3]][[9]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/datascientist/collaborators{/collaborator}"
##
## [[3]][[9]]$teams_url
## [1] "https://api.github.com/repos/jtleek/datascientist/teams"
##
## [[3]][[9]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/datascientist/hooks"
##
## [[3]][[9]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/datascientist/issues/events{/number}"
##
## [[3]][[9]]$events_url
## [1] "https://api.github.com/repos/jtleek/datascientist/events"
##
## [[3]][[9]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/datascientist/assignees{/user}"
##
## [[3]][[9]]$branches_url
## [1] "https://api.github.com/repos/jtleek/datascientist/branches{/branch}"
##
## [[3]][[9]]$tags_url
## [1] "https://api.github.com/repos/jtleek/datascientist/tags"
##
## [[3]][[9]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/datascientist/git/blobs{/sha}"
##
## [[3]][[9]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/datascientist/git/tags{/sha}"
##
## [[3]][[9]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/datascientist/git/refs{/sha}"
##
## [[3]][[9]]$trees_url
## [1] "https://api.github.com/repos/jtleek/datascientist/git/trees{/sha}"
##
## [[3]][[9]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/datascientist/statuses/{sha}"
##
## [[3]][[9]]$languages_url
## [1] "https://api.github.com/repos/jtleek/datascientist/languages"
##
## [[3]][[9]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/datascientist/stargazers"
##
## [[3]][[9]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/datascientist/contributors"
##
## [[3]][[9]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/datascientist/subscribers"
##
## [[3]][[9]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/datascientist/subscription"
##
## [[3]][[9]]$commits_url
## [1] "https://api.github.com/repos/jtleek/datascientist/commits{/sha}"
##
## [[3]][[9]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/datascientist/git/commits{/sha}"
##
## [[3]][[9]]$comments_url
## [1] "https://api.github.com/repos/jtleek/datascientist/comments{/number}"
##
## [[3]][[9]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/datascientist/issues/comments{/number}"
##
## [[3]][[9]]$contents_url
## [1] "https://api.github.com/repos/jtleek/datascientist/contents/{+path}"
##
## [[3]][[9]]$compare_url
## [1] "https://api.github.com/repos/jtleek/datascientist/compare/{base}...{head}"
##
## [[3]][[9]]$merges_url
## [1] "https://api.github.com/repos/jtleek/datascientist/merges"
##
## [[3]][[9]]$archive_url
## [1] "https://api.github.com/repos/jtleek/datascientist/{archive_format}{/ref}"
##
## [[3]][[9]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/datascientist/downloads"
##
## [[3]][[9]]$issues_url
## [1] "https://api.github.com/repos/jtleek/datascientist/issues{/number}"
##
## [[3]][[9]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/datascientist/pulls{/number}"
##
## [[3]][[9]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/datascientist/milestones{/number}"
##
## [[3]][[9]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/datascientist/notifications{?since,all,participating}"
##
## [[3]][[9]]$labels_url
## [1] "https://api.github.com/repos/jtleek/datascientist/labels{/name}"
##
## [[3]][[9]]$releases_url
## [1] "https://api.github.com/repos/jtleek/datascientist/releases{/id}"
##
## [[3]][[9]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/datascientist/deployments"
##
## [[3]][[9]]$created_at
## [1] "2012-06-24T14:36:20Z"
##
## [[3]][[9]]$updated_at
## [1] "2016-08-24T08:08:28Z"
##
## [[3]][[9]]$pushed_at
## [1] "2012-06-24T14:38:18Z"
##
## [[3]][[9]]$git_url
## [1] "git://github.com/jtleek/datascientist.git"
##
## [[3]][[9]]$ssh_url
## [1] "git@github.com:jtleek/datascientist.git"
##
## [[3]][[9]]$clone_url
## [1] "https://github.com/jtleek/datascientist.git"
##
## [[3]][[9]]$svn_url
## [1] "https://github.com/jtleek/datascientist"
##
## [[3]][[9]]$homepage
## NULL
##
## [[3]][[9]]$size
## [1] 98
##
## [[3]][[9]]$stargazers_count
## [1] 9
##
## [[3]][[9]]$watchers_count
## [1] 9
##
## [[3]][[9]]$language
## [1] "R"
##
## [[3]][[9]]$has_issues
## [1] TRUE
##
## [[3]][[9]]$has_downloads
## [1] TRUE
##
## [[3]][[9]]$has_wiki
## [1] TRUE
##
## [[3]][[9]]$has_pages
## [1] FALSE
##
## [[3]][[9]]$forks_count
## [1] 40
##
## [[3]][[9]]$mirror_url
## NULL
##
## [[3]][[9]]$open_issues_count
## [1] 0
##
## [[3]][[9]]$forks
## [1] 40
##
## [[3]][[9]]$open_issues
## [1] 0
##
## [[3]][[9]]$watchers
## [1] 9
##
## [[3]][[9]]$default_branch
## [1] "master"
##
##
## [[3]][[10]]
## [[3]][[10]]$id
## [1] 14204342
##
## [[3]][[10]]$name
## [1] "datasharing"
##
## [[3]][[10]]$full_name
## [1] "jtleek/datasharing"
##
## [[3]][[10]]$owner
## [[3]][[10]]$owner$login
## [1] "jtleek"
##
## [[3]][[10]]$owner$id
## [1] 1571674
##
## [[3]][[10]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[10]]$owner$gravatar_id
## [1] ""
##
## [[3]][[10]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[10]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[10]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[10]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[10]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[10]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[10]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[10]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[10]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[10]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[10]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[10]]$owner$type
## [1] "User"
##
## [[3]][[10]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[10]]$private
## [1] FALSE
##
## [[3]][[10]]$html_url
## [1] "https://github.com/jtleek/datasharing"
##
## [[3]][[10]]$description
## [1] "The Leek group guide to data sharing "
##
## [[3]][[10]]$fork
## [1] FALSE
##
## [[3]][[10]]$url
## [1] "https://api.github.com/repos/jtleek/datasharing"
##
## [[3]][[10]]$forks_url
## [1] "https://api.github.com/repos/jtleek/datasharing/forks"
##
## [[3]][[10]]$keys_url
## [1] "https://api.github.com/repos/jtleek/datasharing/keys{/key_id}"
##
## [[3]][[10]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/datasharing/collaborators{/collaborator}"
##
## [[3]][[10]]$teams_url
## [1] "https://api.github.com/repos/jtleek/datasharing/teams"
##
## [[3]][[10]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/datasharing/hooks"
##
## [[3]][[10]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/datasharing/issues/events{/number}"
##
## [[3]][[10]]$events_url
## [1] "https://api.github.com/repos/jtleek/datasharing/events"
##
## [[3]][[10]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/datasharing/assignees{/user}"
##
## [[3]][[10]]$branches_url
## [1] "https://api.github.com/repos/jtleek/datasharing/branches{/branch}"
##
## [[3]][[10]]$tags_url
## [1] "https://api.github.com/repos/jtleek/datasharing/tags"
##
## [[3]][[10]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/datasharing/git/blobs{/sha}"
##
## [[3]][[10]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/datasharing/git/tags{/sha}"
##
## [[3]][[10]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/datasharing/git/refs{/sha}"
##
## [[3]][[10]]$trees_url
## [1] "https://api.github.com/repos/jtleek/datasharing/git/trees{/sha}"
##
## [[3]][[10]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/datasharing/statuses/{sha}"
##
## [[3]][[10]]$languages_url
## [1] "https://api.github.com/repos/jtleek/datasharing/languages"
##
## [[3]][[10]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/datasharing/stargazers"
##
## [[3]][[10]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/datasharing/contributors"
##
## [[3]][[10]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/datasharing/subscribers"
##
## [[3]][[10]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/datasharing/subscription"
##
## [[3]][[10]]$commits_url
## [1] "https://api.github.com/repos/jtleek/datasharing/commits{/sha}"
##
## [[3]][[10]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/datasharing/git/commits{/sha}"
##
## [[3]][[10]]$comments_url
## [1] "https://api.github.com/repos/jtleek/datasharing/comments{/number}"
##
## [[3]][[10]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/datasharing/issues/comments{/number}"
##
## [[3]][[10]]$contents_url
## [1] "https://api.github.com/repos/jtleek/datasharing/contents/{+path}"
##
## [[3]][[10]]$compare_url
## [1] "https://api.github.com/repos/jtleek/datasharing/compare/{base}...{head}"
##
## [[3]][[10]]$merges_url
## [1] "https://api.github.com/repos/jtleek/datasharing/merges"
##
## [[3]][[10]]$archive_url
## [1] "https://api.github.com/repos/jtleek/datasharing/{archive_format}{/ref}"
##
## [[3]][[10]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/datasharing/downloads"
##
## [[3]][[10]]$issues_url
## [1] "https://api.github.com/repos/jtleek/datasharing/issues{/number}"
##
## [[3]][[10]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/datasharing/pulls{/number}"
##
## [[3]][[10]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/datasharing/milestones{/number}"
##
## [[3]][[10]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/datasharing/notifications{?since,all,participating}"
##
## [[3]][[10]]$labels_url
## [1] "https://api.github.com/repos/jtleek/datasharing/labels{/name}"
##
## [[3]][[10]]$releases_url
## [1] "https://api.github.com/repos/jtleek/datasharing/releases{/id}"
##
## [[3]][[10]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/datasharing/deployments"
##
## [[3]][[10]]$created_at
## [1] "2013-11-07T13:25:07Z"
##
## [[3]][[10]]$updated_at
## [1] "2016-10-25T03:09:53Z"
##
## [[3]][[10]]$pushed_at
## [1] "2016-09-18T09:42:46Z"
##
## [[3]][[10]]$git_url
## [1] "git://github.com/jtleek/datasharing.git"
##
## [[3]][[10]]$ssh_url
## [1] "git@github.com:jtleek/datasharing.git"
##
## [[3]][[10]]$clone_url
## [1] "https://github.com/jtleek/datasharing.git"
##
## [[3]][[10]]$svn_url
## [1] "https://github.com/jtleek/datasharing"
##
## [[3]][[10]]$homepage
## NULL
##
## [[3]][[10]]$size
## [1] 547
##
## [[3]][[10]]$stargazers_count
## [1] 3558
##
## [[3]][[10]]$watchers_count
## [1] 3558
##
## [[3]][[10]]$language
## NULL
##
## [[3]][[10]]$has_issues
## [1] TRUE
##
## [[3]][[10]]$has_downloads
## [1] TRUE
##
## [[3]][[10]]$has_wiki
## [1] TRUE
##
## [[3]][[10]]$has_pages
## [1] FALSE
##
## [[3]][[10]]$forks_count
## [1] 161881
##
## [[3]][[10]]$mirror_url
## NULL
##
## [[3]][[10]]$open_issues_count
## [1] 399
##
## [[3]][[10]]$forks
## [1] 161881
##
## [[3]][[10]]$open_issues
## [1] 399
##
## [[3]][[10]]$watchers
## [1] 3558
##
## [[3]][[10]]$default_branch
## [1] "master"
##
##
## [[3]][[11]]
## [[3]][[11]]$id
## [1] 23840078
##
## [[3]][[11]]$name
## [1] "datawomenontwitter"
##
## [[3]][[11]]$full_name
## [1] "jtleek/datawomenontwitter"
##
## [[3]][[11]]$owner
## [[3]][[11]]$owner$login
## [1] "jtleek"
##
## [[3]][[11]]$owner$id
## [1] 1571674
##
## [[3]][[11]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[11]]$owner$gravatar_id
## [1] ""
##
## [[3]][[11]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[11]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[11]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[11]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[11]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[11]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[11]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[11]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[11]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[11]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[11]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[11]]$owner$type
## [1] "User"
##
## [[3]][[11]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[11]]$private
## [1] FALSE
##
## [[3]][[11]]$html_url
## [1] "https://github.com/jtleek/datawomenontwitter"
##
## [[3]][[11]]$description
## [1] "A list of women doing great data things on Twitter (started here:http://simplystatistics.org/2014/09/09/a-non-comprehensive-list-of-awesome-female-data-people-on-twitter/)"
##
## [[3]][[11]]$fork
## [1] FALSE
##
## [[3]][[11]]$url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter"
##
## [[3]][[11]]$forks_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/forks"
##
## [[3]][[11]]$keys_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/keys{/key_id}"
##
## [[3]][[11]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/collaborators{/collaborator}"
##
## [[3]][[11]]$teams_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/teams"
##
## [[3]][[11]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/hooks"
##
## [[3]][[11]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/issues/events{/number}"
##
## [[3]][[11]]$events_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/events"
##
## [[3]][[11]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/assignees{/user}"
##
## [[3]][[11]]$branches_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/branches{/branch}"
##
## [[3]][[11]]$tags_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/tags"
##
## [[3]][[11]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/git/blobs{/sha}"
##
## [[3]][[11]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/git/tags{/sha}"
##
## [[3]][[11]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/git/refs{/sha}"
##
## [[3]][[11]]$trees_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/git/trees{/sha}"
##
## [[3]][[11]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/statuses/{sha}"
##
## [[3]][[11]]$languages_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/languages"
##
## [[3]][[11]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/stargazers"
##
## [[3]][[11]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/contributors"
##
## [[3]][[11]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/subscribers"
##
## [[3]][[11]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/subscription"
##
## [[3]][[11]]$commits_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/commits{/sha}"
##
## [[3]][[11]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/git/commits{/sha}"
##
## [[3]][[11]]$comments_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/comments{/number}"
##
## [[3]][[11]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/issues/comments{/number}"
##
## [[3]][[11]]$contents_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/contents/{+path}"
##
## [[3]][[11]]$compare_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/compare/{base}...{head}"
##
## [[3]][[11]]$merges_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/merges"
##
## [[3]][[11]]$archive_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/{archive_format}{/ref}"
##
## [[3]][[11]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/downloads"
##
## [[3]][[11]]$issues_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/issues{/number}"
##
## [[3]][[11]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/pulls{/number}"
##
## [[3]][[11]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/milestones{/number}"
##
## [[3]][[11]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/notifications{?since,all,participating}"
##
## [[3]][[11]]$labels_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/labels{/name}"
##
## [[3]][[11]]$releases_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/releases{/id}"
##
## [[3]][[11]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/datawomenontwitter/deployments"
##
## [[3]][[11]]$created_at
## [1] "2014-09-09T15:49:57Z"
##
## [[3]][[11]]$updated_at
## [1] "2016-02-26T11:53:15Z"
##
## [[3]][[11]]$pushed_at
## [1] "2014-09-09T15:50:55Z"
##
## [[3]][[11]]$git_url
## [1] "git://github.com/jtleek/datawomenontwitter.git"
##
## [[3]][[11]]$ssh_url
## [1] "git@github.com:jtleek/datawomenontwitter.git"
##
## [[3]][[11]]$clone_url
## [1] "https://github.com/jtleek/datawomenontwitter.git"
##
## [[3]][[11]]$svn_url
## [1] "https://github.com/jtleek/datawomenontwitter"
##
## [[3]][[11]]$homepage
## NULL
##
## [[3]][[11]]$size
## [1] 112
##
## [[3]][[11]]$stargazers_count
## [1] 4
##
## [[3]][[11]]$watchers_count
## [1] 4
##
## [[3]][[11]]$language
## NULL
##
## [[3]][[11]]$has_issues
## [1] TRUE
##
## [[3]][[11]]$has_downloads
## [1] TRUE
##
## [[3]][[11]]$has_wiki
## [1] TRUE
##
## [[3]][[11]]$has_pages
## [1] FALSE
##
## [[3]][[11]]$forks_count
## [1] 4
##
## [[3]][[11]]$mirror_url
## NULL
##
## [[3]][[11]]$open_issues_count
## [1] 1
##
## [[3]][[11]]$forks
## [1] 4
##
## [[3]][[11]]$open_issues
## [1] 1
##
## [[3]][[11]]$watchers
## [1] 4
##
## [[3]][[11]]$default_branch
## [1] "master"
##
##
## [[3]][[12]]
## [[3]][[12]]$id
## [1] 11549405
##
## [[3]][[12]]$name
## [1] "derfinder"
##
## [[3]][[12]]$full_name
## [1] "jtleek/derfinder"
##
## [[3]][[12]]$owner
## [[3]][[12]]$owner$login
## [1] "jtleek"
##
## [[3]][[12]]$owner$id
## [1] 1571674
##
## [[3]][[12]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[12]]$owner$gravatar_id
## [1] ""
##
## [[3]][[12]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[12]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[12]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[12]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[12]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[12]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[12]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[12]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[12]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[12]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[12]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[12]]$owner$type
## [1] "User"
##
## [[3]][[12]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[12]]$private
## [1] FALSE
##
## [[3]][[12]]$html_url
## [1] "https://github.com/jtleek/derfinder"
##
## [[3]][[12]]$description
## NULL
##
## [[3]][[12]]$fork
## [1] TRUE
##
## [[3]][[12]]$url
## [1] "https://api.github.com/repos/jtleek/derfinder"
##
## [[3]][[12]]$forks_url
## [1] "https://api.github.com/repos/jtleek/derfinder/forks"
##
## [[3]][[12]]$keys_url
## [1] "https://api.github.com/repos/jtleek/derfinder/keys{/key_id}"
##
## [[3]][[12]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/derfinder/collaborators{/collaborator}"
##
## [[3]][[12]]$teams_url
## [1] "https://api.github.com/repos/jtleek/derfinder/teams"
##
## [[3]][[12]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/derfinder/hooks"
##
## [[3]][[12]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/derfinder/issues/events{/number}"
##
## [[3]][[12]]$events_url
## [1] "https://api.github.com/repos/jtleek/derfinder/events"
##
## [[3]][[12]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/derfinder/assignees{/user}"
##
## [[3]][[12]]$branches_url
## [1] "https://api.github.com/repos/jtleek/derfinder/branches{/branch}"
##
## [[3]][[12]]$tags_url
## [1] "https://api.github.com/repos/jtleek/derfinder/tags"
##
## [[3]][[12]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/derfinder/git/blobs{/sha}"
##
## [[3]][[12]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/derfinder/git/tags{/sha}"
##
## [[3]][[12]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/derfinder/git/refs{/sha}"
##
## [[3]][[12]]$trees_url
## [1] "https://api.github.com/repos/jtleek/derfinder/git/trees{/sha}"
##
## [[3]][[12]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/derfinder/statuses/{sha}"
##
## [[3]][[12]]$languages_url
## [1] "https://api.github.com/repos/jtleek/derfinder/languages"
##
## [[3]][[12]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/derfinder/stargazers"
##
## [[3]][[12]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/derfinder/contributors"
##
## [[3]][[12]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/derfinder/subscribers"
##
## [[3]][[12]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/derfinder/subscription"
##
## [[3]][[12]]$commits_url
## [1] "https://api.github.com/repos/jtleek/derfinder/commits{/sha}"
##
## [[3]][[12]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/derfinder/git/commits{/sha}"
##
## [[3]][[12]]$comments_url
## [1] "https://api.github.com/repos/jtleek/derfinder/comments{/number}"
##
## [[3]][[12]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/derfinder/issues/comments{/number}"
##
## [[3]][[12]]$contents_url
## [1] "https://api.github.com/repos/jtleek/derfinder/contents/{+path}"
##
## [[3]][[12]]$compare_url
## [1] "https://api.github.com/repos/jtleek/derfinder/compare/{base}...{head}"
##
## [[3]][[12]]$merges_url
## [1] "https://api.github.com/repos/jtleek/derfinder/merges"
##
## [[3]][[12]]$archive_url
## [1] "https://api.github.com/repos/jtleek/derfinder/{archive_format}{/ref}"
##
## [[3]][[12]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/derfinder/downloads"
##
## [[3]][[12]]$issues_url
## [1] "https://api.github.com/repos/jtleek/derfinder/issues{/number}"
##
## [[3]][[12]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/derfinder/pulls{/number}"
##
## [[3]][[12]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/derfinder/milestones{/number}"
##
## [[3]][[12]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/derfinder/notifications{?since,all,participating}"
##
## [[3]][[12]]$labels_url
## [1] "https://api.github.com/repos/jtleek/derfinder/labels{/name}"
##
## [[3]][[12]]$releases_url
## [1] "https://api.github.com/repos/jtleek/derfinder/releases{/id}"
##
## [[3]][[12]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/derfinder/deployments"
##
## [[3]][[12]]$created_at
## [1] "2013-07-20T16:05:59Z"
##
## [[3]][[12]]$updated_at
## [1] "2015-04-14T04:29:50Z"
##
## [[3]][[12]]$pushed_at
## [1] "2013-06-24T21:17:27Z"
##
## [[3]][[12]]$git_url
## [1] "git://github.com/jtleek/derfinder.git"
##
## [[3]][[12]]$ssh_url
## [1] "git@github.com:jtleek/derfinder.git"
##
## [[3]][[12]]$clone_url
## [1] "https://github.com/jtleek/derfinder.git"
##
## [[3]][[12]]$svn_url
## [1] "https://github.com/jtleek/derfinder"
##
## [[3]][[12]]$homepage
## NULL
##
## [[3]][[12]]$size
## [1] 388
##
## [[3]][[12]]$stargazers_count
## [1] 0
##
## [[3]][[12]]$watchers_count
## [1] 0
##
## [[3]][[12]]$language
## [1] "R"
##
## [[3]][[12]]$has_issues
## [1] FALSE
##
## [[3]][[12]]$has_downloads
## [1] TRUE
##
## [[3]][[12]]$has_wiki
## [1] TRUE
##
## [[3]][[12]]$has_pages
## [1] FALSE
##
## [[3]][[12]]$forks_count
## [1] 0
##
## [[3]][[12]]$mirror_url
## NULL
##
## [[3]][[12]]$open_issues_count
## [1] 0
##
## [[3]][[12]]$forks
## [1] 0
##
## [[3]][[12]]$open_issues
## [1] 0
##
## [[3]][[12]]$watchers
## [1] 0
##
## [[3]][[12]]$default_branch
## [1] "master"
##
##
## [[3]][[13]]
## [[3]][[13]]$id
## [1] 14240696
##
## [[3]][[13]]$name
## [1] "derfinder-1"
##
## [[3]][[13]]$full_name
## [1] "jtleek/derfinder-1"
##
## [[3]][[13]]$owner
## [[3]][[13]]$owner$login
## [1] "jtleek"
##
## [[3]][[13]]$owner$id
## [1] 1571674
##
## [[3]][[13]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[13]]$owner$gravatar_id
## [1] ""
##
## [[3]][[13]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[13]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[13]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[13]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[13]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[13]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[13]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[13]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[13]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[13]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[13]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[13]]$owner$type
## [1] "User"
##
## [[3]][[13]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[13]]$private
## [1] FALSE
##
## [[3]][[13]]$html_url
## [1] "https://github.com/jtleek/derfinder-1"
##
## [[3]][[13]]$description
## [1] "Fast differential expression analysis of RNA-seq data at base-pair resolution"
##
## [[3]][[13]]$fork
## [1] TRUE
##
## [[3]][[13]]$url
## [1] "https://api.github.com/repos/jtleek/derfinder-1"
##
## [[3]][[13]]$forks_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/forks"
##
## [[3]][[13]]$keys_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/keys{/key_id}"
##
## [[3]][[13]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/collaborators{/collaborator}"
##
## [[3]][[13]]$teams_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/teams"
##
## [[3]][[13]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/hooks"
##
## [[3]][[13]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/issues/events{/number}"
##
## [[3]][[13]]$events_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/events"
##
## [[3]][[13]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/assignees{/user}"
##
## [[3]][[13]]$branches_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/branches{/branch}"
##
## [[3]][[13]]$tags_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/tags"
##
## [[3]][[13]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/git/blobs{/sha}"
##
## [[3]][[13]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/git/tags{/sha}"
##
## [[3]][[13]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/git/refs{/sha}"
##
## [[3]][[13]]$trees_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/git/trees{/sha}"
##
## [[3]][[13]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/statuses/{sha}"
##
## [[3]][[13]]$languages_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/languages"
##
## [[3]][[13]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/stargazers"
##
## [[3]][[13]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/contributors"
##
## [[3]][[13]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/subscribers"
##
## [[3]][[13]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/subscription"
##
## [[3]][[13]]$commits_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/commits{/sha}"
##
## [[3]][[13]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/git/commits{/sha}"
##
## [[3]][[13]]$comments_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/comments{/number}"
##
## [[3]][[13]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/issues/comments{/number}"
##
## [[3]][[13]]$contents_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/contents/{+path}"
##
## [[3]][[13]]$compare_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/compare/{base}...{head}"
##
## [[3]][[13]]$merges_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/merges"
##
## [[3]][[13]]$archive_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/{archive_format}{/ref}"
##
## [[3]][[13]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/downloads"
##
## [[3]][[13]]$issues_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/issues{/number}"
##
## [[3]][[13]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/pulls{/number}"
##
## [[3]][[13]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/milestones{/number}"
##
## [[3]][[13]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/notifications{?since,all,participating}"
##
## [[3]][[13]]$labels_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/labels{/name}"
##
## [[3]][[13]]$releases_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/releases{/id}"
##
## [[3]][[13]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/derfinder-1/deployments"
##
## [[3]][[13]]$created_at
## [1] "2013-11-08T18:16:27Z"
##
## [[3]][[13]]$updated_at
## [1] "2013-11-08T20:39:32Z"
##
## [[3]][[13]]$pushed_at
## [1] "2013-11-08T18:19:42Z"
##
## [[3]][[13]]$git_url
## [1] "git://github.com/jtleek/derfinder-1.git"
##
## [[3]][[13]]$ssh_url
## [1] "git@github.com:jtleek/derfinder-1.git"
##
## [[3]][[13]]$clone_url
## [1] "https://github.com/jtleek/derfinder-1.git"
##
## [[3]][[13]]$svn_url
## [1] "https://github.com/jtleek/derfinder-1"
##
## [[3]][[13]]$homepage
## [1] ""
##
## [[3]][[13]]$size
## [1] 367
##
## [[3]][[13]]$stargazers_count
## [1] 0
##
## [[3]][[13]]$watchers_count
## [1] 0
##
## [[3]][[13]]$language
## [1] "R"
##
## [[3]][[13]]$has_issues
## [1] FALSE
##
## [[3]][[13]]$has_downloads
## [1] TRUE
##
## [[3]][[13]]$has_wiki
## [1] TRUE
##
## [[3]][[13]]$has_pages
## [1] FALSE
##
## [[3]][[13]]$forks_count
## [1] 0
##
## [[3]][[13]]$mirror_url
## NULL
##
## [[3]][[13]]$open_issues_count
## [1] 0
##
## [[3]][[13]]$forks
## [1] 0
##
## [[3]][[13]]$open_issues
## [1] 0
##
## [[3]][[13]]$watchers
## [1] 0
##
## [[3]][[13]]$default_branch
## [1] "master"
##
##
## [[3]][[14]]
## [[3]][[14]]$id
## [1] 11976743
##
## [[3]][[14]]$name
## [1] "DSM"
##
## [[3]][[14]]$full_name
## [1] "jtleek/DSM"
##
## [[3]][[14]]$owner
## [[3]][[14]]$owner$login
## [1] "jtleek"
##
## [[3]][[14]]$owner$id
## [1] 1571674
##
## [[3]][[14]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[14]]$owner$gravatar_id
## [1] ""
##
## [[3]][[14]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[14]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[14]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[14]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[14]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[14]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[14]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[14]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[14]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[14]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[14]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[14]]$owner$type
## [1] "User"
##
## [[3]][[14]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[14]]$private
## [1] FALSE
##
## [[3]][[14]]$html_url
## [1] "https://github.com/jtleek/DSM"
##
## [[3]][[14]]$description
## [1] "Deterministic Statistical Machine"
##
## [[3]][[14]]$fork
## [1] TRUE
##
## [[3]][[14]]$url
## [1] "https://api.github.com/repos/jtleek/DSM"
##
## [[3]][[14]]$forks_url
## [1] "https://api.github.com/repos/jtleek/DSM/forks"
##
## [[3]][[14]]$keys_url
## [1] "https://api.github.com/repos/jtleek/DSM/keys{/key_id}"
##
## [[3]][[14]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/DSM/collaborators{/collaborator}"
##
## [[3]][[14]]$teams_url
## [1] "https://api.github.com/repos/jtleek/DSM/teams"
##
## [[3]][[14]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/DSM/hooks"
##
## [[3]][[14]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/DSM/issues/events{/number}"
##
## [[3]][[14]]$events_url
## [1] "https://api.github.com/repos/jtleek/DSM/events"
##
## [[3]][[14]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/DSM/assignees{/user}"
##
## [[3]][[14]]$branches_url
## [1] "https://api.github.com/repos/jtleek/DSM/branches{/branch}"
##
## [[3]][[14]]$tags_url
## [1] "https://api.github.com/repos/jtleek/DSM/tags"
##
## [[3]][[14]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/DSM/git/blobs{/sha}"
##
## [[3]][[14]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/DSM/git/tags{/sha}"
##
## [[3]][[14]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/DSM/git/refs{/sha}"
##
## [[3]][[14]]$trees_url
## [1] "https://api.github.com/repos/jtleek/DSM/git/trees{/sha}"
##
## [[3]][[14]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/DSM/statuses/{sha}"
##
## [[3]][[14]]$languages_url
## [1] "https://api.github.com/repos/jtleek/DSM/languages"
##
## [[3]][[14]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/DSM/stargazers"
##
## [[3]][[14]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/DSM/contributors"
##
## [[3]][[14]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/DSM/subscribers"
##
## [[3]][[14]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/DSM/subscription"
##
## [[3]][[14]]$commits_url
## [1] "https://api.github.com/repos/jtleek/DSM/commits{/sha}"
##
## [[3]][[14]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/DSM/git/commits{/sha}"
##
## [[3]][[14]]$comments_url
## [1] "https://api.github.com/repos/jtleek/DSM/comments{/number}"
##
## [[3]][[14]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/DSM/issues/comments{/number}"
##
## [[3]][[14]]$contents_url
## [1] "https://api.github.com/repos/jtleek/DSM/contents/{+path}"
##
## [[3]][[14]]$compare_url
## [1] "https://api.github.com/repos/jtleek/DSM/compare/{base}...{head}"
##
## [[3]][[14]]$merges_url
## [1] "https://api.github.com/repos/jtleek/DSM/merges"
##
## [[3]][[14]]$archive_url
## [1] "https://api.github.com/repos/jtleek/DSM/{archive_format}{/ref}"
##
## [[3]][[14]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/DSM/downloads"
##
## [[3]][[14]]$issues_url
## [1] "https://api.github.com/repos/jtleek/DSM/issues{/number}"
##
## [[3]][[14]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/DSM/pulls{/number}"
##
## [[3]][[14]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/DSM/milestones{/number}"
##
## [[3]][[14]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/DSM/notifications{?since,all,participating}"
##
## [[3]][[14]]$labels_url
## [1] "https://api.github.com/repos/jtleek/DSM/labels{/name}"
##
## [[3]][[14]]$releases_url
## [1] "https://api.github.com/repos/jtleek/DSM/releases{/id}"
##
## [[3]][[14]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/DSM/deployments"
##
## [[3]][[14]]$created_at
## [1] "2013-08-08T13:20:40Z"
##
## [[3]][[14]]$updated_at
## [1] "2013-08-08T13:20:42Z"
##
## [[3]][[14]]$pushed_at
## [1] "2013-08-06T17:36:58Z"
##
## [[3]][[14]]$git_url
## [1] "git://github.com/jtleek/DSM.git"
##
## [[3]][[14]]$ssh_url
## [1] "git@github.com:jtleek/DSM.git"
##
## [[3]][[14]]$clone_url
## [1] "https://github.com/jtleek/DSM.git"
##
## [[3]][[14]]$svn_url
## [1] "https://github.com/jtleek/DSM"
##
## [[3]][[14]]$homepage
## NULL
##
## [[3]][[14]]$size
## [1] 50000
##
## [[3]][[14]]$stargazers_count
## [1] 0
##
## [[3]][[14]]$watchers_count
## [1] 0
##
## [[3]][[14]]$language
## [1] "R"
##
## [[3]][[14]]$has_issues
## [1] FALSE
##
## [[3]][[14]]$has_downloads
## [1] TRUE
##
## [[3]][[14]]$has_wiki
## [1] TRUE
##
## [[3]][[14]]$has_pages
## [1] FALSE
##
## [[3]][[14]]$forks_count
## [1] 0
##
## [[3]][[14]]$mirror_url
## NULL
##
## [[3]][[14]]$open_issues_count
## [1] 0
##
## [[3]][[14]]$forks
## [1] 0
##
## [[3]][[14]]$open_issues
## [1] 0
##
## [[3]][[14]]$watchers
## [1] 0
##
## [[3]][[14]]$default_branch
## [1] "master"
##
##
## [[3]][[15]]
## [[3]][[15]]$id
## [1] 8730097
##
## [[3]][[15]]$name
## [1] "EDA-Project"
##
## [[3]][[15]]$full_name
## [1] "jtleek/EDA-Project"
##
## [[3]][[15]]$owner
## [[3]][[15]]$owner$login
## [1] "jtleek"
##
## [[3]][[15]]$owner$id
## [1] 1571674
##
## [[3]][[15]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[15]]$owner$gravatar_id
## [1] ""
##
## [[3]][[15]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[15]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[15]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[15]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[15]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[15]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[15]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[15]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[15]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[15]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[15]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[15]]$owner$type
## [1] "User"
##
## [[3]][[15]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[15]]$private
## [1] FALSE
##
## [[3]][[15]]$html_url
## [1] "https://github.com/jtleek/EDA-Project"
##
## [[3]][[15]]$description
## NULL
##
## [[3]][[15]]$fork
## [1] TRUE
##
## [[3]][[15]]$url
## [1] "https://api.github.com/repos/jtleek/EDA-Project"
##
## [[3]][[15]]$forks_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/forks"
##
## [[3]][[15]]$keys_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/keys{/key_id}"
##
## [[3]][[15]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/collaborators{/collaborator}"
##
## [[3]][[15]]$teams_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/teams"
##
## [[3]][[15]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/hooks"
##
## [[3]][[15]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/issues/events{/number}"
##
## [[3]][[15]]$events_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/events"
##
## [[3]][[15]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/assignees{/user}"
##
## [[3]][[15]]$branches_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/branches{/branch}"
##
## [[3]][[15]]$tags_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/tags"
##
## [[3]][[15]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/git/blobs{/sha}"
##
## [[3]][[15]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/git/tags{/sha}"
##
## [[3]][[15]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/git/refs{/sha}"
##
## [[3]][[15]]$trees_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/git/trees{/sha}"
##
## [[3]][[15]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/statuses/{sha}"
##
## [[3]][[15]]$languages_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/languages"
##
## [[3]][[15]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/stargazers"
##
## [[3]][[15]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/contributors"
##
## [[3]][[15]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/subscribers"
##
## [[3]][[15]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/subscription"
##
## [[3]][[15]]$commits_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/commits{/sha}"
##
## [[3]][[15]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/git/commits{/sha}"
##
## [[3]][[15]]$comments_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/comments{/number}"
##
## [[3]][[15]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/issues/comments{/number}"
##
## [[3]][[15]]$contents_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/contents/{+path}"
##
## [[3]][[15]]$compare_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/compare/{base}...{head}"
##
## [[3]][[15]]$merges_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/merges"
##
## [[3]][[15]]$archive_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/{archive_format}{/ref}"
##
## [[3]][[15]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/downloads"
##
## [[3]][[15]]$issues_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/issues{/number}"
##
## [[3]][[15]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/pulls{/number}"
##
## [[3]][[15]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/milestones{/number}"
##
## [[3]][[15]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/notifications{?since,all,participating}"
##
## [[3]][[15]]$labels_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/labels{/name}"
##
## [[3]][[15]]$releases_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/releases{/id}"
##
## [[3]][[15]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/EDA-Project/deployments"
##
## [[3]][[15]]$created_at
## [1] "2013-03-12T14:46:24Z"
##
## [[3]][[15]]$updated_at
## [1] "2014-06-05T17:59:15Z"
##
## [[3]][[15]]$pushed_at
## [1] "2013-03-10T23:17:30Z"
##
## [[3]][[15]]$git_url
## [1] "git://github.com/jtleek/EDA-Project.git"
##
## [[3]][[15]]$ssh_url
## [1] "git@github.com:jtleek/EDA-Project.git"
##
## [[3]][[15]]$clone_url
## [1] "https://github.com/jtleek/EDA-Project.git"
##
## [[3]][[15]]$svn_url
## [1] "https://github.com/jtleek/EDA-Project"
##
## [[3]][[15]]$homepage
## NULL
##
## [[3]][[15]]$size
## [1] 91008
##
## [[3]][[15]]$stargazers_count
## [1] 1
##
## [[3]][[15]]$watchers_count
## [1] 1
##
## [[3]][[15]]$language
## [1] "JavaScript"
##
## [[3]][[15]]$has_issues
## [1] FALSE
##
## [[3]][[15]]$has_downloads
## [1] TRUE
##
## [[3]][[15]]$has_wiki
## [1] TRUE
##
## [[3]][[15]]$has_pages
## [1] FALSE
##
## [[3]][[15]]$forks_count
## [1] 0
##
## [[3]][[15]]$mirror_url
## NULL
##
## [[3]][[15]]$open_issues_count
## [1] 0
##
## [[3]][[15]]$forks
## [1] 0
##
## [[3]][[15]]$open_issues
## [1] 0
##
## [[3]][[15]]$watchers
## [1] 1
##
## [[3]][[15]]$default_branch
## [1] "master"
##
##
## [[3]][[16]]
## [[3]][[16]]$id
## [1] 42663787
##
## [[3]][[16]]$name
## [1] "firstpaper"
##
## [[3]][[16]]$full_name
## [1] "jtleek/firstpaper"
##
## [[3]][[16]]$owner
## [[3]][[16]]$owner$login
## [1] "jtleek"
##
## [[3]][[16]]$owner$id
## [1] 1571674
##
## [[3]][[16]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[16]]$owner$gravatar_id
## [1] ""
##
## [[3]][[16]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[16]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[16]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[16]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[16]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[16]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[16]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[16]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[16]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[16]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[16]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[16]]$owner$type
## [1] "User"
##
## [[3]][[16]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[16]]$private
## [1] FALSE
##
## [[3]][[16]]$html_url
## [1] "https://github.com/jtleek/firstpaper"
##
## [[3]][[16]]$description
## NULL
##
## [[3]][[16]]$fork
## [1] FALSE
##
## [[3]][[16]]$url
## [1] "https://api.github.com/repos/jtleek/firstpaper"
##
## [[3]][[16]]$forks_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/forks"
##
## [[3]][[16]]$keys_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/keys{/key_id}"
##
## [[3]][[16]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/collaborators{/collaborator}"
##
## [[3]][[16]]$teams_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/teams"
##
## [[3]][[16]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/hooks"
##
## [[3]][[16]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/issues/events{/number}"
##
## [[3]][[16]]$events_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/events"
##
## [[3]][[16]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/assignees{/user}"
##
## [[3]][[16]]$branches_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/branches{/branch}"
##
## [[3]][[16]]$tags_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/tags"
##
## [[3]][[16]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/git/blobs{/sha}"
##
## [[3]][[16]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/git/tags{/sha}"
##
## [[3]][[16]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/git/refs{/sha}"
##
## [[3]][[16]]$trees_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/git/trees{/sha}"
##
## [[3]][[16]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/statuses/{sha}"
##
## [[3]][[16]]$languages_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/languages"
##
## [[3]][[16]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/stargazers"
##
## [[3]][[16]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/contributors"
##
## [[3]][[16]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/subscribers"
##
## [[3]][[16]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/subscription"
##
## [[3]][[16]]$commits_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/commits{/sha}"
##
## [[3]][[16]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/git/commits{/sha}"
##
## [[3]][[16]]$comments_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/comments{/number}"
##
## [[3]][[16]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/issues/comments{/number}"
##
## [[3]][[16]]$contents_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/contents/{+path}"
##
## [[3]][[16]]$compare_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/compare/{base}...{head}"
##
## [[3]][[16]]$merges_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/merges"
##
## [[3]][[16]]$archive_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/{archive_format}{/ref}"
##
## [[3]][[16]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/downloads"
##
## [[3]][[16]]$issues_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/issues{/number}"
##
## [[3]][[16]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/pulls{/number}"
##
## [[3]][[16]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/milestones{/number}"
##
## [[3]][[16]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/notifications{?since,all,participating}"
##
## [[3]][[16]]$labels_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/labels{/name}"
##
## [[3]][[16]]$releases_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/releases{/id}"
##
## [[3]][[16]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/firstpaper/deployments"
##
## [[3]][[16]]$created_at
## [1] "2015-09-17T15:17:01Z"
##
## [[3]][[16]]$updated_at
## [1] "2016-10-20T12:23:59Z"
##
## [[3]][[16]]$pushed_at
## [1] "2016-08-03T17:42:23Z"
##
## [[3]][[16]]$git_url
## [1] "git://github.com/jtleek/firstpaper.git"
##
## [[3]][[16]]$ssh_url
## [1] "git@github.com:jtleek/firstpaper.git"
##
## [[3]][[16]]$clone_url
## [1] "https://github.com/jtleek/firstpaper.git"
##
## [[3]][[16]]$svn_url
## [1] "https://github.com/jtleek/firstpaper"
##
## [[3]][[16]]$homepage
## NULL
##
## [[3]][[16]]$size
## [1] 45
##
## [[3]][[16]]$stargazers_count
## [1] 133
##
## [[3]][[16]]$watchers_count
## [1] 133
##
## [[3]][[16]]$language
## NULL
##
## [[3]][[16]]$has_issues
## [1] TRUE
##
## [[3]][[16]]$has_downloads
## [1] TRUE
##
## [[3]][[16]]$has_wiki
## [1] TRUE
##
## [[3]][[16]]$has_pages
## [1] FALSE
##
## [[3]][[16]]$forks_count
## [1] 37
##
## [[3]][[16]]$mirror_url
## NULL
##
## [[3]][[16]]$open_issues_count
## [1] 0
##
## [[3]][[16]]$forks
## [1] 37
##
## [[3]][[16]]$open_issues
## [1] 0
##
## [[3]][[16]]$watchers
## [1] 133
##
## [[3]][[16]]$default_branch
## [1] "master"
##
##
## [[3]][[17]]
## [[3]][[17]]$id
## [1] 14590772
##
## [[3]][[17]]$name
## [1] "futureofstats"
##
## [[3]][[17]]$full_name
## [1] "jtleek/futureofstats"
##
## [[3]][[17]]$owner
## [[3]][[17]]$owner$login
## [1] "jtleek"
##
## [[3]][[17]]$owner$id
## [1] 1571674
##
## [[3]][[17]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[17]]$owner$gravatar_id
## [1] ""
##
## [[3]][[17]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[17]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[17]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[17]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[17]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[17]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[17]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[17]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[17]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[17]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[17]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[17]]$owner$type
## [1] "User"
##
## [[3]][[17]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[17]]$private
## [1] FALSE
##
## [[3]][[17]]$html_url
## [1] "https://github.com/jtleek/futureofstats"
##
## [[3]][[17]]$description
## [1] "Take Homes from the Unconference on the Future of Statistics #futureofstats"
##
## [[3]][[17]]$fork
## [1] FALSE
##
## [[3]][[17]]$url
## [1] "https://api.github.com/repos/jtleek/futureofstats"
##
## [[3]][[17]]$forks_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/forks"
##
## [[3]][[17]]$keys_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/keys{/key_id}"
##
## [[3]][[17]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/collaborators{/collaborator}"
##
## [[3]][[17]]$teams_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/teams"
##
## [[3]][[17]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/hooks"
##
## [[3]][[17]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/issues/events{/number}"
##
## [[3]][[17]]$events_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/events"
##
## [[3]][[17]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/assignees{/user}"
##
## [[3]][[17]]$branches_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/branches{/branch}"
##
## [[3]][[17]]$tags_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/tags"
##
## [[3]][[17]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/git/blobs{/sha}"
##
## [[3]][[17]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/git/tags{/sha}"
##
## [[3]][[17]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/git/refs{/sha}"
##
## [[3]][[17]]$trees_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/git/trees{/sha}"
##
## [[3]][[17]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/statuses/{sha}"
##
## [[3]][[17]]$languages_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/languages"
##
## [[3]][[17]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/stargazers"
##
## [[3]][[17]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/contributors"
##
## [[3]][[17]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/subscribers"
##
## [[3]][[17]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/subscription"
##
## [[3]][[17]]$commits_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/commits{/sha}"
##
## [[3]][[17]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/git/commits{/sha}"
##
## [[3]][[17]]$comments_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/comments{/number}"
##
## [[3]][[17]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/issues/comments{/number}"
##
## [[3]][[17]]$contents_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/contents/{+path}"
##
## [[3]][[17]]$compare_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/compare/{base}...{head}"
##
## [[3]][[17]]$merges_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/merges"
##
## [[3]][[17]]$archive_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/{archive_format}{/ref}"
##
## [[3]][[17]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/downloads"
##
## [[3]][[17]]$issues_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/issues{/number}"
##
## [[3]][[17]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/pulls{/number}"
##
## [[3]][[17]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/milestones{/number}"
##
## [[3]][[17]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/notifications{?since,all,participating}"
##
## [[3]][[17]]$labels_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/labels{/name}"
##
## [[3]][[17]]$releases_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/releases{/id}"
##
## [[3]][[17]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/futureofstats/deployments"
##
## [[3]][[17]]$created_at
## [1] "2013-11-21T15:07:59Z"
##
## [[3]][[17]]$updated_at
## [1] "2016-06-18T13:22:36Z"
##
## [[3]][[17]]$pushed_at
## [1] "2013-11-22T03:06:56Z"
##
## [[3]][[17]]$git_url
## [1] "git://github.com/jtleek/futureofstats.git"
##
## [[3]][[17]]$ssh_url
## [1] "git@github.com:jtleek/futureofstats.git"
##
## [[3]][[17]]$clone_url
## [1] "https://github.com/jtleek/futureofstats.git"
##
## [[3]][[17]]$svn_url
## [1] "https://github.com/jtleek/futureofstats"
##
## [[3]][[17]]$homepage
## NULL
##
## [[3]][[17]]$size
## [1] 147
##
## [[3]][[17]]$stargazers_count
## [1] 31
##
## [[3]][[17]]$watchers_count
## [1] 31
##
## [[3]][[17]]$language
## NULL
##
## [[3]][[17]]$has_issues
## [1] TRUE
##
## [[3]][[17]]$has_downloads
## [1] TRUE
##
## [[3]][[17]]$has_wiki
## [1] TRUE
##
## [[3]][[17]]$has_pages
## [1] FALSE
##
## [[3]][[17]]$forks_count
## [1] 22
##
## [[3]][[17]]$mirror_url
## NULL
##
## [[3]][[17]]$open_issues_count
## [1] 1
##
## [[3]][[17]]$forks
## [1] 22
##
## [[3]][[17]]$open_issues
## [1] 1
##
## [[3]][[17]]$watchers
## [1] 31
##
## [[3]][[17]]$default_branch
## [1] "master"
##
##
## [[3]][[18]]
## [[3]][[18]]$id
## [1] 24905212
##
## [[3]][[18]]$name
## [1] "genomicspapers"
##
## [[3]][[18]]$full_name
## [1] "jtleek/genomicspapers"
##
## [[3]][[18]]$owner
## [[3]][[18]]$owner$login
## [1] "jtleek"
##
## [[3]][[18]]$owner$id
## [1] 1571674
##
## [[3]][[18]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[18]]$owner$gravatar_id
## [1] ""
##
## [[3]][[18]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[18]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[18]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[18]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[18]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[18]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[18]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[18]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[18]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[18]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[18]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[18]]$owner$type
## [1] "User"
##
## [[3]][[18]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[18]]$private
## [1] FALSE
##
## [[3]][[18]]$html_url
## [1] "https://github.com/jtleek/genomicspapers"
##
## [[3]][[18]]$description
## [1] "The Leek group guide to genomics papers"
##
## [[3]][[18]]$fork
## [1] FALSE
##
## [[3]][[18]]$url
## [1] "https://api.github.com/repos/jtleek/genomicspapers"
##
## [[3]][[18]]$forks_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/forks"
##
## [[3]][[18]]$keys_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/keys{/key_id}"
##
## [[3]][[18]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/collaborators{/collaborator}"
##
## [[3]][[18]]$teams_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/teams"
##
## [[3]][[18]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/hooks"
##
## [[3]][[18]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/issues/events{/number}"
##
## [[3]][[18]]$events_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/events"
##
## [[3]][[18]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/assignees{/user}"
##
## [[3]][[18]]$branches_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/branches{/branch}"
##
## [[3]][[18]]$tags_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/tags"
##
## [[3]][[18]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/git/blobs{/sha}"
##
## [[3]][[18]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/git/tags{/sha}"
##
## [[3]][[18]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/git/refs{/sha}"
##
## [[3]][[18]]$trees_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/git/trees{/sha}"
##
## [[3]][[18]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/statuses/{sha}"
##
## [[3]][[18]]$languages_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/languages"
##
## [[3]][[18]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/stargazers"
##
## [[3]][[18]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/contributors"
##
## [[3]][[18]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/subscribers"
##
## [[3]][[18]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/subscription"
##
## [[3]][[18]]$commits_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/commits{/sha}"
##
## [[3]][[18]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/git/commits{/sha}"
##
## [[3]][[18]]$comments_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/comments{/number}"
##
## [[3]][[18]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/issues/comments{/number}"
##
## [[3]][[18]]$contents_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/contents/{+path}"
##
## [[3]][[18]]$compare_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/compare/{base}...{head}"
##
## [[3]][[18]]$merges_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/merges"
##
## [[3]][[18]]$archive_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/{archive_format}{/ref}"
##
## [[3]][[18]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/downloads"
##
## [[3]][[18]]$issues_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/issues{/number}"
##
## [[3]][[18]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/pulls{/number}"
##
## [[3]][[18]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/milestones{/number}"
##
## [[3]][[18]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/notifications{?since,all,participating}"
##
## [[3]][[18]]$labels_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/labels{/name}"
##
## [[3]][[18]]$releases_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/releases{/id}"
##
## [[3]][[18]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/genomicspapers/deployments"
##
## [[3]][[18]]$created_at
## [1] "2014-10-07T18:32:10Z"
##
## [[3]][[18]]$updated_at
## [1] "2016-10-19T08:33:50Z"
##
## [[3]][[18]]$pushed_at
## [1] "2014-11-17T01:42:23Z"
##
## [[3]][[18]]$git_url
## [1] "git://github.com/jtleek/genomicspapers.git"
##
## [[3]][[18]]$ssh_url
## [1] "git@github.com:jtleek/genomicspapers.git"
##
## [[3]][[18]]$clone_url
## [1] "https://github.com/jtleek/genomicspapers.git"
##
## [[3]][[18]]$svn_url
## [1] "https://github.com/jtleek/genomicspapers"
##
## [[3]][[18]]$homepage
## NULL
##
## [[3]][[18]]$size
## [1] 197
##
## [[3]][[18]]$stargazers_count
## [1] 211
##
## [[3]][[18]]$watchers_count
## [1] 211
##
## [[3]][[18]]$language
## NULL
##
## [[3]][[18]]$has_issues
## [1] TRUE
##
## [[3]][[18]]$has_downloads
## [1] TRUE
##
## [[3]][[18]]$has_wiki
## [1] TRUE
##
## [[3]][[18]]$has_pages
## [1] FALSE
##
## [[3]][[18]]$forks_count
## [1] 93
##
## [[3]][[18]]$mirror_url
## NULL
##
## [[3]][[18]]$open_issues_count
## [1] 1
##
## [[3]][[18]]$forks
## [1] 93
##
## [[3]][[18]]$open_issues
## [1] 1
##
## [[3]][[18]]$watchers
## [1] 211
##
## [[3]][[18]]$default_branch
## [1] "master"
##
##
## [[3]][[19]]
## [[3]][[19]]$id
## [1] 39025267
##
## [[3]][[19]]$name
## [1] "genstats"
##
## [[3]][[19]]$full_name
## [1] "jtleek/genstats"
##
## [[3]][[19]]$owner
## [[3]][[19]]$owner$login
## [1] "jtleek"
##
## [[3]][[19]]$owner$id
## [1] 1571674
##
## [[3]][[19]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[19]]$owner$gravatar_id
## [1] ""
##
## [[3]][[19]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[19]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[19]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[19]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[19]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[19]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[19]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[19]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[19]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[19]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[19]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[19]]$owner$type
## [1] "User"
##
## [[3]][[19]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[19]]$private
## [1] FALSE
##
## [[3]][[19]]$html_url
## [1] "https://github.com/jtleek/genstats"
##
## [[3]][[19]]$description
## [1] "Statistics course for JHU Genomic Data Science Sequence"
##
## [[3]][[19]]$fork
## [1] FALSE
##
## [[3]][[19]]$url
## [1] "https://api.github.com/repos/jtleek/genstats"
##
## [[3]][[19]]$forks_url
## [1] "https://api.github.com/repos/jtleek/genstats/forks"
##
## [[3]][[19]]$keys_url
## [1] "https://api.github.com/repos/jtleek/genstats/keys{/key_id}"
##
## [[3]][[19]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/genstats/collaborators{/collaborator}"
##
## [[3]][[19]]$teams_url
## [1] "https://api.github.com/repos/jtleek/genstats/teams"
##
## [[3]][[19]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/genstats/hooks"
##
## [[3]][[19]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/genstats/issues/events{/number}"
##
## [[3]][[19]]$events_url
## [1] "https://api.github.com/repos/jtleek/genstats/events"
##
## [[3]][[19]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/genstats/assignees{/user}"
##
## [[3]][[19]]$branches_url
## [1] "https://api.github.com/repos/jtleek/genstats/branches{/branch}"
##
## [[3]][[19]]$tags_url
## [1] "https://api.github.com/repos/jtleek/genstats/tags"
##
## [[3]][[19]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/genstats/git/blobs{/sha}"
##
## [[3]][[19]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/genstats/git/tags{/sha}"
##
## [[3]][[19]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/genstats/git/refs{/sha}"
##
## [[3]][[19]]$trees_url
## [1] "https://api.github.com/repos/jtleek/genstats/git/trees{/sha}"
##
## [[3]][[19]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/genstats/statuses/{sha}"
##
## [[3]][[19]]$languages_url
## [1] "https://api.github.com/repos/jtleek/genstats/languages"
##
## [[3]][[19]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/genstats/stargazers"
##
## [[3]][[19]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/genstats/contributors"
##
## [[3]][[19]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/genstats/subscribers"
##
## [[3]][[19]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/genstats/subscription"
##
## [[3]][[19]]$commits_url
## [1] "https://api.github.com/repos/jtleek/genstats/commits{/sha}"
##
## [[3]][[19]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/genstats/git/commits{/sha}"
##
## [[3]][[19]]$comments_url
## [1] "https://api.github.com/repos/jtleek/genstats/comments{/number}"
##
## [[3]][[19]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/genstats/issues/comments{/number}"
##
## [[3]][[19]]$contents_url
## [1] "https://api.github.com/repos/jtleek/genstats/contents/{+path}"
##
## [[3]][[19]]$compare_url
## [1] "https://api.github.com/repos/jtleek/genstats/compare/{base}...{head}"
##
## [[3]][[19]]$merges_url
## [1] "https://api.github.com/repos/jtleek/genstats/merges"
##
## [[3]][[19]]$archive_url
## [1] "https://api.github.com/repos/jtleek/genstats/{archive_format}{/ref}"
##
## [[3]][[19]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/genstats/downloads"
##
## [[3]][[19]]$issues_url
## [1] "https://api.github.com/repos/jtleek/genstats/issues{/number}"
##
## [[3]][[19]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/genstats/pulls{/number}"
##
## [[3]][[19]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/genstats/milestones{/number}"
##
## [[3]][[19]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/genstats/notifications{?since,all,participating}"
##
## [[3]][[19]]$labels_url
## [1] "https://api.github.com/repos/jtleek/genstats/labels{/name}"
##
## [[3]][[19]]$releases_url
## [1] "https://api.github.com/repos/jtleek/genstats/releases{/id}"
##
## [[3]][[19]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/genstats/deployments"
##
## [[3]][[19]]$created_at
## [1] "2015-07-13T16:55:21Z"
##
## [[3]][[19]]$updated_at
## [1] "2016-09-09T00:46:36Z"
##
## [[3]][[19]]$pushed_at
## [1] "2015-09-19T13:32:57Z"
##
## [[3]][[19]]$git_url
## [1] "git://github.com/jtleek/genstats.git"
##
## [[3]][[19]]$ssh_url
## [1] "git@github.com:jtleek/genstats.git"
##
## [[3]][[19]]$clone_url
## [1] "https://github.com/jtleek/genstats.git"
##
## [[3]][[19]]$svn_url
## [1] "https://github.com/jtleek/genstats"
##
## [[3]][[19]]$homepage
## NULL
##
## [[3]][[19]]$size
## [1] 15870
##
## [[3]][[19]]$stargazers_count
## [1] 42
##
## [[3]][[19]]$watchers_count
## [1] 42
##
## [[3]][[19]]$language
## [1] "HTML"
##
## [[3]][[19]]$has_issues
## [1] TRUE
##
## [[3]][[19]]$has_downloads
## [1] TRUE
##
## [[3]][[19]]$has_wiki
## [1] TRUE
##
## [[3]][[19]]$has_pages
## [1] TRUE
##
## [[3]][[19]]$forks_count
## [1] 105
##
## [[3]][[19]]$mirror_url
## NULL
##
## [[3]][[19]]$open_issues_count
## [1] 3
##
## [[3]][[19]]$forks
## [1] 105
##
## [[3]][[19]]$open_issues
## [1] 3
##
## [[3]][[19]]$watchers
## [1] 42
##
## [[3]][[19]]$default_branch
## [1] "gh-pages"
##
##
## [[3]][[20]]
## [[3]][[20]]$id
## [1] 41094217
##
## [[3]][[20]]$name
## [1] "genstats_site"
##
## [[3]][[20]]$full_name
## [1] "jtleek/genstats_site"
##
## [[3]][[20]]$owner
## [[3]][[20]]$owner$login
## [1] "jtleek"
##
## [[3]][[20]]$owner$id
## [1] 1571674
##
## [[3]][[20]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[20]]$owner$gravatar_id
## [1] ""
##
## [[3]][[20]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[20]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[20]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[20]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[20]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[20]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[20]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[20]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[20]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[20]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[20]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[20]]$owner$type
## [1] "User"
##
## [[3]][[20]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[20]]$private
## [1] FALSE
##
## [[3]][[20]]$html_url
## [1] "https://github.com/jtleek/genstats_site"
##
## [[3]][[20]]$description
## [1] "Site for Genomic Data Science Class"
##
## [[3]][[20]]$fork
## [1] FALSE
##
## [[3]][[20]]$url
## [1] "https://api.github.com/repos/jtleek/genstats_site"
##
## [[3]][[20]]$forks_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/forks"
##
## [[3]][[20]]$keys_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/keys{/key_id}"
##
## [[3]][[20]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/collaborators{/collaborator}"
##
## [[3]][[20]]$teams_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/teams"
##
## [[3]][[20]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/hooks"
##
## [[3]][[20]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/issues/events{/number}"
##
## [[3]][[20]]$events_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/events"
##
## [[3]][[20]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/assignees{/user}"
##
## [[3]][[20]]$branches_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/branches{/branch}"
##
## [[3]][[20]]$tags_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/tags"
##
## [[3]][[20]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/git/blobs{/sha}"
##
## [[3]][[20]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/git/tags{/sha}"
##
## [[3]][[20]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/git/refs{/sha}"
##
## [[3]][[20]]$trees_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/git/trees{/sha}"
##
## [[3]][[20]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/statuses/{sha}"
##
## [[3]][[20]]$languages_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/languages"
##
## [[3]][[20]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/stargazers"
##
## [[3]][[20]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/contributors"
##
## [[3]][[20]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/subscribers"
##
## [[3]][[20]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/subscription"
##
## [[3]][[20]]$commits_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/commits{/sha}"
##
## [[3]][[20]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/git/commits{/sha}"
##
## [[3]][[20]]$comments_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/comments{/number}"
##
## [[3]][[20]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/issues/comments{/number}"
##
## [[3]][[20]]$contents_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/contents/{+path}"
##
## [[3]][[20]]$compare_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/compare/{base}...{head}"
##
## [[3]][[20]]$merges_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/merges"
##
## [[3]][[20]]$archive_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/{archive_format}{/ref}"
##
## [[3]][[20]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/downloads"
##
## [[3]][[20]]$issues_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/issues{/number}"
##
## [[3]][[20]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/pulls{/number}"
##
## [[3]][[20]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/milestones{/number}"
##
## [[3]][[20]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/notifications{?since,all,participating}"
##
## [[3]][[20]]$labels_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/labels{/name}"
##
## [[3]][[20]]$releases_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/releases{/id}"
##
## [[3]][[20]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/genstats_site/deployments"
##
## [[3]][[20]]$created_at
## [1] "2015-08-20T12:23:21Z"
##
## [[3]][[20]]$updated_at
## [1] "2016-09-03T02:38:30Z"
##
## [[3]][[20]]$pushed_at
## [1] "2015-09-07T13:54:52Z"
##
## [[3]][[20]]$git_url
## [1] "git://github.com/jtleek/genstats_site.git"
##
## [[3]][[20]]$ssh_url
## [1] "git@github.com:jtleek/genstats_site.git"
##
## [[3]][[20]]$clone_url
## [1] "https://github.com/jtleek/genstats_site.git"
##
## [[3]][[20]]$svn_url
## [1] "https://github.com/jtleek/genstats_site"
##
## [[3]][[20]]$homepage
## NULL
##
## [[3]][[20]]$size
## [1] 41702
##
## [[3]][[20]]$stargazers_count
## [1] 7
##
## [[3]][[20]]$watchers_count
## [1] 7
##
## [[3]][[20]]$language
## [1] "HTML"
##
## [[3]][[20]]$has_issues
## [1] TRUE
##
## [[3]][[20]]$has_downloads
## [1] TRUE
##
## [[3]][[20]]$has_wiki
## [1] TRUE
##
## [[3]][[20]]$has_pages
## [1] TRUE
##
## [[3]][[20]]$forks_count
## [1] 8
##
## [[3]][[20]]$mirror_url
## NULL
##
## [[3]][[20]]$open_issues_count
## [1] 0
##
## [[3]][[20]]$forks
## [1] 8
##
## [[3]][[20]]$open_issues
## [1] 0
##
## [[3]][[20]]$watchers
## [1] 7
##
## [[3]][[20]]$default_branch
## [1] "gh-pages"
##
##
## [[3]][[21]]
## [[3]][[21]]$id
## [1] 12563551
##
## [[3]][[21]]$name
## [1] "googleCite"
##
## [[3]][[21]]$full_name
## [1] "jtleek/googleCite"
##
## [[3]][[21]]$owner
## [[3]][[21]]$owner$login
## [1] "jtleek"
##
## [[3]][[21]]$owner$id
## [1] 1571674
##
## [[3]][[21]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[21]]$owner$gravatar_id
## [1] ""
##
## [[3]][[21]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[21]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[21]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[21]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[21]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[21]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[21]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[21]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[21]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[21]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[21]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[21]]$owner$type
## [1] "User"
##
## [[3]][[21]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[21]]$private
## [1] FALSE
##
## [[3]][[21]]$html_url
## [1] "https://github.com/jtleek/googleCite"
##
## [[3]][[21]]$description
## [1] "googleCite is a function for creating a wordcloud of your google scholar citations page. "
##
## [[3]][[21]]$fork
## [1] FALSE
##
## [[3]][[21]]$url
## [1] "https://api.github.com/repos/jtleek/googleCite"
##
## [[3]][[21]]$forks_url
## [1] "https://api.github.com/repos/jtleek/googleCite/forks"
##
## [[3]][[21]]$keys_url
## [1] "https://api.github.com/repos/jtleek/googleCite/keys{/key_id}"
##
## [[3]][[21]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/googleCite/collaborators{/collaborator}"
##
## [[3]][[21]]$teams_url
## [1] "https://api.github.com/repos/jtleek/googleCite/teams"
##
## [[3]][[21]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/googleCite/hooks"
##
## [[3]][[21]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/googleCite/issues/events{/number}"
##
## [[3]][[21]]$events_url
## [1] "https://api.github.com/repos/jtleek/googleCite/events"
##
## [[3]][[21]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/googleCite/assignees{/user}"
##
## [[3]][[21]]$branches_url
## [1] "https://api.github.com/repos/jtleek/googleCite/branches{/branch}"
##
## [[3]][[21]]$tags_url
## [1] "https://api.github.com/repos/jtleek/googleCite/tags"
##
## [[3]][[21]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/googleCite/git/blobs{/sha}"
##
## [[3]][[21]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/googleCite/git/tags{/sha}"
##
## [[3]][[21]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/googleCite/git/refs{/sha}"
##
## [[3]][[21]]$trees_url
## [1] "https://api.github.com/repos/jtleek/googleCite/git/trees{/sha}"
##
## [[3]][[21]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/googleCite/statuses/{sha}"
##
## [[3]][[21]]$languages_url
## [1] "https://api.github.com/repos/jtleek/googleCite/languages"
##
## [[3]][[21]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/googleCite/stargazers"
##
## [[3]][[21]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/googleCite/contributors"
##
## [[3]][[21]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/googleCite/subscribers"
##
## [[3]][[21]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/googleCite/subscription"
##
## [[3]][[21]]$commits_url
## [1] "https://api.github.com/repos/jtleek/googleCite/commits{/sha}"
##
## [[3]][[21]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/googleCite/git/commits{/sha}"
##
## [[3]][[21]]$comments_url
## [1] "https://api.github.com/repos/jtleek/googleCite/comments{/number}"
##
## [[3]][[21]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/googleCite/issues/comments{/number}"
##
## [[3]][[21]]$contents_url
## [1] "https://api.github.com/repos/jtleek/googleCite/contents/{+path}"
##
## [[3]][[21]]$compare_url
## [1] "https://api.github.com/repos/jtleek/googleCite/compare/{base}...{head}"
##
## [[3]][[21]]$merges_url
## [1] "https://api.github.com/repos/jtleek/googleCite/merges"
##
## [[3]][[21]]$archive_url
## [1] "https://api.github.com/repos/jtleek/googleCite/{archive_format}{/ref}"
##
## [[3]][[21]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/googleCite/downloads"
##
## [[3]][[21]]$issues_url
## [1] "https://api.github.com/repos/jtleek/googleCite/issues{/number}"
##
## [[3]][[21]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/googleCite/pulls{/number}"
##
## [[3]][[21]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/googleCite/milestones{/number}"
##
## [[3]][[21]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/googleCite/notifications{?since,all,participating}"
##
## [[3]][[21]]$labels_url
## [1] "https://api.github.com/repos/jtleek/googleCite/labels{/name}"
##
## [[3]][[21]]$releases_url
## [1] "https://api.github.com/repos/jtleek/googleCite/releases{/id}"
##
## [[3]][[21]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/googleCite/deployments"
##
## [[3]][[21]]$created_at
## [1] "2013-09-03T12:48:28Z"
##
## [[3]][[21]]$updated_at
## [1] "2015-02-01T10:32:49Z"
##
## [[3]][[21]]$pushed_at
## [1] "2013-09-03T14:10:06Z"
##
## [[3]][[21]]$git_url
## [1] "git://github.com/jtleek/googleCite.git"
##
## [[3]][[21]]$ssh_url
## [1] "git@github.com:jtleek/googleCite.git"
##
## [[3]][[21]]$clone_url
## [1] "https://github.com/jtleek/googleCite.git"
##
## [[3]][[21]]$svn_url
## [1] "https://github.com/jtleek/googleCite"
##
## [[3]][[21]]$homepage
## NULL
##
## [[3]][[21]]$size
## [1] 116
##
## [[3]][[21]]$stargazers_count
## [1] 2
##
## [[3]][[21]]$watchers_count
## [1] 2
##
## [[3]][[21]]$language
## NULL
##
## [[3]][[21]]$has_issues
## [1] TRUE
##
## [[3]][[21]]$has_downloads
## [1] TRUE
##
## [[3]][[21]]$has_wiki
## [1] TRUE
##
## [[3]][[21]]$has_pages
## [1] FALSE
##
## [[3]][[21]]$forks_count
## [1] 6
##
## [[3]][[21]]$mirror_url
## NULL
##
## [[3]][[21]]$open_issues_count
## [1] 0
##
## [[3]][[21]]$forks
## [1] 6
##
## [[3]][[21]]$open_issues
## [1] 0
##
## [[3]][[21]]$watchers
## [1] 2
##
## [[3]][[21]]$default_branch
## [1] "master"
##
##
## [[3]][[22]]
## [[3]][[22]]$id
## [1] 6582536
##
## [[3]][[22]]$name
## [1] "graduate"
##
## [[3]][[22]]$full_name
## [1] "jtleek/graduate"
##
## [[3]][[22]]$owner
## [[3]][[22]]$owner$login
## [1] "jtleek"
##
## [[3]][[22]]$owner$id
## [1] 1571674
##
## [[3]][[22]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[22]]$owner$gravatar_id
## [1] ""
##
## [[3]][[22]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[22]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[22]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[22]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[22]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[22]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[22]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[22]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[22]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[22]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[22]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[22]]$owner$type
## [1] "User"
##
## [[3]][[22]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[22]]$private
## [1] FALSE
##
## [[3]][[22]]$html_url
## [1] "https://github.com/jtleek/graduate"
##
## [[3]][[22]]$description
## NULL
##
## [[3]][[22]]$fork
## [1] FALSE
##
## [[3]][[22]]$url
## [1] "https://api.github.com/repos/jtleek/graduate"
##
## [[3]][[22]]$forks_url
## [1] "https://api.github.com/repos/jtleek/graduate/forks"
##
## [[3]][[22]]$keys_url
## [1] "https://api.github.com/repos/jtleek/graduate/keys{/key_id}"
##
## [[3]][[22]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/graduate/collaborators{/collaborator}"
##
## [[3]][[22]]$teams_url
## [1] "https://api.github.com/repos/jtleek/graduate/teams"
##
## [[3]][[22]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/graduate/hooks"
##
## [[3]][[22]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/graduate/issues/events{/number}"
##
## [[3]][[22]]$events_url
## [1] "https://api.github.com/repos/jtleek/graduate/events"
##
## [[3]][[22]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/graduate/assignees{/user}"
##
## [[3]][[22]]$branches_url
## [1] "https://api.github.com/repos/jtleek/graduate/branches{/branch}"
##
## [[3]][[22]]$tags_url
## [1] "https://api.github.com/repos/jtleek/graduate/tags"
##
## [[3]][[22]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/graduate/git/blobs{/sha}"
##
## [[3]][[22]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/graduate/git/tags{/sha}"
##
## [[3]][[22]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/graduate/git/refs{/sha}"
##
## [[3]][[22]]$trees_url
## [1] "https://api.github.com/repos/jtleek/graduate/git/trees{/sha}"
##
## [[3]][[22]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/graduate/statuses/{sha}"
##
## [[3]][[22]]$languages_url
## [1] "https://api.github.com/repos/jtleek/graduate/languages"
##
## [[3]][[22]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/graduate/stargazers"
##
## [[3]][[22]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/graduate/contributors"
##
## [[3]][[22]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/graduate/subscribers"
##
## [[3]][[22]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/graduate/subscription"
##
## [[3]][[22]]$commits_url
## [1] "https://api.github.com/repos/jtleek/graduate/commits{/sha}"
##
## [[3]][[22]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/graduate/git/commits{/sha}"
##
## [[3]][[22]]$comments_url
## [1] "https://api.github.com/repos/jtleek/graduate/comments{/number}"
##
## [[3]][[22]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/graduate/issues/comments{/number}"
##
## [[3]][[22]]$contents_url
## [1] "https://api.github.com/repos/jtleek/graduate/contents/{+path}"
##
## [[3]][[22]]$compare_url
## [1] "https://api.github.com/repos/jtleek/graduate/compare/{base}...{head}"
##
## [[3]][[22]]$merges_url
## [1] "https://api.github.com/repos/jtleek/graduate/merges"
##
## [[3]][[22]]$archive_url
## [1] "https://api.github.com/repos/jtleek/graduate/{archive_format}{/ref}"
##
## [[3]][[22]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/graduate/downloads"
##
## [[3]][[22]]$issues_url
## [1] "https://api.github.com/repos/jtleek/graduate/issues{/number}"
##
## [[3]][[22]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/graduate/pulls{/number}"
##
## [[3]][[22]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/graduate/milestones{/number}"
##
## [[3]][[22]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/graduate/notifications{?since,all,participating}"
##
## [[3]][[22]]$labels_url
## [1] "https://api.github.com/repos/jtleek/graduate/labels{/name}"
##
## [[3]][[22]]$releases_url
## [1] "https://api.github.com/repos/jtleek/graduate/releases{/id}"
##
## [[3]][[22]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/graduate/deployments"
##
## [[3]][[22]]$created_at
## [1] "2012-11-07T16:43:18Z"
##
## [[3]][[22]]$updated_at
## [1] "2014-06-05T17:58:39Z"
##
## [[3]][[22]]$pushed_at
## [1] "2012-11-07T05:43:21Z"
##
## [[3]][[22]]$git_url
## [1] "git://github.com/jtleek/graduate.git"
##
## [[3]][[22]]$ssh_url
## [1] "git@github.com:jtleek/graduate.git"
##
## [[3]][[22]]$clone_url
## [1] "https://github.com/jtleek/graduate.git"
##
## [[3]][[22]]$svn_url
## [1] "https://github.com/jtleek/graduate"
##
## [[3]][[22]]$homepage
## NULL
##
## [[3]][[22]]$size
## [1] 1199
##
## [[3]][[22]]$stargazers_count
## [1] 1
##
## [[3]][[22]]$watchers_count
## [1] 1
##
## [[3]][[22]]$language
## NULL
##
## [[3]][[22]]$has_issues
## [1] FALSE
##
## [[3]][[22]]$has_downloads
## [1] TRUE
##
## [[3]][[22]]$has_wiki
## [1] TRUE
##
## [[3]][[22]]$has_pages
## [1] FALSE
##
## [[3]][[22]]$forks_count
## [1] 3
##
## [[3]][[22]]$mirror_url
## NULL
##
## [[3]][[22]]$open_issues_count
## [1] 0
##
## [[3]][[22]]$forks
## [1] 3
##
## [[3]][[22]]$open_issues
## [1] 0
##
## [[3]][[22]]$watchers
## [1] 1
##
## [[3]][[22]]$default_branch
## [1] "master"
##
##
## [[3]][[23]]
## [[3]][[23]]$id
## [1] 6661008
##
## [[3]][[23]]$name
## [1] "healthvis"
##
## [[3]][[23]]$full_name
## [1] "jtleek/healthvis"
##
## [[3]][[23]]$owner
## [[3]][[23]]$owner$login
## [1] "jtleek"
##
## [[3]][[23]]$owner$id
## [1] 1571674
##
## [[3]][[23]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[23]]$owner$gravatar_id
## [1] ""
##
## [[3]][[23]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[23]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[23]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[23]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[23]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[23]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[23]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[23]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[23]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[23]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[23]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[23]]$owner$type
## [1] "User"
##
## [[3]][[23]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[23]]$private
## [1] FALSE
##
## [[3]][[23]]$html_url
## [1] "https://github.com/jtleek/healthvis"
##
## [[3]][[23]]$description
## [1] "An Interactive Health Visualization Package"
##
## [[3]][[23]]$fork
## [1] FALSE
##
## [[3]][[23]]$url
## [1] "https://api.github.com/repos/jtleek/healthvis"
##
## [[3]][[23]]$forks_url
## [1] "https://api.github.com/repos/jtleek/healthvis/forks"
##
## [[3]][[23]]$keys_url
## [1] "https://api.github.com/repos/jtleek/healthvis/keys{/key_id}"
##
## [[3]][[23]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/healthvis/collaborators{/collaborator}"
##
## [[3]][[23]]$teams_url
## [1] "https://api.github.com/repos/jtleek/healthvis/teams"
##
## [[3]][[23]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/healthvis/hooks"
##
## [[3]][[23]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/healthvis/issues/events{/number}"
##
## [[3]][[23]]$events_url
## [1] "https://api.github.com/repos/jtleek/healthvis/events"
##
## [[3]][[23]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/healthvis/assignees{/user}"
##
## [[3]][[23]]$branches_url
## [1] "https://api.github.com/repos/jtleek/healthvis/branches{/branch}"
##
## [[3]][[23]]$tags_url
## [1] "https://api.github.com/repos/jtleek/healthvis/tags"
##
## [[3]][[23]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/healthvis/git/blobs{/sha}"
##
## [[3]][[23]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/healthvis/git/tags{/sha}"
##
## [[3]][[23]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/healthvis/git/refs{/sha}"
##
## [[3]][[23]]$trees_url
## [1] "https://api.github.com/repos/jtleek/healthvis/git/trees{/sha}"
##
## [[3]][[23]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/healthvis/statuses/{sha}"
##
## [[3]][[23]]$languages_url
## [1] "https://api.github.com/repos/jtleek/healthvis/languages"
##
## [[3]][[23]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/healthvis/stargazers"
##
## [[3]][[23]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/healthvis/contributors"
##
## [[3]][[23]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/healthvis/subscribers"
##
## [[3]][[23]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/healthvis/subscription"
##
## [[3]][[23]]$commits_url
## [1] "https://api.github.com/repos/jtleek/healthvis/commits{/sha}"
##
## [[3]][[23]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/healthvis/git/commits{/sha}"
##
## [[3]][[23]]$comments_url
## [1] "https://api.github.com/repos/jtleek/healthvis/comments{/number}"
##
## [[3]][[23]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/healthvis/issues/comments{/number}"
##
## [[3]][[23]]$contents_url
## [1] "https://api.github.com/repos/jtleek/healthvis/contents/{+path}"
##
## [[3]][[23]]$compare_url
## [1] "https://api.github.com/repos/jtleek/healthvis/compare/{base}...{head}"
##
## [[3]][[23]]$merges_url
## [1] "https://api.github.com/repos/jtleek/healthvis/merges"
##
## [[3]][[23]]$archive_url
## [1] "https://api.github.com/repos/jtleek/healthvis/{archive_format}{/ref}"
##
## [[3]][[23]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/healthvis/downloads"
##
## [[3]][[23]]$issues_url
## [1] "https://api.github.com/repos/jtleek/healthvis/issues{/number}"
##
## [[3]][[23]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/healthvis/pulls{/number}"
##
## [[3]][[23]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/healthvis/milestones{/number}"
##
## [[3]][[23]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/healthvis/notifications{?since,all,participating}"
##
## [[3]][[23]]$labels_url
## [1] "https://api.github.com/repos/jtleek/healthvis/labels{/name}"
##
## [[3]][[23]]$releases_url
## [1] "https://api.github.com/repos/jtleek/healthvis/releases{/id}"
##
## [[3]][[23]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/healthvis/deployments"
##
## [[3]][[23]]$created_at
## [1] "2012-11-12T21:35:30Z"
##
## [[3]][[23]]$updated_at
## [1] "2015-09-15T03:54:13Z"
##
## [[3]][[23]]$pushed_at
## [1] "2013-01-12T19:58:55Z"
##
## [[3]][[23]]$git_url
## [1] "git://github.com/jtleek/healthvis.git"
##
## [[3]][[23]]$ssh_url
## [1] "git@github.com:jtleek/healthvis.git"
##
## [[3]][[23]]$clone_url
## [1] "https://github.com/jtleek/healthvis.git"
##
## [[3]][[23]]$svn_url
## [1] "https://github.com/jtleek/healthvis"
##
## [[3]][[23]]$homepage
## NULL
##
## [[3]][[23]]$size
## [1] 1067
##
## [[3]][[23]]$stargazers_count
## [1] 9
##
## [[3]][[23]]$watchers_count
## [1] 9
##
## [[3]][[23]]$language
## [1] "Python"
##
## [[3]][[23]]$has_issues
## [1] TRUE
##
## [[3]][[23]]$has_downloads
## [1] TRUE
##
## [[3]][[23]]$has_wiki
## [1] TRUE
##
## [[3]][[23]]$has_pages
## [1] FALSE
##
## [[3]][[23]]$forks_count
## [1] 6
##
## [[3]][[23]]$mirror_url
## NULL
##
## [[3]][[23]]$open_issues_count
## [1] 0
##
## [[3]][[23]]$forks
## [1] 6
##
## [[3]][[23]]$open_issues
## [1] 0
##
## [[3]][[23]]$watchers
## [1] 9
##
## [[3]][[23]]$default_branch
## [1] "master"
##
##
## [[3]][[24]]
## [[3]][[24]]$id
## [1] 19133476
##
## [[3]][[24]]$name
## [1] "hyde"
##
## [[3]][[24]]$full_name
## [1] "jtleek/hyde"
##
## [[3]][[24]]$owner
## [[3]][[24]]$owner$login
## [1] "jtleek"
##
## [[3]][[24]]$owner$id
## [1] 1571674
##
## [[3]][[24]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[24]]$owner$gravatar_id
## [1] ""
##
## [[3]][[24]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[24]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[24]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[24]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[24]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[24]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[24]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[24]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[24]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[24]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[24]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[24]]$owner$type
## [1] "User"
##
## [[3]][[24]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[24]]$private
## [1] FALSE
##
## [[3]][[24]]$html_url
## [1] "https://github.com/jtleek/hyde"
##
## [[3]][[24]]$description
## [1] "A brazen two-column theme for Jekyll."
##
## [[3]][[24]]$fork
## [1] TRUE
##
## [[3]][[24]]$url
## [1] "https://api.github.com/repos/jtleek/hyde"
##
## [[3]][[24]]$forks_url
## [1] "https://api.github.com/repos/jtleek/hyde/forks"
##
## [[3]][[24]]$keys_url
## [1] "https://api.github.com/repos/jtleek/hyde/keys{/key_id}"
##
## [[3]][[24]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/hyde/collaborators{/collaborator}"
##
## [[3]][[24]]$teams_url
## [1] "https://api.github.com/repos/jtleek/hyde/teams"
##
## [[3]][[24]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/hyde/hooks"
##
## [[3]][[24]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/hyde/issues/events{/number}"
##
## [[3]][[24]]$events_url
## [1] "https://api.github.com/repos/jtleek/hyde/events"
##
## [[3]][[24]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/hyde/assignees{/user}"
##
## [[3]][[24]]$branches_url
## [1] "https://api.github.com/repos/jtleek/hyde/branches{/branch}"
##
## [[3]][[24]]$tags_url
## [1] "https://api.github.com/repos/jtleek/hyde/tags"
##
## [[3]][[24]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/hyde/git/blobs{/sha}"
##
## [[3]][[24]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/hyde/git/tags{/sha}"
##
## [[3]][[24]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/hyde/git/refs{/sha}"
##
## [[3]][[24]]$trees_url
## [1] "https://api.github.com/repos/jtleek/hyde/git/trees{/sha}"
##
## [[3]][[24]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/hyde/statuses/{sha}"
##
## [[3]][[24]]$languages_url
## [1] "https://api.github.com/repos/jtleek/hyde/languages"
##
## [[3]][[24]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/hyde/stargazers"
##
## [[3]][[24]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/hyde/contributors"
##
## [[3]][[24]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/hyde/subscribers"
##
## [[3]][[24]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/hyde/subscription"
##
## [[3]][[24]]$commits_url
## [1] "https://api.github.com/repos/jtleek/hyde/commits{/sha}"
##
## [[3]][[24]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/hyde/git/commits{/sha}"
##
## [[3]][[24]]$comments_url
## [1] "https://api.github.com/repos/jtleek/hyde/comments{/number}"
##
## [[3]][[24]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/hyde/issues/comments{/number}"
##
## [[3]][[24]]$contents_url
## [1] "https://api.github.com/repos/jtleek/hyde/contents/{+path}"
##
## [[3]][[24]]$compare_url
## [1] "https://api.github.com/repos/jtleek/hyde/compare/{base}...{head}"
##
## [[3]][[24]]$merges_url
## [1] "https://api.github.com/repos/jtleek/hyde/merges"
##
## [[3]][[24]]$archive_url
## [1] "https://api.github.com/repos/jtleek/hyde/{archive_format}{/ref}"
##
## [[3]][[24]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/hyde/downloads"
##
## [[3]][[24]]$issues_url
## [1] "https://api.github.com/repos/jtleek/hyde/issues{/number}"
##
## [[3]][[24]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/hyde/pulls{/number}"
##
## [[3]][[24]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/hyde/milestones{/number}"
##
## [[3]][[24]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/hyde/notifications{?since,all,participating}"
##
## [[3]][[24]]$labels_url
## [1] "https://api.github.com/repos/jtleek/hyde/labels{/name}"
##
## [[3]][[24]]$releases_url
## [1] "https://api.github.com/repos/jtleek/hyde/releases{/id}"
##
## [[3]][[24]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/hyde/deployments"
##
## [[3]][[24]]$created_at
## [1] "2014-04-25T03:59:31Z"
##
## [[3]][[24]]$updated_at
## [1] "2014-04-25T03:59:31Z"
##
## [[3]][[24]]$pushed_at
## [1] "2014-03-16T03:23:52Z"
##
## [[3]][[24]]$git_url
## [1] "git://github.com/jtleek/hyde.git"
##
## [[3]][[24]]$ssh_url
## [1] "git@github.com:jtleek/hyde.git"
##
## [[3]][[24]]$clone_url
## [1] "https://github.com/jtleek/hyde.git"
##
## [[3]][[24]]$svn_url
## [1] "https://github.com/jtleek/hyde"
##
## [[3]][[24]]$homepage
## [1] "http://hyde.getpoole.com"
##
## [[3]][[24]]$size
## [1] 447
##
## [[3]][[24]]$stargazers_count
## [1] 0
##
## [[3]][[24]]$watchers_count
## [1] 0
##
## [[3]][[24]]$language
## [1] "CSS"
##
## [[3]][[24]]$has_issues
## [1] FALSE
##
## [[3]][[24]]$has_downloads
## [1] TRUE
##
## [[3]][[24]]$has_wiki
## [1] FALSE
##
## [[3]][[24]]$has_pages
## [1] FALSE
##
## [[3]][[24]]$forks_count
## [1] 1
##
## [[3]][[24]]$mirror_url
## NULL
##
## [[3]][[24]]$open_issues_count
## [1] 0
##
## [[3]][[24]]$forks
## [1] 1
##
## [[3]][[24]]$open_issues
## [1] 0
##
## [[3]][[24]]$watchers
## [1] 0
##
## [[3]][[24]]$default_branch
## [1] "master"
##
##
## [[3]][[25]]
## [[3]][[25]]$id
## [1] 16584923
##
## [[3]][[25]]$name
## [1] "inclassfeb62014"
##
## [[3]][[25]]$full_name
## [1] "jtleek/inclassfeb62014"
##
## [[3]][[25]]$owner
## [[3]][[25]]$owner$login
## [1] "jtleek"
##
## [[3]][[25]]$owner$id
## [1] 1571674
##
## [[3]][[25]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[25]]$owner$gravatar_id
## [1] ""
##
## [[3]][[25]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[25]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[25]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[25]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[25]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[25]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[25]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[25]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[25]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[25]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[25]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[25]]$owner$type
## [1] "User"
##
## [[3]][[25]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[25]]$private
## [1] FALSE
##
## [[3]][[25]]$html_url
## [1] "https://github.com/jtleek/inclassfeb62014"
##
## [[3]][[25]]$description
## [1] "In class project repo"
##
## [[3]][[25]]$fork
## [1] FALSE
##
## [[3]][[25]]$url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014"
##
## [[3]][[25]]$forks_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/forks"
##
## [[3]][[25]]$keys_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/keys{/key_id}"
##
## [[3]][[25]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/collaborators{/collaborator}"
##
## [[3]][[25]]$teams_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/teams"
##
## [[3]][[25]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/hooks"
##
## [[3]][[25]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/issues/events{/number}"
##
## [[3]][[25]]$events_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/events"
##
## [[3]][[25]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/assignees{/user}"
##
## [[3]][[25]]$branches_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/branches{/branch}"
##
## [[3]][[25]]$tags_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/tags"
##
## [[3]][[25]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/git/blobs{/sha}"
##
## [[3]][[25]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/git/tags{/sha}"
##
## [[3]][[25]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/git/refs{/sha}"
##
## [[3]][[25]]$trees_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/git/trees{/sha}"
##
## [[3]][[25]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/statuses/{sha}"
##
## [[3]][[25]]$languages_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/languages"
##
## [[3]][[25]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/stargazers"
##
## [[3]][[25]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/contributors"
##
## [[3]][[25]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/subscribers"
##
## [[3]][[25]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/subscription"
##
## [[3]][[25]]$commits_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/commits{/sha}"
##
## [[3]][[25]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/git/commits{/sha}"
##
## [[3]][[25]]$comments_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/comments{/number}"
##
## [[3]][[25]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/issues/comments{/number}"
##
## [[3]][[25]]$contents_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/contents/{+path}"
##
## [[3]][[25]]$compare_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/compare/{base}...{head}"
##
## [[3]][[25]]$merges_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/merges"
##
## [[3]][[25]]$archive_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/{archive_format}{/ref}"
##
## [[3]][[25]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/downloads"
##
## [[3]][[25]]$issues_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/issues{/number}"
##
## [[3]][[25]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/pulls{/number}"
##
## [[3]][[25]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/milestones{/number}"
##
## [[3]][[25]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/notifications{?since,all,participating}"
##
## [[3]][[25]]$labels_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/labels{/name}"
##
## [[3]][[25]]$releases_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/releases{/id}"
##
## [[3]][[25]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/inclassfeb62014/deployments"
##
## [[3]][[25]]$created_at
## [1] "2014-02-06T16:13:11Z"
##
## [[3]][[25]]$updated_at
## [1] "2014-06-05T17:59:46Z"
##
## [[3]][[25]]$pushed_at
## [1] "2014-02-18T10:34:32Z"
##
## [[3]][[25]]$git_url
## [1] "git://github.com/jtleek/inclassfeb62014.git"
##
## [[3]][[25]]$ssh_url
## [1] "git@github.com:jtleek/inclassfeb62014.git"
##
## [[3]][[25]]$clone_url
## [1] "https://github.com/jtleek/inclassfeb62014.git"
##
## [[3]][[25]]$svn_url
## [1] "https://github.com/jtleek/inclassfeb62014"
##
## [[3]][[25]]$homepage
## NULL
##
## [[3]][[25]]$size
## [1] 6248
##
## [[3]][[25]]$stargazers_count
## [1] 1
##
## [[3]][[25]]$watchers_count
## [1] 1
##
## [[3]][[25]]$language
## [1] "Shell"
##
## [[3]][[25]]$has_issues
## [1] TRUE
##
## [[3]][[25]]$has_downloads
## [1] TRUE
##
## [[3]][[25]]$has_wiki
## [1] TRUE
##
## [[3]][[25]]$has_pages
## [1] FALSE
##
## [[3]][[25]]$forks_count
## [1] 5
##
## [[3]][[25]]$mirror_url
## NULL
##
## [[3]][[25]]$open_issues_count
## [1] 0
##
## [[3]][[25]]$forks
## [1] 5
##
## [[3]][[25]]$open_issues
## [1] 0
##
## [[3]][[25]]$watchers
## [1] 1
##
## [[3]][[25]]$default_branch
## [1] "master"
##
##
## [[3]][[26]]
## [[3]][[26]]$id
## [1] 7745123
##
## [[3]][[26]]$name
## [1] "jhsph753"
##
## [[3]][[26]]$full_name
## [1] "jtleek/jhsph753"
##
## [[3]][[26]]$owner
## [[3]][[26]]$owner$login
## [1] "jtleek"
##
## [[3]][[26]]$owner$id
## [1] 1571674
##
## [[3]][[26]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[26]]$owner$gravatar_id
## [1] ""
##
## [[3]][[26]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[26]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[26]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[26]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[26]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[26]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[26]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[26]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[26]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[26]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[26]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[26]]$owner$type
## [1] "User"
##
## [[3]][[26]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[26]]$private
## [1] FALSE
##
## [[3]][[26]]$html_url
## [1] "https://github.com/jtleek/jhsph753"
##
## [[3]][[26]]$description
## [1] "Web page for JHSPH Advanced Methods/Applied Statistics"
##
## [[3]][[26]]$fork
## [1] FALSE
##
## [[3]][[26]]$url
## [1] "https://api.github.com/repos/jtleek/jhsph753"
##
## [[3]][[26]]$forks_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/forks"
##
## [[3]][[26]]$keys_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/keys{/key_id}"
##
## [[3]][[26]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/collaborators{/collaborator}"
##
## [[3]][[26]]$teams_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/teams"
##
## [[3]][[26]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/hooks"
##
## [[3]][[26]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/issues/events{/number}"
##
## [[3]][[26]]$events_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/events"
##
## [[3]][[26]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/assignees{/user}"
##
## [[3]][[26]]$branches_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/branches{/branch}"
##
## [[3]][[26]]$tags_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/tags"
##
## [[3]][[26]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/git/blobs{/sha}"
##
## [[3]][[26]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/git/tags{/sha}"
##
## [[3]][[26]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/git/refs{/sha}"
##
## [[3]][[26]]$trees_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/git/trees{/sha}"
##
## [[3]][[26]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/statuses/{sha}"
##
## [[3]][[26]]$languages_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/languages"
##
## [[3]][[26]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/stargazers"
##
## [[3]][[26]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/contributors"
##
## [[3]][[26]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/subscribers"
##
## [[3]][[26]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/subscription"
##
## [[3]][[26]]$commits_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/commits{/sha}"
##
## [[3]][[26]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/git/commits{/sha}"
##
## [[3]][[26]]$comments_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/comments{/number}"
##
## [[3]][[26]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/issues/comments{/number}"
##
## [[3]][[26]]$contents_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/contents/{+path}"
##
## [[3]][[26]]$compare_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/compare/{base}...{head}"
##
## [[3]][[26]]$merges_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/merges"
##
## [[3]][[26]]$archive_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/{archive_format}{/ref}"
##
## [[3]][[26]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/downloads"
##
## [[3]][[26]]$issues_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/issues{/number}"
##
## [[3]][[26]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/pulls{/number}"
##
## [[3]][[26]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/milestones{/number}"
##
## [[3]][[26]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/notifications{?since,all,participating}"
##
## [[3]][[26]]$labels_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/labels{/name}"
##
## [[3]][[26]]$releases_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/releases{/id}"
##
## [[3]][[26]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/jhsph753/deployments"
##
## [[3]][[26]]$created_at
## [1] "2013-01-22T03:06:39Z"
##
## [[3]][[26]]$updated_at
## [1] "2013-10-04T11:29:18Z"
##
## [[3]][[26]]$pushed_at
## [1] "2013-05-16T11:43:34Z"
##
## [[3]][[26]]$git_url
## [1] "git://github.com/jtleek/jhsph753.git"
##
## [[3]][[26]]$ssh_url
## [1] "git@github.com:jtleek/jhsph753.git"
##
## [[3]][[26]]$clone_url
## [1] "https://github.com/jtleek/jhsph753.git"
##
## [[3]][[26]]$svn_url
## [1] "https://github.com/jtleek/jhsph753"
##
## [[3]][[26]]$homepage
## NULL
##
## [[3]][[26]]$size
## [1] 27878
##
## [[3]][[26]]$stargazers_count
## [1] 1
##
## [[3]][[26]]$watchers_count
## [1] 1
##
## [[3]][[26]]$language
## [1] "JavaScript"
##
## [[3]][[26]]$has_issues
## [1] TRUE
##
## [[3]][[26]]$has_downloads
## [1] TRUE
##
## [[3]][[26]]$has_wiki
## [1] TRUE
##
## [[3]][[26]]$has_pages
## [1] TRUE
##
## [[3]][[26]]$forks_count
## [1] 2
##
## [[3]][[26]]$mirror_url
## NULL
##
## [[3]][[26]]$open_issues_count
## [1] 0
##
## [[3]][[26]]$forks
## [1] 2
##
## [[3]][[26]]$open_issues
## [1] 0
##
## [[3]][[26]]$watchers
## [1] 1
##
## [[3]][[26]]$default_branch
## [1] "master"
##
##
## [[3]][[27]]
## [[3]][[27]]$id
## [1] 15639612
##
## [[3]][[27]]$name
## [1] "jhsph753and4"
##
## [[3]][[27]]$full_name
## [1] "jtleek/jhsph753and4"
##
## [[3]][[27]]$owner
## [[3]][[27]]$owner$login
## [1] "jtleek"
##
## [[3]][[27]]$owner$id
## [1] 1571674
##
## [[3]][[27]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[27]]$owner$gravatar_id
## [1] ""
##
## [[3]][[27]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[27]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[27]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[27]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[27]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[27]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[27]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[27]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[27]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[27]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[27]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[27]]$owner$type
## [1] "User"
##
## [[3]][[27]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[27]]$private
## [1] FALSE
##
## [[3]][[27]]$html_url
## [1] "https://github.com/jtleek/jhsph753and4"
##
## [[3]][[27]]$description
## [1] "Class github repository for 751 and 2; doctoral classes in the Department of Biostatistics at Johns Hopkins"
##
## [[3]][[27]]$fork
## [1] FALSE
##
## [[3]][[27]]$url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4"
##
## [[3]][[27]]$forks_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/forks"
##
## [[3]][[27]]$keys_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/keys{/key_id}"
##
## [[3]][[27]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/collaborators{/collaborator}"
##
## [[3]][[27]]$teams_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/teams"
##
## [[3]][[27]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/hooks"
##
## [[3]][[27]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/issues/events{/number}"
##
## [[3]][[27]]$events_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/events"
##
## [[3]][[27]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/assignees{/user}"
##
## [[3]][[27]]$branches_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/branches{/branch}"
##
## [[3]][[27]]$tags_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/tags"
##
## [[3]][[27]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/git/blobs{/sha}"
##
## [[3]][[27]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/git/tags{/sha}"
##
## [[3]][[27]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/git/refs{/sha}"
##
## [[3]][[27]]$trees_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/git/trees{/sha}"
##
## [[3]][[27]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/statuses/{sha}"
##
## [[3]][[27]]$languages_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/languages"
##
## [[3]][[27]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/stargazers"
##
## [[3]][[27]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/contributors"
##
## [[3]][[27]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/subscribers"
##
## [[3]][[27]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/subscription"
##
## [[3]][[27]]$commits_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/commits{/sha}"
##
## [[3]][[27]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/git/commits{/sha}"
##
## [[3]][[27]]$comments_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/comments{/number}"
##
## [[3]][[27]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/issues/comments{/number}"
##
## [[3]][[27]]$contents_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/contents/{+path}"
##
## [[3]][[27]]$compare_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/compare/{base}...{head}"
##
## [[3]][[27]]$merges_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/merges"
##
## [[3]][[27]]$archive_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/{archive_format}{/ref}"
##
## [[3]][[27]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/downloads"
##
## [[3]][[27]]$issues_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/issues{/number}"
##
## [[3]][[27]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/pulls{/number}"
##
## [[3]][[27]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/milestones{/number}"
##
## [[3]][[27]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/notifications{?since,all,participating}"
##
## [[3]][[27]]$labels_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/labels{/name}"
##
## [[3]][[27]]$releases_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/releases{/id}"
##
## [[3]][[27]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/jhsph753and4/deployments"
##
## [[3]][[27]]$created_at
## [1] "2014-01-04T21:06:44Z"
##
## [[3]][[27]]$updated_at
## [1] "2016-10-23T12:03:14Z"
##
## [[3]][[27]]$pushed_at
## [1] "2014-05-15T14:22:41Z"
##
## [[3]][[27]]$git_url
## [1] "git://github.com/jtleek/jhsph753and4.git"
##
## [[3]][[27]]$ssh_url
## [1] "git@github.com:jtleek/jhsph753and4.git"
##
## [[3]][[27]]$clone_url
## [1] "https://github.com/jtleek/jhsph753and4.git"
##
## [[3]][[27]]$svn_url
## [1] "https://github.com/jtleek/jhsph753and4"
##
## [[3]][[27]]$homepage
## NULL
##
## [[3]][[27]]$size
## [1] 185443
##
## [[3]][[27]]$stargazers_count
## [1] 8
##
## [[3]][[27]]$watchers_count
## [1] 8
##
## [[3]][[27]]$language
## [1] "JavaScript"
##
## [[3]][[27]]$has_issues
## [1] TRUE
##
## [[3]][[27]]$has_downloads
## [1] TRUE
##
## [[3]][[27]]$has_wiki
## [1] TRUE
##
## [[3]][[27]]$has_pages
## [1] TRUE
##
## [[3]][[27]]$forks_count
## [1] 24
##
## [[3]][[27]]$mirror_url
## NULL
##
## [[3]][[27]]$open_issues_count
## [1] 0
##
## [[3]][[27]]$forks
## [1] 24
##
## [[3]][[27]]$open_issues
## [1] 0
##
## [[3]][[27]]$watchers
## [1] 8
##
## [[3]][[27]]$default_branch
## [1] "master"
##
##
## [[3]][[28]]
## [[3]][[28]]$id
## [1] 42834789
##
## [[3]][[28]]$name
## [1] "jhudash"
##
## [[3]][[28]]$full_name
## [1] "jtleek/jhudash"
##
## [[3]][[28]]$owner
## [[3]][[28]]$owner$login
## [1] "jtleek"
##
## [[3]][[28]]$owner$id
## [1] 1571674
##
## [[3]][[28]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[28]]$owner$gravatar_id
## [1] ""
##
## [[3]][[28]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[28]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[28]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[28]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[28]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[28]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[28]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[28]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[28]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[28]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[28]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[28]]$owner$type
## [1] "User"
##
## [[3]][[28]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[28]]$private
## [1] FALSE
##
## [[3]][[28]]$html_url
## [1] "https://github.com/jtleek/jhudash"
##
## [[3]][[28]]$description
## [1] "A repository for all things DaSH"
##
## [[3]][[28]]$fork
## [1] TRUE
##
## [[3]][[28]]$url
## [1] "https://api.github.com/repos/jtleek/jhudash"
##
## [[3]][[28]]$forks_url
## [1] "https://api.github.com/repos/jtleek/jhudash/forks"
##
## [[3]][[28]]$keys_url
## [1] "https://api.github.com/repos/jtleek/jhudash/keys{/key_id}"
##
## [[3]][[28]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/jhudash/collaborators{/collaborator}"
##
## [[3]][[28]]$teams_url
## [1] "https://api.github.com/repos/jtleek/jhudash/teams"
##
## [[3]][[28]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/jhudash/hooks"
##
## [[3]][[28]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/jhudash/issues/events{/number}"
##
## [[3]][[28]]$events_url
## [1] "https://api.github.com/repos/jtleek/jhudash/events"
##
## [[3]][[28]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/jhudash/assignees{/user}"
##
## [[3]][[28]]$branches_url
## [1] "https://api.github.com/repos/jtleek/jhudash/branches{/branch}"
##
## [[3]][[28]]$tags_url
## [1] "https://api.github.com/repos/jtleek/jhudash/tags"
##
## [[3]][[28]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/jhudash/git/blobs{/sha}"
##
## [[3]][[28]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/jhudash/git/tags{/sha}"
##
## [[3]][[28]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/jhudash/git/refs{/sha}"
##
## [[3]][[28]]$trees_url
## [1] "https://api.github.com/repos/jtleek/jhudash/git/trees{/sha}"
##
## [[3]][[28]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/jhudash/statuses/{sha}"
##
## [[3]][[28]]$languages_url
## [1] "https://api.github.com/repos/jtleek/jhudash/languages"
##
## [[3]][[28]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/jhudash/stargazers"
##
## [[3]][[28]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/jhudash/contributors"
##
## [[3]][[28]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/jhudash/subscribers"
##
## [[3]][[28]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/jhudash/subscription"
##
## [[3]][[28]]$commits_url
## [1] "https://api.github.com/repos/jtleek/jhudash/commits{/sha}"
##
## [[3]][[28]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/jhudash/git/commits{/sha}"
##
## [[3]][[28]]$comments_url
## [1] "https://api.github.com/repos/jtleek/jhudash/comments{/number}"
##
## [[3]][[28]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/jhudash/issues/comments{/number}"
##
## [[3]][[28]]$contents_url
## [1] "https://api.github.com/repos/jtleek/jhudash/contents/{+path}"
##
## [[3]][[28]]$compare_url
## [1] "https://api.github.com/repos/jtleek/jhudash/compare/{base}...{head}"
##
## [[3]][[28]]$merges_url
## [1] "https://api.github.com/repos/jtleek/jhudash/merges"
##
## [[3]][[28]]$archive_url
## [1] "https://api.github.com/repos/jtleek/jhudash/{archive_format}{/ref}"
##
## [[3]][[28]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/jhudash/downloads"
##
## [[3]][[28]]$issues_url
## [1] "https://api.github.com/repos/jtleek/jhudash/issues{/number}"
##
## [[3]][[28]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/jhudash/pulls{/number}"
##
## [[3]][[28]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/jhudash/milestones{/number}"
##
## [[3]][[28]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/jhudash/notifications{?since,all,participating}"
##
## [[3]][[28]]$labels_url
## [1] "https://api.github.com/repos/jtleek/jhudash/labels{/name}"
##
## [[3]][[28]]$releases_url
## [1] "https://api.github.com/repos/jtleek/jhudash/releases{/id}"
##
## [[3]][[28]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/jhudash/deployments"
##
## [[3]][[28]]$created_at
## [1] "2015-09-21T00:11:42Z"
##
## [[3]][[28]]$updated_at
## [1] "2015-09-18T16:45:24Z"
##
## [[3]][[28]]$pushed_at
## [1] "2015-09-21T10:35:40Z"
##
## [[3]][[28]]$git_url
## [1] "git://github.com/jtleek/jhudash.git"
##
## [[3]][[28]]$ssh_url
## [1] "git@github.com:jtleek/jhudash.git"
##
## [[3]][[28]]$clone_url
## [1] "https://github.com/jtleek/jhudash.git"
##
## [[3]][[28]]$svn_url
## [1] "https://github.com/jtleek/jhudash"
##
## [[3]][[28]]$homepage
## NULL
##
## [[3]][[28]]$size
## [1] 381
##
## [[3]][[28]]$stargazers_count
## [1] 0
##
## [[3]][[28]]$watchers_count
## [1] 0
##
## [[3]][[28]]$language
## NULL
##
## [[3]][[28]]$has_issues
## [1] FALSE
##
## [[3]][[28]]$has_downloads
## [1] TRUE
##
## [[3]][[28]]$has_wiki
## [1] TRUE
##
## [[3]][[28]]$has_pages
## [1] FALSE
##
## [[3]][[28]]$forks_count
## [1] 0
##
## [[3]][[28]]$mirror_url
## NULL
##
## [[3]][[28]]$open_issues_count
## [1] 0
##
## [[3]][[28]]$forks
## [1] 0
##
## [[3]][[28]]$open_issues
## [1] 0
##
## [[3]][[28]]$watchers
## [1] 0
##
## [[3]][[28]]$default_branch
## [1] "master"
##
##
## [[3]][[29]]
## [[3]][[29]]$id
## [1] 42873969
##
## [[3]][[29]]$name
## [1] "jhudash-refugee"
##
## [[3]][[29]]$full_name
## [1] "jtleek/jhudash-refugee"
##
## [[3]][[29]]$owner
## [[3]][[29]]$owner$login
## [1] "jtleek"
##
## [[3]][[29]]$owner$id
## [1] 1571674
##
## [[3]][[29]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[29]]$owner$gravatar_id
## [1] ""
##
## [[3]][[29]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[29]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[29]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[29]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[29]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[29]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[29]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[29]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[29]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[29]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[29]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[29]]$owner$type
## [1] "User"
##
## [[3]][[29]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[29]]$private
## [1] FALSE
##
## [[3]][[29]]$html_url
## [1] "https://github.com/jtleek/jhudash-refugee"
##
## [[3]][[29]]$description
## [1] "Code to collect data for the #jhudash refugee project"
##
## [[3]][[29]]$fork
## [1] FALSE
##
## [[3]][[29]]$url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee"
##
## [[3]][[29]]$forks_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/forks"
##
## [[3]][[29]]$keys_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/keys{/key_id}"
##
## [[3]][[29]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/collaborators{/collaborator}"
##
## [[3]][[29]]$teams_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/teams"
##
## [[3]][[29]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/hooks"
##
## [[3]][[29]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/issues/events{/number}"
##
## [[3]][[29]]$events_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/events"
##
## [[3]][[29]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/assignees{/user}"
##
## [[3]][[29]]$branches_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/branches{/branch}"
##
## [[3]][[29]]$tags_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/tags"
##
## [[3]][[29]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/git/blobs{/sha}"
##
## [[3]][[29]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/git/tags{/sha}"
##
## [[3]][[29]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/git/refs{/sha}"
##
## [[3]][[29]]$trees_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/git/trees{/sha}"
##
## [[3]][[29]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/statuses/{sha}"
##
## [[3]][[29]]$languages_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/languages"
##
## [[3]][[29]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/stargazers"
##
## [[3]][[29]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/contributors"
##
## [[3]][[29]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/subscribers"
##
## [[3]][[29]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/subscription"
##
## [[3]][[29]]$commits_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/commits{/sha}"
##
## [[3]][[29]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/git/commits{/sha}"
##
## [[3]][[29]]$comments_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/comments{/number}"
##
## [[3]][[29]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/issues/comments{/number}"
##
## [[3]][[29]]$contents_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/contents/{+path}"
##
## [[3]][[29]]$compare_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/compare/{base}...{head}"
##
## [[3]][[29]]$merges_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/merges"
##
## [[3]][[29]]$archive_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/{archive_format}{/ref}"
##
## [[3]][[29]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/downloads"
##
## [[3]][[29]]$issues_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/issues{/number}"
##
## [[3]][[29]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/pulls{/number}"
##
## [[3]][[29]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/milestones{/number}"
##
## [[3]][[29]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/notifications{?since,all,participating}"
##
## [[3]][[29]]$labels_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/labels{/name}"
##
## [[3]][[29]]$releases_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/releases{/id}"
##
## [[3]][[29]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/jhudash-refugee/deployments"
##
## [[3]][[29]]$created_at
## [1] "2015-09-21T15:08:47Z"
##
## [[3]][[29]]$updated_at
## [1] "2016-01-21T21:41:29Z"
##
## [[3]][[29]]$pushed_at
## [1] "2015-11-09T20:28:11Z"
##
## [[3]][[29]]$git_url
## [1] "git://github.com/jtleek/jhudash-refugee.git"
##
## [[3]][[29]]$ssh_url
## [1] "git@github.com:jtleek/jhudash-refugee.git"
##
## [[3]][[29]]$clone_url
## [1] "https://github.com/jtleek/jhudash-refugee.git"
##
## [[3]][[29]]$svn_url
## [1] "https://github.com/jtleek/jhudash-refugee"
##
## [[3]][[29]]$homepage
## NULL
##
## [[3]][[29]]$size
## [1] 23206
##
## [[3]][[29]]$stargazers_count
## [1] 1
##
## [[3]][[29]]$watchers_count
## [1] 1
##
## [[3]][[29]]$language
## [1] "HTML"
##
## [[3]][[29]]$has_issues
## [1] TRUE
##
## [[3]][[29]]$has_downloads
## [1] TRUE
##
## [[3]][[29]]$has_wiki
## [1] TRUE
##
## [[3]][[29]]$has_pages
## [1] FALSE
##
## [[3]][[29]]$forks_count
## [1] 2
##
## [[3]][[29]]$mirror_url
## NULL
##
## [[3]][[29]]$open_issues_count
## [1] 0
##
## [[3]][[29]]$forks
## [1] 2
##
## [[3]][[29]]$open_issues
## [1] 0
##
## [[3]][[29]]$watchers
## [1] 1
##
## [[3]][[29]]$default_branch
## [1] "master"
##
##
## [[3]][[30]]
## [[3]][[30]]$id
## [1] 19133794
##
## [[3]][[30]]$name
## [1] "jtleek.github.io"
##
## [[3]][[30]]$full_name
## [1] "jtleek/jtleek.github.io"
##
## [[3]][[30]]$owner
## [[3]][[30]]$owner$login
## [1] "jtleek"
##
## [[3]][[30]]$owner$id
## [1] 1571674
##
## [[3]][[30]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/1571674?v=3"
##
## [[3]][[30]]$owner$gravatar_id
## [1] ""
##
## [[3]][[30]]$owner$url
## [1] "https://api.github.com/users/jtleek"
##
## [[3]][[30]]$owner$html_url
## [1] "https://github.com/jtleek"
##
## [[3]][[30]]$owner$followers_url
## [1] "https://api.github.com/users/jtleek/followers"
##
## [[3]][[30]]$owner$following_url
## [1] "https://api.github.com/users/jtleek/following{/other_user}"
##
## [[3]][[30]]$owner$gists_url
## [1] "https://api.github.com/users/jtleek/gists{/gist_id}"
##
## [[3]][[30]]$owner$starred_url
## [1] "https://api.github.com/users/jtleek/starred{/owner}{/repo}"
##
## [[3]][[30]]$owner$subscriptions_url
## [1] "https://api.github.com/users/jtleek/subscriptions"
##
## [[3]][[30]]$owner$organizations_url
## [1] "https://api.github.com/users/jtleek/orgs"
##
## [[3]][[30]]$owner$repos_url
## [1] "https://api.github.com/users/jtleek/repos"
##
## [[3]][[30]]$owner$events_url
## [1] "https://api.github.com/users/jtleek/events{/privacy}"
##
## [[3]][[30]]$owner$received_events_url
## [1] "https://api.github.com/users/jtleek/received_events"
##
## [[3]][[30]]$owner$type
## [1] "User"
##
## [[3]][[30]]$owner$site_admin
## [1] FALSE
##
##
## [[3]][[30]]$private
## [1] FALSE
##
## [[3]][[30]]$html_url
## [1] "https://github.com/jtleek/jtleek.github.io"
##
## [[3]][[30]]$description
## [1] "Website"
##
## [[3]][[30]]$fork
## [1] FALSE
##
## [[3]][[30]]$url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io"
##
## [[3]][[30]]$forks_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/forks"
##
## [[3]][[30]]$keys_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/keys{/key_id}"
##
## [[3]][[30]]$collaborators_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/collaborators{/collaborator}"
##
## [[3]][[30]]$teams_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/teams"
##
## [[3]][[30]]$hooks_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/hooks"
##
## [[3]][[30]]$issue_events_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/issues/events{/number}"
##
## [[3]][[30]]$events_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/events"
##
## [[3]][[30]]$assignees_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/assignees{/user}"
##
## [[3]][[30]]$branches_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/branches{/branch}"
##
## [[3]][[30]]$tags_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/tags"
##
## [[3]][[30]]$blobs_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/git/blobs{/sha}"
##
## [[3]][[30]]$git_tags_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/git/tags{/sha}"
##
## [[3]][[30]]$git_refs_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/git/refs{/sha}"
##
## [[3]][[30]]$trees_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/git/trees{/sha}"
##
## [[3]][[30]]$statuses_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/statuses/{sha}"
##
## [[3]][[30]]$languages_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/languages"
##
## [[3]][[30]]$stargazers_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/stargazers"
##
## [[3]][[30]]$contributors_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/contributors"
##
## [[3]][[30]]$subscribers_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/subscribers"
##
## [[3]][[30]]$subscription_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/subscription"
##
## [[3]][[30]]$commits_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/commits{/sha}"
##
## [[3]][[30]]$git_commits_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/git/commits{/sha}"
##
## [[3]][[30]]$comments_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/comments{/number}"
##
## [[3]][[30]]$issue_comment_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/issues/comments{/number}"
##
## [[3]][[30]]$contents_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/contents/{+path}"
##
## [[3]][[30]]$compare_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/compare/{base}...{head}"
##
## [[3]][[30]]$merges_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/merges"
##
## [[3]][[30]]$archive_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/{archive_format}{/ref}"
##
## [[3]][[30]]$downloads_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/downloads"
##
## [[3]][[30]]$issues_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/issues{/number}"
##
## [[3]][[30]]$pulls_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/pulls{/number}"
##
## [[3]][[30]]$milestones_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/milestones{/number}"
##
## [[3]][[30]]$notifications_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/notifications{?since,all,participating}"
##
## [[3]][[30]]$labels_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/labels{/name}"
##
## [[3]][[30]]$releases_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/releases{/id}"
##
## [[3]][[30]]$deployments_url
## [1] "https://api.github.com/repos/jtleek/jtleek.github.io/deployments"
##
## [[3]][[30]]$created_at
## [1] "2014-04-25T04:14:45Z"
##
## [[3]][[30]]$updated_at
## [1] "2016-07-30T01:53:44Z"
##
## [[3]][[30]]$pushed_at
## [1] "2016-10-13T13:26:17Z"
##
## [[3]][[30]]$git_url
## [1] "git://github.com/jtleek/jtleek.github.io.git"
##
## [[3]][[30]]$ssh_url
## [1] "git@github.com:jtleek/jtleek.github.io.git"
##
## [[3]][[30]]$clone_url
## [1] "https://github.com/jtleek/jtleek.github.io.git"
##
## [[3]][[30]]$svn_url
## [1] "https://github.com/jtleek/jtleek.github.io"
##
## [[3]][[30]]$homepage
## NULL
##
## [[3]][[30]]$size
## [1] 6045
##
## [[3]][[30]]$stargazers_count
## [1] 11
##
## [[3]][[30]]$watchers_count
## [1] 11
##
## [[3]][[30]]$language
## [1] "HTML"
##
## [[3]][[30]]$has_issues
## [1] TRUE
##
## [[3]][[30]]$has_downloads
## [1] TRUE
##
## [[3]][[30]]$has_wiki
## [1] TRUE
##
## [[3]][[30]]$has_pages
## [1] TRUE
##
## [[3]][[30]]$forks_count
## [1] 50
##
## [[3]][[30]]$mirror_url
## NULL
##
## [[3]][[30]]$open_issues_count
## [1] 0
##
## [[3]][[30]]$forks
## [1] 50
##
## [[3]][[30]]$open_issues
## [1] 0
##
## [[3]][[30]]$watchers
## [1] 11
##
## [[3]][[30]]$default_branch
## [1] "master"
##
##
##
## [[4]]
## [[4]][[1]]
## [[4]][[1]]$id
## [1] 56019902
##
## [[4]][[1]]$name
## [1] "2016-14"
##
## [[4]][[1]]$full_name
## [1] "juliasilge/2016-14"
##
## [[4]][[1]]$owner
## [[4]][[1]]$owner$login
## [1] "juliasilge"
##
## [[4]][[1]]$owner$id
## [1] 12505835
##
## [[4]][[1]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[1]]$owner$gravatar_id
## [1] ""
##
## [[4]][[1]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[1]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[1]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[1]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[1]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[1]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[1]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[1]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[1]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[1]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[1]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[1]]$owner$type
## [1] "User"
##
## [[4]][[1]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[1]]$private
## [1] FALSE
##
## [[4]][[1]]$html_url
## [1] "https://github.com/juliasilge/2016-14"
##
## [[4]][[1]]$description
## [1] "Week 14 of 2016"
##
## [[4]][[1]]$fork
## [1] TRUE
##
## [[4]][[1]]$url
## [1] "https://api.github.com/repos/juliasilge/2016-14"
##
## [[4]][[1]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/forks"
##
## [[4]][[1]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/keys{/key_id}"
##
## [[4]][[1]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/collaborators{/collaborator}"
##
## [[4]][[1]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/teams"
##
## [[4]][[1]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/hooks"
##
## [[4]][[1]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/issues/events{/number}"
##
## [[4]][[1]]$events_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/events"
##
## [[4]][[1]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/assignees{/user}"
##
## [[4]][[1]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/branches{/branch}"
##
## [[4]][[1]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/tags"
##
## [[4]][[1]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/git/blobs{/sha}"
##
## [[4]][[1]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/git/tags{/sha}"
##
## [[4]][[1]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/git/refs{/sha}"
##
## [[4]][[1]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/git/trees{/sha}"
##
## [[4]][[1]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/statuses/{sha}"
##
## [[4]][[1]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/languages"
##
## [[4]][[1]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/stargazers"
##
## [[4]][[1]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/contributors"
##
## [[4]][[1]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/subscribers"
##
## [[4]][[1]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/subscription"
##
## [[4]][[1]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/commits{/sha}"
##
## [[4]][[1]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/git/commits{/sha}"
##
## [[4]][[1]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/comments{/number}"
##
## [[4]][[1]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/issues/comments{/number}"
##
## [[4]][[1]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/contents/{+path}"
##
## [[4]][[1]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/compare/{base}...{head}"
##
## [[4]][[1]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/merges"
##
## [[4]][[1]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/{archive_format}{/ref}"
##
## [[4]][[1]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/downloads"
##
## [[4]][[1]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/issues{/number}"
##
## [[4]][[1]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/pulls{/number}"
##
## [[4]][[1]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/milestones{/number}"
##
## [[4]][[1]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/notifications{?since,all,participating}"
##
## [[4]][[1]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/labels{/name}"
##
## [[4]][[1]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/releases{/id}"
##
## [[4]][[1]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/2016-14/deployments"
##
## [[4]][[1]]$created_at
## [1] "2016-04-12T01:13:09Z"
##
## [[4]][[1]]$updated_at
## [1] "2016-04-12T17:07:48Z"
##
## [[4]][[1]]$pushed_at
## [1] "2016-04-12T17:07:47Z"
##
## [[4]][[1]]$git_url
## [1] "git://github.com/juliasilge/2016-14.git"
##
## [[4]][[1]]$ssh_url
## [1] "git@github.com:juliasilge/2016-14.git"
##
## [[4]][[1]]$clone_url
## [1] "https://github.com/juliasilge/2016-14.git"
##
## [[4]][[1]]$svn_url
## [1] "https://github.com/juliasilge/2016-14"
##
## [[4]][[1]]$homepage
## NULL
##
## [[4]][[1]]$size
## [1] 1127
##
## [[4]][[1]]$stargazers_count
## [1] 0
##
## [[4]][[1]]$watchers_count
## [1] 0
##
## [[4]][[1]]$language
## [1] "HTML"
##
## [[4]][[1]]$has_issues
## [1] FALSE
##
## [[4]][[1]]$has_downloads
## [1] TRUE
##
## [[4]][[1]]$has_wiki
## [1] TRUE
##
## [[4]][[1]]$has_pages
## [1] FALSE
##
## [[4]][[1]]$forks_count
## [1] 0
##
## [[4]][[1]]$mirror_url
## NULL
##
## [[4]][[1]]$open_issues_count
## [1] 0
##
## [[4]][[1]]$forks
## [1] 0
##
## [[4]][[1]]$open_issues
## [1] 0
##
## [[4]][[1]]$watchers
## [1] 0
##
## [[4]][[1]]$default_branch
## [1] "master"
##
##
## [[4]][[2]]
## [[4]][[2]]$id
## [1] 50363731
##
## [[4]][[2]]$name
## [1] "choroplethrCaCensusTract"
##
## [[4]][[2]]$full_name
## [1] "juliasilge/choroplethrCaCensusTract"
##
## [[4]][[2]]$owner
## [[4]][[2]]$owner$login
## [1] "juliasilge"
##
## [[4]][[2]]$owner$id
## [1] 12505835
##
## [[4]][[2]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[2]]$owner$gravatar_id
## [1] ""
##
## [[4]][[2]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[2]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[2]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[2]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[2]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[2]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[2]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[2]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[2]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[2]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[2]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[2]]$owner$type
## [1] "User"
##
## [[4]][[2]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[2]]$private
## [1] FALSE
##
## [[4]][[2]]$html_url
## [1] "https://github.com/juliasilge/choroplethrCaCensusTract"
##
## [[4]][[2]]$description
## [1] "Shapefile, metadata and visualization functions for US Census Tracts in California"
##
## [[4]][[2]]$fork
## [1] TRUE
##
## [[4]][[2]]$url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract"
##
## [[4]][[2]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/forks"
##
## [[4]][[2]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/keys{/key_id}"
##
## [[4]][[2]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/collaborators{/collaborator}"
##
## [[4]][[2]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/teams"
##
## [[4]][[2]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/hooks"
##
## [[4]][[2]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/issues/events{/number}"
##
## [[4]][[2]]$events_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/events"
##
## [[4]][[2]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/assignees{/user}"
##
## [[4]][[2]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/branches{/branch}"
##
## [[4]][[2]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/tags"
##
## [[4]][[2]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/git/blobs{/sha}"
##
## [[4]][[2]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/git/tags{/sha}"
##
## [[4]][[2]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/git/refs{/sha}"
##
## [[4]][[2]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/git/trees{/sha}"
##
## [[4]][[2]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/statuses/{sha}"
##
## [[4]][[2]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/languages"
##
## [[4]][[2]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/stargazers"
##
## [[4]][[2]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/contributors"
##
## [[4]][[2]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/subscribers"
##
## [[4]][[2]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/subscription"
##
## [[4]][[2]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/commits{/sha}"
##
## [[4]][[2]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/git/commits{/sha}"
##
## [[4]][[2]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/comments{/number}"
##
## [[4]][[2]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/issues/comments{/number}"
##
## [[4]][[2]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/contents/{+path}"
##
## [[4]][[2]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/compare/{base}...{head}"
##
## [[4]][[2]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/merges"
##
## [[4]][[2]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/{archive_format}{/ref}"
##
## [[4]][[2]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/downloads"
##
## [[4]][[2]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/issues{/number}"
##
## [[4]][[2]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/pulls{/number}"
##
## [[4]][[2]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/milestones{/number}"
##
## [[4]][[2]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/notifications{?since,all,participating}"
##
## [[4]][[2]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/labels{/name}"
##
## [[4]][[2]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/releases{/id}"
##
## [[4]][[2]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrCaCensusTract/deployments"
##
## [[4]][[2]]$created_at
## [1] "2016-01-25T16:23:00Z"
##
## [[4]][[2]]$updated_at
## [1] "2016-01-25T16:23:01Z"
##
## [[4]][[2]]$pushed_at
## [1] "2015-11-28T01:06:13Z"
##
## [[4]][[2]]$git_url
## [1] "git://github.com/juliasilge/choroplethrCaCensusTract.git"
##
## [[4]][[2]]$ssh_url
## [1] "git@github.com:juliasilge/choroplethrCaCensusTract.git"
##
## [[4]][[2]]$clone_url
## [1] "https://github.com/juliasilge/choroplethrCaCensusTract.git"
##
## [[4]][[2]]$svn_url
## [1] "https://github.com/juliasilge/choroplethrCaCensusTract"
##
## [[4]][[2]]$homepage
## NULL
##
## [[4]][[2]]$size
## [1] 8254
##
## [[4]][[2]]$stargazers_count
## [1] 0
##
## [[4]][[2]]$watchers_count
## [1] 0
##
## [[4]][[2]]$language
## [1] "R"
##
## [[4]][[2]]$has_issues
## [1] FALSE
##
## [[4]][[2]]$has_downloads
## [1] TRUE
##
## [[4]][[2]]$has_wiki
## [1] TRUE
##
## [[4]][[2]]$has_pages
## [1] FALSE
##
## [[4]][[2]]$forks_count
## [1] 0
##
## [[4]][[2]]$mirror_url
## NULL
##
## [[4]][[2]]$open_issues_count
## [1] 0
##
## [[4]][[2]]$forks
## [1] 0
##
## [[4]][[2]]$open_issues
## [1] 0
##
## [[4]][[2]]$watchers
## [1] 0
##
## [[4]][[2]]$default_branch
## [1] "master"
##
##
## [[4]][[3]]
## [[4]][[3]]$id
## [1] 50631926
##
## [[4]][[3]]$name
## [1] "choroplethrUTCensusTract"
##
## [[4]][[3]]$full_name
## [1] "juliasilge/choroplethrUTCensusTract"
##
## [[4]][[3]]$owner
## [[4]][[3]]$owner$login
## [1] "juliasilge"
##
## [[4]][[3]]$owner$id
## [1] 12505835
##
## [[4]][[3]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[3]]$owner$gravatar_id
## [1] ""
##
## [[4]][[3]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[3]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[3]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[3]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[3]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[3]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[3]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[3]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[3]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[3]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[3]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[3]]$owner$type
## [1] "User"
##
## [[4]][[3]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[3]]$private
## [1] FALSE
##
## [[4]][[3]]$html_url
## [1] "https://github.com/juliasilge/choroplethrUTCensusTract"
##
## [[4]][[3]]$description
## [1] "Shapefile, Metadata, and Visualization Functions for US Census Tracts in Utah :sunrise_over_mountains:"
##
## [[4]][[3]]$fork
## [1] FALSE
##
## [[4]][[3]]$url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract"
##
## [[4]][[3]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/forks"
##
## [[4]][[3]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/keys{/key_id}"
##
## [[4]][[3]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/collaborators{/collaborator}"
##
## [[4]][[3]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/teams"
##
## [[4]][[3]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/hooks"
##
## [[4]][[3]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/issues/events{/number}"
##
## [[4]][[3]]$events_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/events"
##
## [[4]][[3]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/assignees{/user}"
##
## [[4]][[3]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/branches{/branch}"
##
## [[4]][[3]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/tags"
##
## [[4]][[3]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/git/blobs{/sha}"
##
## [[4]][[3]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/git/tags{/sha}"
##
## [[4]][[3]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/git/refs{/sha}"
##
## [[4]][[3]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/git/trees{/sha}"
##
## [[4]][[3]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/statuses/{sha}"
##
## [[4]][[3]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/languages"
##
## [[4]][[3]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/stargazers"
##
## [[4]][[3]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/contributors"
##
## [[4]][[3]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/subscribers"
##
## [[4]][[3]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/subscription"
##
## [[4]][[3]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/commits{/sha}"
##
## [[4]][[3]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/git/commits{/sha}"
##
## [[4]][[3]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/comments{/number}"
##
## [[4]][[3]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/issues/comments{/number}"
##
## [[4]][[3]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/contents/{+path}"
##
## [[4]][[3]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/compare/{base}...{head}"
##
## [[4]][[3]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/merges"
##
## [[4]][[3]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/{archive_format}{/ref}"
##
## [[4]][[3]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/downloads"
##
## [[4]][[3]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/issues{/number}"
##
## [[4]][[3]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/pulls{/number}"
##
## [[4]][[3]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/milestones{/number}"
##
## [[4]][[3]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/notifications{?since,all,participating}"
##
## [[4]][[3]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/labels{/name}"
##
## [[4]][[3]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/releases{/id}"
##
## [[4]][[3]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/choroplethrUTCensusTract/deployments"
##
## [[4]][[3]]$created_at
## [1] "2016-01-29T02:40:38Z"
##
## [[4]][[3]]$updated_at
## [1] "2016-07-29T21:41:43Z"
##
## [[4]][[3]]$pushed_at
## [1] "2016-02-17T19:47:16Z"
##
## [[4]][[3]]$git_url
## [1] "git://github.com/juliasilge/choroplethrUTCensusTract.git"
##
## [[4]][[3]]$ssh_url
## [1] "git@github.com:juliasilge/choroplethrUTCensusTract.git"
##
## [[4]][[3]]$clone_url
## [1] "https://github.com/juliasilge/choroplethrUTCensusTract.git"
##
## [[4]][[3]]$svn_url
## [1] "https://github.com/juliasilge/choroplethrUTCensusTract"
##
## [[4]][[3]]$homepage
## [1] ""
##
## [[4]][[3]]$size
## [1] 972
##
## [[4]][[3]]$stargazers_count
## [1] 2
##
## [[4]][[3]]$watchers_count
## [1] 2
##
## [[4]][[3]]$language
## [1] "R"
##
## [[4]][[3]]$has_issues
## [1] TRUE
##
## [[4]][[3]]$has_downloads
## [1] TRUE
##
## [[4]][[3]]$has_wiki
## [1] TRUE
##
## [[4]][[3]]$has_pages
## [1] FALSE
##
## [[4]][[3]]$forks_count
## [1] 1
##
## [[4]][[3]]$mirror_url
## NULL
##
## [[4]][[3]]$open_issues_count
## [1] 0
##
## [[4]][[3]]$forks
## [1] 1
##
## [[4]][[3]]$open_issues
## [1] 0
##
## [[4]][[3]]$watchers
## [1] 2
##
## [[4]][[3]]$default_branch
## [1] "master"
##
##
## [[4]][[4]]
## [[4]][[4]]$id
## [1] 47999571
##
## [[4]][[4]]$name
## [1] "CountyHealthApp"
##
## [[4]][[4]]$full_name
## [1] "juliasilge/CountyHealthApp"
##
## [[4]][[4]]$owner
## [[4]][[4]]$owner$login
## [1] "juliasilge"
##
## [[4]][[4]]$owner$id
## [1] 12505835
##
## [[4]][[4]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[4]]$owner$gravatar_id
## [1] ""
##
## [[4]][[4]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[4]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[4]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[4]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[4]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[4]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[4]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[4]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[4]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[4]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[4]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[4]]$owner$type
## [1] "User"
##
## [[4]][[4]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[4]]$private
## [1] FALSE
##
## [[4]][[4]]$html_url
## [1] "https://github.com/juliasilge/CountyHealthApp"
##
## [[4]][[4]]$description
## [1] "Shiny App exploring health indicators in Utah counties"
##
## [[4]][[4]]$fork
## [1] FALSE
##
## [[4]][[4]]$url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp"
##
## [[4]][[4]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/forks"
##
## [[4]][[4]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/keys{/key_id}"
##
## [[4]][[4]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/collaborators{/collaborator}"
##
## [[4]][[4]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/teams"
##
## [[4]][[4]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/hooks"
##
## [[4]][[4]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/issues/events{/number}"
##
## [[4]][[4]]$events_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/events"
##
## [[4]][[4]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/assignees{/user}"
##
## [[4]][[4]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/branches{/branch}"
##
## [[4]][[4]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/tags"
##
## [[4]][[4]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/git/blobs{/sha}"
##
## [[4]][[4]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/git/tags{/sha}"
##
## [[4]][[4]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/git/refs{/sha}"
##
## [[4]][[4]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/git/trees{/sha}"
##
## [[4]][[4]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/statuses/{sha}"
##
## [[4]][[4]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/languages"
##
## [[4]][[4]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/stargazers"
##
## [[4]][[4]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/contributors"
##
## [[4]][[4]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/subscribers"
##
## [[4]][[4]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/subscription"
##
## [[4]][[4]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/commits{/sha}"
##
## [[4]][[4]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/git/commits{/sha}"
##
## [[4]][[4]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/comments{/number}"
##
## [[4]][[4]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/issues/comments{/number}"
##
## [[4]][[4]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/contents/{+path}"
##
## [[4]][[4]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/compare/{base}...{head}"
##
## [[4]][[4]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/merges"
##
## [[4]][[4]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/{archive_format}{/ref}"
##
## [[4]][[4]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/downloads"
##
## [[4]][[4]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/issues{/number}"
##
## [[4]][[4]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/pulls{/number}"
##
## [[4]][[4]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/milestones{/number}"
##
## [[4]][[4]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/notifications{?since,all,participating}"
##
## [[4]][[4]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/labels{/name}"
##
## [[4]][[4]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/releases{/id}"
##
## [[4]][[4]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/CountyHealthApp/deployments"
##
## [[4]][[4]]$created_at
## [1] "2015-12-14T20:31:27Z"
##
## [[4]][[4]]$updated_at
## [1] "2015-12-14T20:35:27Z"
##
## [[4]][[4]]$pushed_at
## [1] "2015-12-15T02:14:37Z"
##
## [[4]][[4]]$git_url
## [1] "git://github.com/juliasilge/CountyHealthApp.git"
##
## [[4]][[4]]$ssh_url
## [1] "git@github.com:juliasilge/CountyHealthApp.git"
##
## [[4]][[4]]$clone_url
## [1] "https://github.com/juliasilge/CountyHealthApp.git"
##
## [[4]][[4]]$svn_url
## [1] "https://github.com/juliasilge/CountyHealthApp"
##
## [[4]][[4]]$homepage
## NULL
##
## [[4]][[4]]$size
## [1] 4
##
## [[4]][[4]]$stargazers_count
## [1] 0
##
## [[4]][[4]]$watchers_count
## [1] 0
##
## [[4]][[4]]$language
## [1] "R"
##
## [[4]][[4]]$has_issues
## [1] TRUE
##
## [[4]][[4]]$has_downloads
## [1] TRUE
##
## [[4]][[4]]$has_wiki
## [1] TRUE
##
## [[4]][[4]]$has_pages
## [1] FALSE
##
## [[4]][[4]]$forks_count
## [1] 0
##
## [[4]][[4]]$mirror_url
## NULL
##
## [[4]][[4]]$open_issues_count
## [1] 0
##
## [[4]][[4]]$forks
## [1] 0
##
## [[4]][[4]]$open_issues
## [1] 0
##
## [[4]][[4]]$watchers
## [1] 0
##
## [[4]][[4]]$default_branch
## [1] "master"
##
##
## [[4]][[5]]
## [[4]][[5]]$id
## [1] 62814408
##
## [[4]][[5]]$name
## [1] "data-police-shootings"
##
## [[4]][[5]]$full_name
## [1] "juliasilge/data-police-shootings"
##
## [[4]][[5]]$owner
## [[4]][[5]]$owner$login
## [1] "juliasilge"
##
## [[4]][[5]]$owner$id
## [1] 12505835
##
## [[4]][[5]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[5]]$owner$gravatar_id
## [1] ""
##
## [[4]][[5]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[5]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[5]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[5]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[5]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[5]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[5]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[5]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[5]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[5]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[5]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[5]]$owner$type
## [1] "User"
##
## [[4]][[5]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[5]]$private
## [1] FALSE
##
## [[4]][[5]]$html_url
## [1] "https://github.com/juliasilge/data-police-shootings"
##
## [[4]][[5]]$description
## [1] "The Washington Post is compiling a database of every fatal shooting in the United States by a police officer in the line of duty in 2015 and 2016."
##
## [[4]][[5]]$fork
## [1] TRUE
##
## [[4]][[5]]$url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings"
##
## [[4]][[5]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/forks"
##
## [[4]][[5]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/keys{/key_id}"
##
## [[4]][[5]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/collaborators{/collaborator}"
##
## [[4]][[5]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/teams"
##
## [[4]][[5]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/hooks"
##
## [[4]][[5]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/issues/events{/number}"
##
## [[4]][[5]]$events_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/events"
##
## [[4]][[5]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/assignees{/user}"
##
## [[4]][[5]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/branches{/branch}"
##
## [[4]][[5]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/tags"
##
## [[4]][[5]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/git/blobs{/sha}"
##
## [[4]][[5]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/git/tags{/sha}"
##
## [[4]][[5]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/git/refs{/sha}"
##
## [[4]][[5]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/git/trees{/sha}"
##
## [[4]][[5]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/statuses/{sha}"
##
## [[4]][[5]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/languages"
##
## [[4]][[5]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/stargazers"
##
## [[4]][[5]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/contributors"
##
## [[4]][[5]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/subscribers"
##
## [[4]][[5]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/subscription"
##
## [[4]][[5]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/commits{/sha}"
##
## [[4]][[5]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/git/commits{/sha}"
##
## [[4]][[5]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/comments{/number}"
##
## [[4]][[5]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/issues/comments{/number}"
##
## [[4]][[5]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/contents/{+path}"
##
## [[4]][[5]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/compare/{base}...{head}"
##
## [[4]][[5]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/merges"
##
## [[4]][[5]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/{archive_format}{/ref}"
##
## [[4]][[5]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/downloads"
##
## [[4]][[5]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/issues{/number}"
##
## [[4]][[5]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/pulls{/number}"
##
## [[4]][[5]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/milestones{/number}"
##
## [[4]][[5]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/notifications{?since,all,participating}"
##
## [[4]][[5]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/labels{/name}"
##
## [[4]][[5]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/releases{/id}"
##
## [[4]][[5]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/data-police-shootings/deployments"
##
## [[4]][[5]]$created_at
## [1] "2016-07-07T14:44:23Z"
##
## [[4]][[5]]$updated_at
## [1] "2016-07-07T14:31:54Z"
##
## [[4]][[5]]$pushed_at
## [1] "2016-07-07T14:06:39Z"
##
## [[4]][[5]]$git_url
## [1] "git://github.com/juliasilge/data-police-shootings.git"
##
## [[4]][[5]]$ssh_url
## [1] "git@github.com:juliasilge/data-police-shootings.git"
##
## [[4]][[5]]$clone_url
## [1] "https://github.com/juliasilge/data-police-shootings.git"
##
## [[4]][[5]]$svn_url
## [1] "https://github.com/juliasilge/data-police-shootings"
##
## [[4]][[5]]$homepage
## [1] ""
##
## [[4]][[5]]$size
## [1] 672
##
## [[4]][[5]]$stargazers_count
## [1] 0
##
## [[4]][[5]]$watchers_count
## [1] 0
##
## [[4]][[5]]$language
## NULL
##
## [[4]][[5]]$has_issues
## [1] FALSE
##
## [[4]][[5]]$has_downloads
## [1] TRUE
##
## [[4]][[5]]$has_wiki
## [1] TRUE
##
## [[4]][[5]]$has_pages
## [1] FALSE
##
## [[4]][[5]]$forks_count
## [1] 0
##
## [[4]][[5]]$mirror_url
## NULL
##
## [[4]][[5]]$open_issues_count
## [1] 0
##
## [[4]][[5]]$forks
## [1] 0
##
## [[4]][[5]]$open_issues
## [1] 0
##
## [[4]][[5]]$watchers
## [1] 0
##
## [[4]][[5]]$default_branch
## [1] "master"
##
##
## [[4]][[6]]
## [[4]][[6]]$id
## [1] 40152050
##
## [[4]][[6]]$name
## [1] "ExData_Plotting1"
##
## [[4]][[6]]$full_name
## [1] "juliasilge/ExData_Plotting1"
##
## [[4]][[6]]$owner
## [[4]][[6]]$owner$login
## [1] "juliasilge"
##
## [[4]][[6]]$owner$id
## [1] 12505835
##
## [[4]][[6]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[6]]$owner$gravatar_id
## [1] ""
##
## [[4]][[6]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[6]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[6]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[6]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[6]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[6]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[6]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[6]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[6]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[6]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[6]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[6]]$owner$type
## [1] "User"
##
## [[4]][[6]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[6]]$private
## [1] FALSE
##
## [[4]][[6]]$html_url
## [1] "https://github.com/juliasilge/ExData_Plotting1"
##
## [[4]][[6]]$description
## [1] "Plotting Assignment 1 for Exploratory Data Analysis"
##
## [[4]][[6]]$fork
## [1] TRUE
##
## [[4]][[6]]$url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1"
##
## [[4]][[6]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/forks"
##
## [[4]][[6]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/keys{/key_id}"
##
## [[4]][[6]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/collaborators{/collaborator}"
##
## [[4]][[6]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/teams"
##
## [[4]][[6]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/hooks"
##
## [[4]][[6]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/issues/events{/number}"
##
## [[4]][[6]]$events_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/events"
##
## [[4]][[6]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/assignees{/user}"
##
## [[4]][[6]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/branches{/branch}"
##
## [[4]][[6]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/tags"
##
## [[4]][[6]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/git/blobs{/sha}"
##
## [[4]][[6]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/git/tags{/sha}"
##
## [[4]][[6]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/git/refs{/sha}"
##
## [[4]][[6]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/git/trees{/sha}"
##
## [[4]][[6]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/statuses/{sha}"
##
## [[4]][[6]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/languages"
##
## [[4]][[6]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/stargazers"
##
## [[4]][[6]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/contributors"
##
## [[4]][[6]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/subscribers"
##
## [[4]][[6]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/subscription"
##
## [[4]][[6]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/commits{/sha}"
##
## [[4]][[6]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/git/commits{/sha}"
##
## [[4]][[6]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/comments{/number}"
##
## [[4]][[6]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/issues/comments{/number}"
##
## [[4]][[6]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/contents/{+path}"
##
## [[4]][[6]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/compare/{base}...{head}"
##
## [[4]][[6]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/merges"
##
## [[4]][[6]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/{archive_format}{/ref}"
##
## [[4]][[6]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/downloads"
##
## [[4]][[6]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/issues{/number}"
##
## [[4]][[6]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/pulls{/number}"
##
## [[4]][[6]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/milestones{/number}"
##
## [[4]][[6]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/notifications{?since,all,participating}"
##
## [[4]][[6]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/labels{/name}"
##
## [[4]][[6]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/releases{/id}"
##
## [[4]][[6]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/ExData_Plotting1/deployments"
##
## [[4]][[6]]$created_at
## [1] "2015-08-03T23:01:46Z"
##
## [[4]][[6]]$updated_at
## [1] "2015-08-04T22:10:56Z"
##
## [[4]][[6]]$pushed_at
## [1] "2015-08-04T22:10:55Z"
##
## [[4]][[6]]$git_url
## [1] "git://github.com/juliasilge/ExData_Plotting1.git"
##
## [[4]][[6]]$ssh_url
## [1] "git@github.com:juliasilge/ExData_Plotting1.git"
##
## [[4]][[6]]$clone_url
## [1] "https://github.com/juliasilge/ExData_Plotting1.git"
##
## [[4]][[6]]$svn_url
## [1] "https://github.com/juliasilge/ExData_Plotting1"
##
## [[4]][[6]]$homepage
## NULL
##
## [[4]][[6]]$size
## [1] 332
##
## [[4]][[6]]$stargazers_count
## [1] 0
##
## [[4]][[6]]$watchers_count
## [1] 0
##
## [[4]][[6]]$language
## [1] "R"
##
## [[4]][[6]]$has_issues
## [1] FALSE
##
## [[4]][[6]]$has_downloads
## [1] TRUE
##
## [[4]][[6]]$has_wiki
## [1] TRUE
##
## [[4]][[6]]$has_pages
## [1] FALSE
##
## [[4]][[6]]$forks_count
## [1] 0
##
## [[4]][[6]]$mirror_url
## NULL
##
## [[4]][[6]]$open_issues_count
## [1] 0
##
## [[4]][[6]]$forks
## [1] 0
##
## [[4]][[6]]$open_issues
## [1] 0
##
## [[4]][[6]]$watchers
## [1] 0
##
## [[4]][[6]]$default_branch
## [1] "master"
##
##
## [[4]][[7]]
## [[4]][[7]]$id
## [1] 66172034
##
## [[4]][[7]]$name
## [1] "fall2016competition"
##
## [[4]][[7]]$full_name
## [1] "juliasilge/fall2016competition"
##
## [[4]][[7]]$owner
## [[4]][[7]]$owner$login
## [1] "juliasilge"
##
## [[4]][[7]]$owner$id
## [1] 12505835
##
## [[4]][[7]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[7]]$owner$gravatar_id
## [1] ""
##
## [[4]][[7]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[7]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[7]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[7]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[7]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[7]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[7]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[7]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[7]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[7]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[7]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[7]]$owner$type
## [1] "User"
##
## [[4]][[7]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[7]]$private
## [1] FALSE
##
## [[4]][[7]]$html_url
## [1] "https://github.com/juliasilge/fall2016competition"
##
## [[4]][[7]]$description
## [1] "Materials for Utah Geek Events Fall 2016 College Scorecard Competition"
##
## [[4]][[7]]$fork
## [1] FALSE
##
## [[4]][[7]]$url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition"
##
## [[4]][[7]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/forks"
##
## [[4]][[7]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/keys{/key_id}"
##
## [[4]][[7]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/collaborators{/collaborator}"
##
## [[4]][[7]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/teams"
##
## [[4]][[7]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/hooks"
##
## [[4]][[7]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/issues/events{/number}"
##
## [[4]][[7]]$events_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/events"
##
## [[4]][[7]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/assignees{/user}"
##
## [[4]][[7]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/branches{/branch}"
##
## [[4]][[7]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/tags"
##
## [[4]][[7]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/git/blobs{/sha}"
##
## [[4]][[7]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/git/tags{/sha}"
##
## [[4]][[7]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/git/refs{/sha}"
##
## [[4]][[7]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/git/trees{/sha}"
##
## [[4]][[7]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/statuses/{sha}"
##
## [[4]][[7]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/languages"
##
## [[4]][[7]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/stargazers"
##
## [[4]][[7]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/contributors"
##
## [[4]][[7]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/subscribers"
##
## [[4]][[7]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/subscription"
##
## [[4]][[7]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/commits{/sha}"
##
## [[4]][[7]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/git/commits{/sha}"
##
## [[4]][[7]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/comments{/number}"
##
## [[4]][[7]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/issues/comments{/number}"
##
## [[4]][[7]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/contents/{+path}"
##
## [[4]][[7]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/compare/{base}...{head}"
##
## [[4]][[7]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/merges"
##
## [[4]][[7]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/{archive_format}{/ref}"
##
## [[4]][[7]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/downloads"
##
## [[4]][[7]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/issues{/number}"
##
## [[4]][[7]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/pulls{/number}"
##
## [[4]][[7]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/milestones{/number}"
##
## [[4]][[7]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/notifications{?since,all,participating}"
##
## [[4]][[7]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/labels{/name}"
##
## [[4]][[7]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/releases{/id}"
##
## [[4]][[7]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/fall2016competition/deployments"
##
## [[4]][[7]]$created_at
## [1] "2016-08-20T23:11:26Z"
##
## [[4]][[7]]$updated_at
## [1] "2016-10-22T20:23:48Z"
##
## [[4]][[7]]$pushed_at
## [1] "2016-10-22T20:23:47Z"
##
## [[4]][[7]]$git_url
## [1] "git://github.com/juliasilge/fall2016competition.git"
##
## [[4]][[7]]$ssh_url
## [1] "git@github.com:juliasilge/fall2016competition.git"
##
## [[4]][[7]]$clone_url
## [1] "https://github.com/juliasilge/fall2016competition.git"
##
## [[4]][[7]]$svn_url
## [1] "https://github.com/juliasilge/fall2016competition"
##
## [[4]][[7]]$homepage
## NULL
##
## [[4]][[7]]$size
## [1] 24070
##
## [[4]][[7]]$stargazers_count
## [1] 0
##
## [[4]][[7]]$watchers_count
## [1] 0
##
## [[4]][[7]]$language
## [1] "Jupyter Notebook"
##
## [[4]][[7]]$has_issues
## [1] TRUE
##
## [[4]][[7]]$has_downloads
## [1] TRUE
##
## [[4]][[7]]$has_wiki
## [1] TRUE
##
## [[4]][[7]]$has_pages
## [1] FALSE
##
## [[4]][[7]]$forks_count
## [1] 0
##
## [[4]][[7]]$mirror_url
## NULL
##
## [[4]][[7]]$open_issues_count
## [1] 0
##
## [[4]][[7]]$forks
## [1] 0
##
## [[4]][[7]]$open_issues
## [1] 0
##
## [[4]][[7]]$watchers
## [1] 0
##
## [[4]][[7]]$default_branch
## [1] "master"
##
##
## [[4]][[8]]
## [[4]][[8]]$id
## [1] 69769188
##
## [[4]][[8]]$name
## [1] "ggthemes"
##
## [[4]][[8]]$full_name
## [1] "juliasilge/ggthemes"
##
## [[4]][[8]]$owner
## [[4]][[8]]$owner$login
## [1] "juliasilge"
##
## [[4]][[8]]$owner$id
## [1] 12505835
##
## [[4]][[8]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[8]]$owner$gravatar_id
## [1] ""
##
## [[4]][[8]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[8]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[8]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[8]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[8]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[8]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[8]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[8]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[8]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[8]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[8]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[8]]$owner$type
## [1] "User"
##
## [[4]][[8]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[8]]$private
## [1] FALSE
##
## [[4]][[8]]$html_url
## [1] "https://github.com/juliasilge/ggthemes"
##
## [[4]][[8]]$description
## [1] "ggplot themes and scales"
##
## [[4]][[8]]$fork
## [1] TRUE
##
## [[4]][[8]]$url
## [1] "https://api.github.com/repos/juliasilge/ggthemes"
##
## [[4]][[8]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/forks"
##
## [[4]][[8]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/keys{/key_id}"
##
## [[4]][[8]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/collaborators{/collaborator}"
##
## [[4]][[8]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/teams"
##
## [[4]][[8]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/hooks"
##
## [[4]][[8]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/issues/events{/number}"
##
## [[4]][[8]]$events_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/events"
##
## [[4]][[8]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/assignees{/user}"
##
## [[4]][[8]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/branches{/branch}"
##
## [[4]][[8]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/tags"
##
## [[4]][[8]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/git/blobs{/sha}"
##
## [[4]][[8]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/git/tags{/sha}"
##
## [[4]][[8]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/git/refs{/sha}"
##
## [[4]][[8]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/git/trees{/sha}"
##
## [[4]][[8]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/statuses/{sha}"
##
## [[4]][[8]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/languages"
##
## [[4]][[8]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/stargazers"
##
## [[4]][[8]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/contributors"
##
## [[4]][[8]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/subscribers"
##
## [[4]][[8]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/subscription"
##
## [[4]][[8]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/commits{/sha}"
##
## [[4]][[8]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/git/commits{/sha}"
##
## [[4]][[8]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/comments{/number}"
##
## [[4]][[8]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/issues/comments{/number}"
##
## [[4]][[8]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/contents/{+path}"
##
## [[4]][[8]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/compare/{base}...{head}"
##
## [[4]][[8]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/merges"
##
## [[4]][[8]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/{archive_format}{/ref}"
##
## [[4]][[8]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/downloads"
##
## [[4]][[8]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/issues{/number}"
##
## [[4]][[8]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/pulls{/number}"
##
## [[4]][[8]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/milestones{/number}"
##
## [[4]][[8]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/notifications{?since,all,participating}"
##
## [[4]][[8]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/labels{/name}"
##
## [[4]][[8]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/releases{/id}"
##
## [[4]][[8]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/ggthemes/deployments"
##
## [[4]][[8]]$created_at
## [1] "2016-10-01T23:27:52Z"
##
## [[4]][[8]]$updated_at
## [1] "2016-10-01T23:27:53Z"
##
## [[4]][[8]]$pushed_at
## [1] "2016-10-01T23:28:44Z"
##
## [[4]][[8]]$git_url
## [1] "git://github.com/juliasilge/ggthemes.git"
##
## [[4]][[8]]$ssh_url
## [1] "git@github.com:juliasilge/ggthemes.git"
##
## [[4]][[8]]$clone_url
## [1] "https://github.com/juliasilge/ggthemes.git"
##
## [[4]][[8]]$svn_url
## [1] "https://github.com/juliasilge/ggthemes"
##
## [[4]][[8]]$homepage
## NULL
##
## [[4]][[8]]$size
## [1] 6878
##
## [[4]][[8]]$stargazers_count
## [1] 0
##
## [[4]][[8]]$watchers_count
## [1] 0
##
## [[4]][[8]]$language
## [1] "R"
##
## [[4]][[8]]$has_issues
## [1] FALSE
##
## [[4]][[8]]$has_downloads
## [1] TRUE
##
## [[4]][[8]]$has_wiki
## [1] TRUE
##
## [[4]][[8]]$has_pages
## [1] FALSE
##
## [[4]][[8]]$forks_count
## [1] 0
##
## [[4]][[8]]$mirror_url
## NULL
##
## [[4]][[8]]$open_issues_count
## [1] 0
##
## [[4]][[8]]$forks
## [1] 0
##
## [[4]][[8]]$open_issues
## [1] 0
##
## [[4]][[8]]$watchers
## [1] 0
##
## [[4]][[8]]$default_branch
## [1] "master"
##
##
## [[4]][[9]]
## [[4]][[9]]$id
## [1] 39162163
##
## [[4]][[9]]$name
## [1] "human_activity_smartphones"
##
## [[4]][[9]]$full_name
## [1] "juliasilge/human_activity_smartphones"
##
## [[4]][[9]]$owner
## [[4]][[9]]$owner$login
## [1] "juliasilge"
##
## [[4]][[9]]$owner$id
## [1] 12505835
##
## [[4]][[9]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[9]]$owner$gravatar_id
## [1] ""
##
## [[4]][[9]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[9]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[9]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[9]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[9]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[9]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[9]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[9]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[9]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[9]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[9]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[9]]$owner$type
## [1] "User"
##
## [[4]][[9]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[9]]$private
## [1] FALSE
##
## [[4]][[9]]$html_url
## [1] "https://github.com/juliasilge/human_activity_smartphones"
##
## [[4]][[9]]$description
## NULL
##
## [[4]][[9]]$fork
## [1] FALSE
##
## [[4]][[9]]$url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones"
##
## [[4]][[9]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/forks"
##
## [[4]][[9]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/keys{/key_id}"
##
## [[4]][[9]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/collaborators{/collaborator}"
##
## [[4]][[9]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/teams"
##
## [[4]][[9]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/hooks"
##
## [[4]][[9]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/issues/events{/number}"
##
## [[4]][[9]]$events_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/events"
##
## [[4]][[9]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/assignees{/user}"
##
## [[4]][[9]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/branches{/branch}"
##
## [[4]][[9]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/tags"
##
## [[4]][[9]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/git/blobs{/sha}"
##
## [[4]][[9]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/git/tags{/sha}"
##
## [[4]][[9]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/git/refs{/sha}"
##
## [[4]][[9]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/git/trees{/sha}"
##
## [[4]][[9]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/statuses/{sha}"
##
## [[4]][[9]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/languages"
##
## [[4]][[9]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/stargazers"
##
## [[4]][[9]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/contributors"
##
## [[4]][[9]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/subscribers"
##
## [[4]][[9]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/subscription"
##
## [[4]][[9]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/commits{/sha}"
##
## [[4]][[9]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/git/commits{/sha}"
##
## [[4]][[9]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/comments{/number}"
##
## [[4]][[9]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/issues/comments{/number}"
##
## [[4]][[9]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/contents/{+path}"
##
## [[4]][[9]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/compare/{base}...{head}"
##
## [[4]][[9]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/merges"
##
## [[4]][[9]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/{archive_format}{/ref}"
##
## [[4]][[9]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/downloads"
##
## [[4]][[9]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/issues{/number}"
##
## [[4]][[9]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/pulls{/number}"
##
## [[4]][[9]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/milestones{/number}"
##
## [[4]][[9]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/notifications{?since,all,participating}"
##
## [[4]][[9]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/labels{/name}"
##
## [[4]][[9]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/releases{/id}"
##
## [[4]][[9]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/human_activity_smartphones/deployments"
##
## [[4]][[9]]$created_at
## [1] "2015-07-15T21:27:39Z"
##
## [[4]][[9]]$updated_at
## [1] "2015-07-16T20:12:16Z"
##
## [[4]][[9]]$pushed_at
## [1] "2015-07-23T21:58:11Z"
##
## [[4]][[9]]$git_url
## [1] "git://github.com/juliasilge/human_activity_smartphones.git"
##
## [[4]][[9]]$ssh_url
## [1] "git@github.com:juliasilge/human_activity_smartphones.git"
##
## [[4]][[9]]$clone_url
## [1] "https://github.com/juliasilge/human_activity_smartphones.git"
##
## [[4]][[9]]$svn_url
## [1] "https://github.com/juliasilge/human_activity_smartphones"
##
## [[4]][[9]]$homepage
## NULL
##
## [[4]][[9]]$size
## [1] 156
##
## [[4]][[9]]$stargazers_count
## [1] 0
##
## [[4]][[9]]$watchers_count
## [1] 0
##
## [[4]][[9]]$language
## [1] "R"
##
## [[4]][[9]]$has_issues
## [1] TRUE
##
## [[4]][[9]]$has_downloads
## [1] TRUE
##
## [[4]][[9]]$has_wiki
## [1] TRUE
##
## [[4]][[9]]$has_pages
## [1] FALSE
##
## [[4]][[9]]$forks_count
## [1] 0
##
## [[4]][[9]]$mirror_url
## NULL
##
## [[4]][[9]]$open_issues_count
## [1] 0
##
## [[4]][[9]]$forks
## [1] 0
##
## [[4]][[9]]$open_issues
## [1] 0
##
## [[4]][[9]]$watchers
## [1] 0
##
## [[4]][[9]]$default_branch
## [1] "master"
##
##
## [[4]][[10]]
## [[4]][[10]]$id
## [1] 53640070
##
## [[4]][[10]]$name
## [1] "janeaustenr"
##
## [[4]][[10]]$full_name
## [1] "juliasilge/janeaustenr"
##
## [[4]][[10]]$owner
## [[4]][[10]]$owner$login
## [1] "juliasilge"
##
## [[4]][[10]]$owner$id
## [1] 12505835
##
## [[4]][[10]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[10]]$owner$gravatar_id
## [1] ""
##
## [[4]][[10]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[10]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[10]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[10]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[10]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[10]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[10]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[10]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[10]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[10]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[10]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[10]]$owner$type
## [1] "User"
##
## [[4]][[10]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[10]]$private
## [1] FALSE
##
## [[4]][[10]]$html_url
## [1] "https://github.com/juliasilge/janeaustenr"
##
## [[4]][[10]]$description
## [1] "An R Package for Jane Austen's Complete Novels :orange_book:"
##
## [[4]][[10]]$fork
## [1] FALSE
##
## [[4]][[10]]$url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr"
##
## [[4]][[10]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/forks"
##
## [[4]][[10]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/keys{/key_id}"
##
## [[4]][[10]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/collaborators{/collaborator}"
##
## [[4]][[10]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/teams"
##
## [[4]][[10]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/hooks"
##
## [[4]][[10]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/issues/events{/number}"
##
## [[4]][[10]]$events_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/events"
##
## [[4]][[10]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/assignees{/user}"
##
## [[4]][[10]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/branches{/branch}"
##
## [[4]][[10]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/tags"
##
## [[4]][[10]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/git/blobs{/sha}"
##
## [[4]][[10]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/git/tags{/sha}"
##
## [[4]][[10]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/git/refs{/sha}"
##
## [[4]][[10]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/git/trees{/sha}"
##
## [[4]][[10]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/statuses/{sha}"
##
## [[4]][[10]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/languages"
##
## [[4]][[10]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/stargazers"
##
## [[4]][[10]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/contributors"
##
## [[4]][[10]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/subscribers"
##
## [[4]][[10]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/subscription"
##
## [[4]][[10]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/commits{/sha}"
##
## [[4]][[10]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/git/commits{/sha}"
##
## [[4]][[10]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/comments{/number}"
##
## [[4]][[10]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/issues/comments{/number}"
##
## [[4]][[10]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/contents/{+path}"
##
## [[4]][[10]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/compare/{base}...{head}"
##
## [[4]][[10]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/merges"
##
## [[4]][[10]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/{archive_format}{/ref}"
##
## [[4]][[10]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/downloads"
##
## [[4]][[10]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/issues{/number}"
##
## [[4]][[10]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/pulls{/number}"
##
## [[4]][[10]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/milestones{/number}"
##
## [[4]][[10]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/notifications{?since,all,participating}"
##
## [[4]][[10]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/labels{/name}"
##
## [[4]][[10]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/releases{/id}"
##
## [[4]][[10]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/janeaustenr/deployments"
##
## [[4]][[10]]$created_at
## [1] "2016-03-11T04:41:58Z"
##
## [[4]][[10]]$updated_at
## [1] "2016-10-23T02:07:31Z"
##
## [[4]][[10]]$pushed_at
## [1] "2016-10-23T21:40:52Z"
##
## [[4]][[10]]$git_url
## [1] "git://github.com/juliasilge/janeaustenr.git"
##
## [[4]][[10]]$ssh_url
## [1] "git@github.com:juliasilge/janeaustenr.git"
##
## [[4]][[10]]$clone_url
## [1] "https://github.com/juliasilge/janeaustenr.git"
##
## [[4]][[10]]$svn_url
## [1] "https://github.com/juliasilge/janeaustenr"
##
## [[4]][[10]]$homepage
## [1] ""
##
## [[4]][[10]]$size
## [1] 3485
##
## [[4]][[10]]$stargazers_count
## [1] 33
##
## [[4]][[10]]$watchers_count
## [1] 33
##
## [[4]][[10]]$language
## [1] "R"
##
## [[4]][[10]]$has_issues
## [1] TRUE
##
## [[4]][[10]]$has_downloads
## [1] TRUE
##
## [[4]][[10]]$has_wiki
## [1] TRUE
##
## [[4]][[10]]$has_pages
## [1] FALSE
##
## [[4]][[10]]$forks_count
## [1] 5
##
## [[4]][[10]]$mirror_url
## NULL
##
## [[4]][[10]]$open_issues_count
## [1] 0
##
## [[4]][[10]]$forks
## [1] 5
##
## [[4]][[10]]$open_issues
## [1] 0
##
## [[4]][[10]]$watchers
## [1] 33
##
## [[4]][[10]]$default_branch
## [1] "master"
##
##
## [[4]][[11]]
## [[4]][[11]]$id
## [1] 67646487
##
## [[4]][[11]]$name
## [1] "juliasilge.github.io"
##
## [[4]][[11]]$full_name
## [1] "juliasilge/juliasilge.github.io"
##
## [[4]][[11]]$owner
## [[4]][[11]]$owner$login
## [1] "juliasilge"
##
## [[4]][[11]]$owner$id
## [1] 12505835
##
## [[4]][[11]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[11]]$owner$gravatar_id
## [1] ""
##
## [[4]][[11]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[11]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[11]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[11]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[11]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[11]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[11]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[11]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[11]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[11]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[11]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[11]]$owner$type
## [1] "User"
##
## [[4]][[11]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[11]]$private
## [1] FALSE
##
## [[4]][[11]]$html_url
## [1] "https://github.com/juliasilge/juliasilge.github.io"
##
## [[4]][[11]]$description
## [1] "My bloggy blog, based on the So Simple theme :link:"
##
## [[4]][[11]]$fork
## [1] FALSE
##
## [[4]][[11]]$url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io"
##
## [[4]][[11]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/forks"
##
## [[4]][[11]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/keys{/key_id}"
##
## [[4]][[11]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/collaborators{/collaborator}"
##
## [[4]][[11]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/teams"
##
## [[4]][[11]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/hooks"
##
## [[4]][[11]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/issues/events{/number}"
##
## [[4]][[11]]$events_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/events"
##
## [[4]][[11]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/assignees{/user}"
##
## [[4]][[11]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/branches{/branch}"
##
## [[4]][[11]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/tags"
##
## [[4]][[11]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/git/blobs{/sha}"
##
## [[4]][[11]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/git/tags{/sha}"
##
## [[4]][[11]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/git/refs{/sha}"
##
## [[4]][[11]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/git/trees{/sha}"
##
## [[4]][[11]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/statuses/{sha}"
##
## [[4]][[11]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/languages"
##
## [[4]][[11]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/stargazers"
##
## [[4]][[11]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/contributors"
##
## [[4]][[11]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/subscribers"
##
## [[4]][[11]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/subscription"
##
## [[4]][[11]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/commits{/sha}"
##
## [[4]][[11]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/git/commits{/sha}"
##
## [[4]][[11]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/comments{/number}"
##
## [[4]][[11]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/issues/comments{/number}"
##
## [[4]][[11]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/contents/{+path}"
##
## [[4]][[11]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/compare/{base}...{head}"
##
## [[4]][[11]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/merges"
##
## [[4]][[11]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/{archive_format}{/ref}"
##
## [[4]][[11]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/downloads"
##
## [[4]][[11]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/issues{/number}"
##
## [[4]][[11]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/pulls{/number}"
##
## [[4]][[11]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/milestones{/number}"
##
## [[4]][[11]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/notifications{?since,all,participating}"
##
## [[4]][[11]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/labels{/name}"
##
## [[4]][[11]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/releases{/id}"
##
## [[4]][[11]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/juliasilge.github.io/deployments"
##
## [[4]][[11]]$created_at
## [1] "2016-09-07T21:56:01Z"
##
## [[4]][[11]]$updated_at
## [1] "2016-09-07T21:59:52Z"
##
## [[4]][[11]]$pushed_at
## [1] "2016-10-08T15:01:34Z"
##
## [[4]][[11]]$git_url
## [1] "git://github.com/juliasilge/juliasilge.github.io.git"
##
## [[4]][[11]]$ssh_url
## [1] "git@github.com:juliasilge/juliasilge.github.io.git"
##
## [[4]][[11]]$clone_url
## [1] "https://github.com/juliasilge/juliasilge.github.io.git"
##
## [[4]][[11]]$svn_url
## [1] "https://github.com/juliasilge/juliasilge.github.io"
##
## [[4]][[11]]$homepage
## [1] "http://juliasilge.com/"
##
## [[4]][[11]]$size
## [1] 19953
##
## [[4]][[11]]$stargazers_count
## [1] 0
##
## [[4]][[11]]$watchers_count
## [1] 0
##
## [[4]][[11]]$language
## [1] "JavaScript"
##
## [[4]][[11]]$has_issues
## [1] TRUE
##
## [[4]][[11]]$has_downloads
## [1] TRUE
##
## [[4]][[11]]$has_wiki
## [1] TRUE
##
## [[4]][[11]]$has_pages
## [1] TRUE
##
## [[4]][[11]]$forks_count
## [1] 1
##
## [[4]][[11]]$mirror_url
## NULL
##
## [[4]][[11]]$open_issues_count
## [1] 0
##
## [[4]][[11]]$forks
## [1] 1
##
## [[4]][[11]]$open_issues
## [1] 0
##
## [[4]][[11]]$watchers
## [1] 0
##
## [[4]][[11]]$default_branch
## [1] "master"
##
##
## [[4]][[12]]
## [[4]][[12]]$id
## [1] 65046138
##
## [[4]][[12]]$name
## [1] "leaflet"
##
## [[4]][[12]]$full_name
## [1] "juliasilge/leaflet"
##
## [[4]][[12]]$owner
## [[4]][[12]]$owner$login
## [1] "juliasilge"
##
## [[4]][[12]]$owner$id
## [1] 12505835
##
## [[4]][[12]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[12]]$owner$gravatar_id
## [1] ""
##
## [[4]][[12]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[12]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[12]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[12]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[12]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[12]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[12]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[12]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[12]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[12]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[12]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[12]]$owner$type
## [1] "User"
##
## [[4]][[12]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[12]]$private
## [1] FALSE
##
## [[4]][[12]]$html_url
## [1] "https://github.com/juliasilge/leaflet"
##
## [[4]][[12]]$description
## [1] "R Interface to Leaflet Maps"
##
## [[4]][[12]]$fork
## [1] TRUE
##
## [[4]][[12]]$url
## [1] "https://api.github.com/repos/juliasilge/leaflet"
##
## [[4]][[12]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/forks"
##
## [[4]][[12]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/keys{/key_id}"
##
## [[4]][[12]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/collaborators{/collaborator}"
##
## [[4]][[12]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/teams"
##
## [[4]][[12]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/hooks"
##
## [[4]][[12]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/issues/events{/number}"
##
## [[4]][[12]]$events_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/events"
##
## [[4]][[12]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/assignees{/user}"
##
## [[4]][[12]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/branches{/branch}"
##
## [[4]][[12]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/tags"
##
## [[4]][[12]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/git/blobs{/sha}"
##
## [[4]][[12]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/git/tags{/sha}"
##
## [[4]][[12]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/git/refs{/sha}"
##
## [[4]][[12]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/git/trees{/sha}"
##
## [[4]][[12]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/statuses/{sha}"
##
## [[4]][[12]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/languages"
##
## [[4]][[12]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/stargazers"
##
## [[4]][[12]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/contributors"
##
## [[4]][[12]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/subscribers"
##
## [[4]][[12]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/subscription"
##
## [[4]][[12]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/commits{/sha}"
##
## [[4]][[12]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/git/commits{/sha}"
##
## [[4]][[12]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/comments{/number}"
##
## [[4]][[12]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/issues/comments{/number}"
##
## [[4]][[12]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/contents/{+path}"
##
## [[4]][[12]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/compare/{base}...{head}"
##
## [[4]][[12]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/merges"
##
## [[4]][[12]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/{archive_format}{/ref}"
##
## [[4]][[12]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/downloads"
##
## [[4]][[12]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/issues{/number}"
##
## [[4]][[12]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/pulls{/number}"
##
## [[4]][[12]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/milestones{/number}"
##
## [[4]][[12]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/notifications{?since,all,participating}"
##
## [[4]][[12]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/labels{/name}"
##
## [[4]][[12]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/releases{/id}"
##
## [[4]][[12]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/leaflet/deployments"
##
## [[4]][[12]]$created_at
## [1] "2016-08-05T20:10:12Z"
##
## [[4]][[12]]$updated_at
## [1] "2016-08-05T20:10:13Z"
##
## [[4]][[12]]$pushed_at
## [1] "2016-07-19T22:53:33Z"
##
## [[4]][[12]]$git_url
## [1] "git://github.com/juliasilge/leaflet.git"
##
## [[4]][[12]]$ssh_url
## [1] "git@github.com:juliasilge/leaflet.git"
##
## [[4]][[12]]$clone_url
## [1] "https://github.com/juliasilge/leaflet.git"
##
## [[4]][[12]]$svn_url
## [1] "https://github.com/juliasilge/leaflet"
##
## [[4]][[12]]$homepage
## [1] "http://rstudio.github.io/leaflet"
##
## [[4]][[12]]$size
## [1] 11337
##
## [[4]][[12]]$stargazers_count
## [1] 0
##
## [[4]][[12]]$watchers_count
## [1] 0
##
## [[4]][[12]]$language
## [1] "JavaScript"
##
## [[4]][[12]]$has_issues
## [1] FALSE
##
## [[4]][[12]]$has_downloads
## [1] TRUE
##
## [[4]][[12]]$has_wiki
## [1] TRUE
##
## [[4]][[12]]$has_pages
## [1] FALSE
##
## [[4]][[12]]$forks_count
## [1] 0
##
## [[4]][[12]]$mirror_url
## NULL
##
## [[4]][[12]]$open_issues_count
## [1] 0
##
## [[4]][[12]]$forks
## [1] 0
##
## [[4]][[12]]$open_issues
## [1] 0
##
## [[4]][[12]]$watchers
## [1] 0
##
## [[4]][[12]]$default_branch
## [1] "master"
##
##
## [[4]][[13]]
## [[4]][[13]]$id
## [1] 35901139
##
## [[4]][[13]]$name
## [1] "learning-python"
##
## [[4]][[13]]$full_name
## [1] "juliasilge/learning-python"
##
## [[4]][[13]]$owner
## [[4]][[13]]$owner$login
## [1] "juliasilge"
##
## [[4]][[13]]$owner$id
## [1] 12505835
##
## [[4]][[13]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[13]]$owner$gravatar_id
## [1] ""
##
## [[4]][[13]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[13]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[13]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[13]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[13]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[13]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[13]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[13]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[13]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[13]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[13]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[13]]$owner$type
## [1] "User"
##
## [[4]][[13]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[13]]$private
## [1] FALSE
##
## [[4]][[13]]$html_url
## [1] "https://github.com/juliasilge/learning-python"
##
## [[4]][[13]]$description
## [1] "My first repository on Github, as I get back into programming and learn Python"
##
## [[4]][[13]]$fork
## [1] FALSE
##
## [[4]][[13]]$url
## [1] "https://api.github.com/repos/juliasilge/learning-python"
##
## [[4]][[13]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/forks"
##
## [[4]][[13]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/keys{/key_id}"
##
## [[4]][[13]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/collaborators{/collaborator}"
##
## [[4]][[13]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/teams"
##
## [[4]][[13]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/hooks"
##
## [[4]][[13]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/issues/events{/number}"
##
## [[4]][[13]]$events_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/events"
##
## [[4]][[13]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/assignees{/user}"
##
## [[4]][[13]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/branches{/branch}"
##
## [[4]][[13]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/tags"
##
## [[4]][[13]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/git/blobs{/sha}"
##
## [[4]][[13]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/git/tags{/sha}"
##
## [[4]][[13]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/git/refs{/sha}"
##
## [[4]][[13]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/git/trees{/sha}"
##
## [[4]][[13]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/statuses/{sha}"
##
## [[4]][[13]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/languages"
##
## [[4]][[13]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/stargazers"
##
## [[4]][[13]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/contributors"
##
## [[4]][[13]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/subscribers"
##
## [[4]][[13]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/subscription"
##
## [[4]][[13]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/commits{/sha}"
##
## [[4]][[13]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/git/commits{/sha}"
##
## [[4]][[13]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/comments{/number}"
##
## [[4]][[13]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/issues/comments{/number}"
##
## [[4]][[13]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/contents/{+path}"
##
## [[4]][[13]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/compare/{base}...{head}"
##
## [[4]][[13]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/merges"
##
## [[4]][[13]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/{archive_format}{/ref}"
##
## [[4]][[13]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/downloads"
##
## [[4]][[13]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/issues{/number}"
##
## [[4]][[13]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/pulls{/number}"
##
## [[4]][[13]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/milestones{/number}"
##
## [[4]][[13]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/notifications{?since,all,participating}"
##
## [[4]][[13]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/labels{/name}"
##
## [[4]][[13]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/releases{/id}"
##
## [[4]][[13]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/learning-python/deployments"
##
## [[4]][[13]]$created_at
## [1] "2015-05-19T18:38:11Z"
##
## [[4]][[13]]$updated_at
## [1] "2015-07-23T03:37:31Z"
##
## [[4]][[13]]$pushed_at
## [1] "2015-07-23T03:46:16Z"
##
## [[4]][[13]]$git_url
## [1] "git://github.com/juliasilge/learning-python.git"
##
## [[4]][[13]]$ssh_url
## [1] "git@github.com:juliasilge/learning-python.git"
##
## [[4]][[13]]$clone_url
## [1] "https://github.com/juliasilge/learning-python.git"
##
## [[4]][[13]]$svn_url
## [1] "https://github.com/juliasilge/learning-python"
##
## [[4]][[13]]$homepage
## NULL
##
## [[4]][[13]]$size
## [1] 152
##
## [[4]][[13]]$stargazers_count
## [1] 0
##
## [[4]][[13]]$watchers_count
## [1] 0
##
## [[4]][[13]]$language
## [1] "Python"
##
## [[4]][[13]]$has_issues
## [1] TRUE
##
## [[4]][[13]]$has_downloads
## [1] TRUE
##
## [[4]][[13]]$has_wiki
## [1] TRUE
##
## [[4]][[13]]$has_pages
## [1] FALSE
##
## [[4]][[13]]$forks_count
## [1] 0
##
## [[4]][[13]]$mirror_url
## NULL
##
## [[4]][[13]]$open_issues_count
## [1] 0
##
## [[4]][[13]]$forks
## [1] 0
##
## [[4]][[13]]$open_issues
## [1] 0
##
## [[4]][[13]]$watchers
## [1] 0
##
## [[4]][[13]]$default_branch
## [1] "master"
##
##
## [[4]][[14]]
## [[4]][[14]]$id
## [1] 38581338
##
## [[4]][[14]]$name
## [1] "learning-sql"
##
## [[4]][[14]]$full_name
## [1] "juliasilge/learning-sql"
##
## [[4]][[14]]$owner
## [[4]][[14]]$owner$login
## [1] "juliasilge"
##
## [[4]][[14]]$owner$id
## [1] 12505835
##
## [[4]][[14]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[14]]$owner$gravatar_id
## [1] ""
##
## [[4]][[14]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[14]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[14]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[14]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[14]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[14]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[14]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[14]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[14]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[14]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[14]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[14]]$owner$type
## [1] "User"
##
## [[4]][[14]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[14]]$private
## [1] FALSE
##
## [[4]][[14]]$html_url
## [1] "https://github.com/juliasilge/learning-sql"
##
## [[4]][[14]]$description
## [1] "A repository to use as I learn about relational algebra, databases, and SQL"
##
## [[4]][[14]]$fork
## [1] FALSE
##
## [[4]][[14]]$url
## [1] "https://api.github.com/repos/juliasilge/learning-sql"
##
## [[4]][[14]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/forks"
##
## [[4]][[14]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/keys{/key_id}"
##
## [[4]][[14]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/collaborators{/collaborator}"
##
## [[4]][[14]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/teams"
##
## [[4]][[14]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/hooks"
##
## [[4]][[14]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/issues/events{/number}"
##
## [[4]][[14]]$events_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/events"
##
## [[4]][[14]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/assignees{/user}"
##
## [[4]][[14]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/branches{/branch}"
##
## [[4]][[14]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/tags"
##
## [[4]][[14]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/git/blobs{/sha}"
##
## [[4]][[14]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/git/tags{/sha}"
##
## [[4]][[14]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/git/refs{/sha}"
##
## [[4]][[14]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/git/trees{/sha}"
##
## [[4]][[14]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/statuses/{sha}"
##
## [[4]][[14]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/languages"
##
## [[4]][[14]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/stargazers"
##
## [[4]][[14]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/contributors"
##
## [[4]][[14]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/subscribers"
##
## [[4]][[14]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/subscription"
##
## [[4]][[14]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/commits{/sha}"
##
## [[4]][[14]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/git/commits{/sha}"
##
## [[4]][[14]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/comments{/number}"
##
## [[4]][[14]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/issues/comments{/number}"
##
## [[4]][[14]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/contents/{+path}"
##
## [[4]][[14]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/compare/{base}...{head}"
##
## [[4]][[14]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/merges"
##
## [[4]][[14]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/{archive_format}{/ref}"
##
## [[4]][[14]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/downloads"
##
## [[4]][[14]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/issues{/number}"
##
## [[4]][[14]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/pulls{/number}"
##
## [[4]][[14]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/milestones{/number}"
##
## [[4]][[14]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/notifications{?since,all,participating}"
##
## [[4]][[14]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/labels{/name}"
##
## [[4]][[14]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/releases{/id}"
##
## [[4]][[14]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/learning-sql/deployments"
##
## [[4]][[14]]$created_at
## [1] "2015-07-05T19:36:22Z"
##
## [[4]][[14]]$updated_at
## [1] "2015-07-05T19:36:22Z"
##
## [[4]][[14]]$pushed_at
## [1] "2015-07-05T20:19:32Z"
##
## [[4]][[14]]$git_url
## [1] "git://github.com/juliasilge/learning-sql.git"
##
## [[4]][[14]]$ssh_url
## [1] "git@github.com:juliasilge/learning-sql.git"
##
## [[4]][[14]]$clone_url
## [1] "https://github.com/juliasilge/learning-sql.git"
##
## [[4]][[14]]$svn_url
## [1] "https://github.com/juliasilge/learning-sql"
##
## [[4]][[14]]$homepage
## NULL
##
## [[4]][[14]]$size
## [1] 136
##
## [[4]][[14]]$stargazers_count
## [1] 0
##
## [[4]][[14]]$watchers_count
## [1] 0
##
## [[4]][[14]]$language
## NULL
##
## [[4]][[14]]$has_issues
## [1] TRUE
##
## [[4]][[14]]$has_downloads
## [1] TRUE
##
## [[4]][[14]]$has_wiki
## [1] TRUE
##
## [[4]][[14]]$has_pages
## [1] FALSE
##
## [[4]][[14]]$forks_count
## [1] 1
##
## [[4]][[14]]$mirror_url
## NULL
##
## [[4]][[14]]$open_issues_count
## [1] 0
##
## [[4]][[14]]$forks
## [1] 1
##
## [[4]][[14]]$open_issues
## [1] 0
##
## [[4]][[14]]$watchers
## [1] 0
##
## [[4]][[14]]$default_branch
## [1] "master"
##
##
## [[4]][[15]]
## [[4]][[15]]$id
## [1] 38903037
##
## [[4]][[15]]$name
## [1] "minimal-mistakes"
##
## [[4]][[15]]$full_name
## [1] "juliasilge/minimal-mistakes"
##
## [[4]][[15]]$owner
## [[4]][[15]]$owner$login
## [1] "juliasilge"
##
## [[4]][[15]]$owner$id
## [1] 12505835
##
## [[4]][[15]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[15]]$owner$gravatar_id
## [1] ""
##
## [[4]][[15]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[15]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[15]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[15]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[15]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[15]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[15]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[15]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[15]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[15]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[15]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[15]]$owner$type
## [1] "User"
##
## [[4]][[15]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[15]]$private
## [1] FALSE
##
## [[4]][[15]]$html_url
## [1] "https://github.com/juliasilge/minimal-mistakes"
##
## [[4]][[15]]$description
## [1] "Repository for my blog, based on the Minimal Mistakes Jekyll theme"
##
## [[4]][[15]]$fork
## [1] TRUE
##
## [[4]][[15]]$url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes"
##
## [[4]][[15]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/forks"
##
## [[4]][[15]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/keys{/key_id}"
##
## [[4]][[15]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/collaborators{/collaborator}"
##
## [[4]][[15]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/teams"
##
## [[4]][[15]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/hooks"
##
## [[4]][[15]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/issues/events{/number}"
##
## [[4]][[15]]$events_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/events"
##
## [[4]][[15]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/assignees{/user}"
##
## [[4]][[15]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/branches{/branch}"
##
## [[4]][[15]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/tags"
##
## [[4]][[15]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/git/blobs{/sha}"
##
## [[4]][[15]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/git/tags{/sha}"
##
## [[4]][[15]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/git/refs{/sha}"
##
## [[4]][[15]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/git/trees{/sha}"
##
## [[4]][[15]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/statuses/{sha}"
##
## [[4]][[15]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/languages"
##
## [[4]][[15]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/stargazers"
##
## [[4]][[15]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/contributors"
##
## [[4]][[15]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/subscribers"
##
## [[4]][[15]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/subscription"
##
## [[4]][[15]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/commits{/sha}"
##
## [[4]][[15]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/git/commits{/sha}"
##
## [[4]][[15]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/comments{/number}"
##
## [[4]][[15]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/issues/comments{/number}"
##
## [[4]][[15]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/contents/{+path}"
##
## [[4]][[15]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/compare/{base}...{head}"
##
## [[4]][[15]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/merges"
##
## [[4]][[15]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/{archive_format}{/ref}"
##
## [[4]][[15]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/downloads"
##
## [[4]][[15]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/issues{/number}"
##
## [[4]][[15]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/pulls{/number}"
##
## [[4]][[15]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/milestones{/number}"
##
## [[4]][[15]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/notifications{?since,all,participating}"
##
## [[4]][[15]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/labels{/name}"
##
## [[4]][[15]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/releases{/id}"
##
## [[4]][[15]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/minimal-mistakes/deployments"
##
## [[4]][[15]]$created_at
## [1] "2015-07-10T21:33:14Z"
##
## [[4]][[15]]$updated_at
## [1] "2015-09-11T19:39:54Z"
##
## [[4]][[15]]$pushed_at
## [1] "2015-09-11T21:51:30Z"
##
## [[4]][[15]]$git_url
## [1] "git://github.com/juliasilge/minimal-mistakes.git"
##
## [[4]][[15]]$ssh_url
## [1] "git@github.com:juliasilge/minimal-mistakes.git"
##
## [[4]][[15]]$clone_url
## [1] "https://github.com/juliasilge/minimal-mistakes.git"
##
## [[4]][[15]]$svn_url
## [1] "https://github.com/juliasilge/minimal-mistakes"
##
## [[4]][[15]]$homepage
## [1] ""
##
## [[4]][[15]]$size
## [1] 11066
##
## [[4]][[15]]$stargazers_count
## [1] 0
##
## [[4]][[15]]$watchers_count
## [1] 0
##
## [[4]][[15]]$language
## [1] "JavaScript"
##
## [[4]][[15]]$has_issues
## [1] FALSE
##
## [[4]][[15]]$has_downloads
## [1] TRUE
##
## [[4]][[15]]$has_wiki
## [1] TRUE
##
## [[4]][[15]]$has_pages
## [1] TRUE
##
## [[4]][[15]]$forks_count
## [1] 0
##
## [[4]][[15]]$mirror_url
## NULL
##
## [[4]][[15]]$open_issues_count
## [1] 0
##
## [[4]][[15]]$forks
## [1] 0
##
## [[4]][[15]]$open_issues
## [1] 0
##
## [[4]][[15]]$watchers
## [1] 0
##
## [[4]][[15]]$default_branch
## [1] "master"
##
##
## [[4]][[16]]
## [[4]][[16]]$id
## [1] 64496016
##
## [[4]][[16]]$name
## [1] "nasanotebooks"
##
## [[4]][[16]]$full_name
## [1] "juliasilge/nasanotebooks"
##
## [[4]][[16]]$owner
## [[4]][[16]]$owner$login
## [1] "juliasilge"
##
## [[4]][[16]]$owner$id
## [1] 12505835
##
## [[4]][[16]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[16]]$owner$gravatar_id
## [1] ""
##
## [[4]][[16]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[16]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[16]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[16]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[16]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[16]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[16]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[16]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[16]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[16]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[16]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[16]]$owner$type
## [1] "User"
##
## [[4]][[16]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[16]]$private
## [1] FALSE
##
## [[4]][[16]]$html_url
## [1] "https://github.com/juliasilge/nasanotebooks"
##
## [[4]][[16]]$description
## [1] "Notebooks and other materials for NASA Datanauts projects :milky_way::sunny::rocket:"
##
## [[4]][[16]]$fork
## [1] FALSE
##
## [[4]][[16]]$url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks"
##
## [[4]][[16]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/forks"
##
## [[4]][[16]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/keys{/key_id}"
##
## [[4]][[16]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/collaborators{/collaborator}"
##
## [[4]][[16]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/teams"
##
## [[4]][[16]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/hooks"
##
## [[4]][[16]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/issues/events{/number}"
##
## [[4]][[16]]$events_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/events"
##
## [[4]][[16]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/assignees{/user}"
##
## [[4]][[16]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/branches{/branch}"
##
## [[4]][[16]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/tags"
##
## [[4]][[16]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/git/blobs{/sha}"
##
## [[4]][[16]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/git/tags{/sha}"
##
## [[4]][[16]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/git/refs{/sha}"
##
## [[4]][[16]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/git/trees{/sha}"
##
## [[4]][[16]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/statuses/{sha}"
##
## [[4]][[16]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/languages"
##
## [[4]][[16]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/stargazers"
##
## [[4]][[16]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/contributors"
##
## [[4]][[16]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/subscribers"
##
## [[4]][[16]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/subscription"
##
## [[4]][[16]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/commits{/sha}"
##
## [[4]][[16]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/git/commits{/sha}"
##
## [[4]][[16]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/comments{/number}"
##
## [[4]][[16]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/issues/comments{/number}"
##
## [[4]][[16]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/contents/{+path}"
##
## [[4]][[16]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/compare/{base}...{head}"
##
## [[4]][[16]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/merges"
##
## [[4]][[16]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/{archive_format}{/ref}"
##
## [[4]][[16]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/downloads"
##
## [[4]][[16]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/issues{/number}"
##
## [[4]][[16]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/pulls{/number}"
##
## [[4]][[16]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/milestones{/number}"
##
## [[4]][[16]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/notifications{?since,all,participating}"
##
## [[4]][[16]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/labels{/name}"
##
## [[4]][[16]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/releases{/id}"
##
## [[4]][[16]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/nasanotebooks/deployments"
##
## [[4]][[16]]$created_at
## [1] "2016-07-29T16:46:43Z"
##
## [[4]][[16]]$updated_at
## [1] "2016-09-23T04:57:53Z"
##
## [[4]][[16]]$pushed_at
## [1] "2016-10-22T00:30:01Z"
##
## [[4]][[16]]$git_url
## [1] "git://github.com/juliasilge/nasanotebooks.git"
##
## [[4]][[16]]$ssh_url
## [1] "git@github.com:juliasilge/nasanotebooks.git"
##
## [[4]][[16]]$clone_url
## [1] "https://github.com/juliasilge/nasanotebooks.git"
##
## [[4]][[16]]$svn_url
## [1] "https://github.com/juliasilge/nasanotebooks"
##
## [[4]][[16]]$homepage
## [1] ""
##
## [[4]][[16]]$size
## [1] 2072
##
## [[4]][[16]]$stargazers_count
## [1] 4
##
## [[4]][[16]]$watchers_count
## [1] 4
##
## [[4]][[16]]$language
## [1] "HTML"
##
## [[4]][[16]]$has_issues
## [1] TRUE
##
## [[4]][[16]]$has_downloads
## [1] TRUE
##
## [[4]][[16]]$has_wiki
## [1] TRUE
##
## [[4]][[16]]$has_pages
## [1] FALSE
##
## [[4]][[16]]$forks_count
## [1] 0
##
## [[4]][[16]]$mirror_url
## NULL
##
## [[4]][[16]]$open_issues_count
## [1] 0
##
## [[4]][[16]]$forks
## [1] 0
##
## [[4]][[16]]$open_issues
## [1] 0
##
## [[4]][[16]]$watchers
## [1] 4
##
## [[4]][[16]]$default_branch
## [1] "master"
##
##
## [[4]][[17]]
## [[4]][[17]]$id
## [1] 63895668
##
## [[4]][[17]]$name
## [1] "neissapp"
##
## [[4]][[17]]$full_name
## [1] "juliasilge/neissapp"
##
## [[4]][[17]]$owner
## [[4]][[17]]$owner$login
## [1] "juliasilge"
##
## [[4]][[17]]$owner$id
## [1] 12505835
##
## [[4]][[17]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[17]]$owner$gravatar_id
## [1] ""
##
## [[4]][[17]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[17]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[17]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[17]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[17]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[17]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[17]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[17]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[17]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[17]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[17]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[17]]$owner$type
## [1] "User"
##
## [[4]][[17]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[17]]$private
## [1] FALSE
##
## [[4]][[17]]$html_url
## [1] "https://github.com/juliasilge/neissapp"
##
## [[4]][[17]]$description
## [1] "Shiny app for the NEISS data set"
##
## [[4]][[17]]$fork
## [1] FALSE
##
## [[4]][[17]]$url
## [1] "https://api.github.com/repos/juliasilge/neissapp"
##
## [[4]][[17]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/forks"
##
## [[4]][[17]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/keys{/key_id}"
##
## [[4]][[17]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/collaborators{/collaborator}"
##
## [[4]][[17]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/teams"
##
## [[4]][[17]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/hooks"
##
## [[4]][[17]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/issues/events{/number}"
##
## [[4]][[17]]$events_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/events"
##
## [[4]][[17]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/assignees{/user}"
##
## [[4]][[17]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/branches{/branch}"
##
## [[4]][[17]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/tags"
##
## [[4]][[17]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/git/blobs{/sha}"
##
## [[4]][[17]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/git/tags{/sha}"
##
## [[4]][[17]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/git/refs{/sha}"
##
## [[4]][[17]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/git/trees{/sha}"
##
## [[4]][[17]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/statuses/{sha}"
##
## [[4]][[17]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/languages"
##
## [[4]][[17]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/stargazers"
##
## [[4]][[17]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/contributors"
##
## [[4]][[17]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/subscribers"
##
## [[4]][[17]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/subscription"
##
## [[4]][[17]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/commits{/sha}"
##
## [[4]][[17]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/git/commits{/sha}"
##
## [[4]][[17]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/comments{/number}"
##
## [[4]][[17]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/issues/comments{/number}"
##
## [[4]][[17]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/contents/{+path}"
##
## [[4]][[17]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/compare/{base}...{head}"
##
## [[4]][[17]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/merges"
##
## [[4]][[17]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/{archive_format}{/ref}"
##
## [[4]][[17]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/downloads"
##
## [[4]][[17]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/issues{/number}"
##
## [[4]][[17]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/pulls{/number}"
##
## [[4]][[17]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/milestones{/number}"
##
## [[4]][[17]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/notifications{?since,all,participating}"
##
## [[4]][[17]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/labels{/name}"
##
## [[4]][[17]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/releases{/id}"
##
## [[4]][[17]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/neissapp/deployments"
##
## [[4]][[17]]$created_at
## [1] "2016-07-21T19:09:57Z"
##
## [[4]][[17]]$updated_at
## [1] "2016-10-11T20:31:17Z"
##
## [[4]][[17]]$pushed_at
## [1] "2016-07-21T22:41:32Z"
##
## [[4]][[17]]$git_url
## [1] "git://github.com/juliasilge/neissapp.git"
##
## [[4]][[17]]$ssh_url
## [1] "git@github.com:juliasilge/neissapp.git"
##
## [[4]][[17]]$clone_url
## [1] "https://github.com/juliasilge/neissapp.git"
##
## [[4]][[17]]$svn_url
## [1] "https://github.com/juliasilge/neissapp"
##
## [[4]][[17]]$homepage
## NULL
##
## [[4]][[17]]$size
## [1] 2
##
## [[4]][[17]]$stargazers_count
## [1] 2
##
## [[4]][[17]]$watchers_count
## [1] 2
##
## [[4]][[17]]$language
## NULL
##
## [[4]][[17]]$has_issues
## [1] TRUE
##
## [[4]][[17]]$has_downloads
## [1] TRUE
##
## [[4]][[17]]$has_wiki
## [1] TRUE
##
## [[4]][[17]]$has_pages
## [1] FALSE
##
## [[4]][[17]]$forks_count
## [1] 0
##
## [[4]][[17]]$mirror_url
## NULL
##
## [[4]][[17]]$open_issues_count
## [1] 0
##
## [[4]][[17]]$forks
## [1] 0
##
## [[4]][[17]]$open_issues
## [1] 0
##
## [[4]][[17]]$watchers
## [1] 2
##
## [[4]][[17]]$default_branch
## [1] "master"
##
##
## [[4]][[18]]
## [[4]][[18]]$id
## [1] 66101287
##
## [[4]][[18]]$name
## [1] "populationapp"
##
## [[4]][[18]]$full_name
## [1] "juliasilge/populationapp"
##
## [[4]][[18]]$owner
## [[4]][[18]]$owner$login
## [1] "juliasilge"
##
## [[4]][[18]]$owner$id
## [1] 12505835
##
## [[4]][[18]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[18]]$owner$gravatar_id
## [1] ""
##
## [[4]][[18]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[18]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[18]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[18]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[18]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[18]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[18]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[18]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[18]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[18]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[18]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[18]]$owner$type
## [1] "User"
##
## [[4]][[18]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[18]]$private
## [1] FALSE
##
## [[4]][[18]]$html_url
## [1] "https://github.com/juliasilge/populationapp"
##
## [[4]][[18]]$description
## [1] "Shiny app exploring U.S. population density"
##
## [[4]][[18]]$fork
## [1] FALSE
##
## [[4]][[18]]$url
## [1] "https://api.github.com/repos/juliasilge/populationapp"
##
## [[4]][[18]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/forks"
##
## [[4]][[18]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/keys{/key_id}"
##
## [[4]][[18]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/collaborators{/collaborator}"
##
## [[4]][[18]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/teams"
##
## [[4]][[18]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/hooks"
##
## [[4]][[18]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/issues/events{/number}"
##
## [[4]][[18]]$events_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/events"
##
## [[4]][[18]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/assignees{/user}"
##
## [[4]][[18]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/branches{/branch}"
##
## [[4]][[18]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/tags"
##
## [[4]][[18]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/git/blobs{/sha}"
##
## [[4]][[18]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/git/tags{/sha}"
##
## [[4]][[18]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/git/refs{/sha}"
##
## [[4]][[18]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/git/trees{/sha}"
##
## [[4]][[18]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/statuses/{sha}"
##
## [[4]][[18]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/languages"
##
## [[4]][[18]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/stargazers"
##
## [[4]][[18]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/contributors"
##
## [[4]][[18]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/subscribers"
##
## [[4]][[18]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/subscription"
##
## [[4]][[18]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/commits{/sha}"
##
## [[4]][[18]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/git/commits{/sha}"
##
## [[4]][[18]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/comments{/number}"
##
## [[4]][[18]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/issues/comments{/number}"
##
## [[4]][[18]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/contents/{+path}"
##
## [[4]][[18]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/compare/{base}...{head}"
##
## [[4]][[18]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/merges"
##
## [[4]][[18]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/{archive_format}{/ref}"
##
## [[4]][[18]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/downloads"
##
## [[4]][[18]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/issues{/number}"
##
## [[4]][[18]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/pulls{/number}"
##
## [[4]][[18]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/milestones{/number}"
##
## [[4]][[18]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/notifications{?since,all,participating}"
##
## [[4]][[18]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/labels{/name}"
##
## [[4]][[18]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/releases{/id}"
##
## [[4]][[18]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/populationapp/deployments"
##
## [[4]][[18]]$created_at
## [1] "2016-08-19T17:47:09Z"
##
## [[4]][[18]]$updated_at
## [1] "2016-08-19T22:53:44Z"
##
## [[4]][[18]]$pushed_at
## [1] "2016-08-19T17:53:51Z"
##
## [[4]][[18]]$git_url
## [1] "git://github.com/juliasilge/populationapp.git"
##
## [[4]][[18]]$ssh_url
## [1] "git@github.com:juliasilge/populationapp.git"
##
## [[4]][[18]]$clone_url
## [1] "https://github.com/juliasilge/populationapp.git"
##
## [[4]][[18]]$svn_url
## [1] "https://github.com/juliasilge/populationapp"
##
## [[4]][[18]]$homepage
## NULL
##
## [[4]][[18]]$size
## [1] 20
##
## [[4]][[18]]$stargazers_count
## [1] 2
##
## [[4]][[18]]$watchers_count
## [1] 2
##
## [[4]][[18]]$language
## NULL
##
## [[4]][[18]]$has_issues
## [1] TRUE
##
## [[4]][[18]]$has_downloads
## [1] TRUE
##
## [[4]][[18]]$has_wiki
## [1] TRUE
##
## [[4]][[18]]$has_pages
## [1] FALSE
##
## [[4]][[18]]$forks_count
## [1] 0
##
## [[4]][[18]]$mirror_url
## NULL
##
## [[4]][[18]]$open_issues_count
## [1] 0
##
## [[4]][[18]]$forks
## [1] 0
##
## [[4]][[18]]$open_issues
## [1] 0
##
## [[4]][[18]]$watchers
## [1] 2
##
## [[4]][[18]]$default_branch
## [1] "master"
##
##
## [[4]][[19]]
## [[4]][[19]]$id
## [1] 52480279
##
## [[4]][[19]]$name
## [1] "PredictNamesApp"
##
## [[4]][[19]]$full_name
## [1] "juliasilge/PredictNamesApp"
##
## [[4]][[19]]$owner
## [[4]][[19]]$owner$login
## [1] "juliasilge"
##
## [[4]][[19]]$owner$id
## [1] 12505835
##
## [[4]][[19]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[19]]$owner$gravatar_id
## [1] ""
##
## [[4]][[19]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[19]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[19]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[19]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[19]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[19]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[19]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[19]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[19]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[19]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[19]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[19]]$owner$type
## [1] "User"
##
## [[4]][[19]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[19]]$private
## [1] FALSE
##
## [[4]][[19]]$html_url
## [1] "https://github.com/juliasilge/PredictNamesApp"
##
## [[4]][[19]]$description
## [1] "A Shiny App for exploring baby name popularity"
##
## [[4]][[19]]$fork
## [1] FALSE
##
## [[4]][[19]]$url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp"
##
## [[4]][[19]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/forks"
##
## [[4]][[19]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/keys{/key_id}"
##
## [[4]][[19]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/collaborators{/collaborator}"
##
## [[4]][[19]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/teams"
##
## [[4]][[19]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/hooks"
##
## [[4]][[19]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/issues/events{/number}"
##
## [[4]][[19]]$events_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/events"
##
## [[4]][[19]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/assignees{/user}"
##
## [[4]][[19]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/branches{/branch}"
##
## [[4]][[19]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/tags"
##
## [[4]][[19]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/git/blobs{/sha}"
##
## [[4]][[19]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/git/tags{/sha}"
##
## [[4]][[19]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/git/refs{/sha}"
##
## [[4]][[19]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/git/trees{/sha}"
##
## [[4]][[19]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/statuses/{sha}"
##
## [[4]][[19]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/languages"
##
## [[4]][[19]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/stargazers"
##
## [[4]][[19]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/contributors"
##
## [[4]][[19]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/subscribers"
##
## [[4]][[19]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/subscription"
##
## [[4]][[19]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/commits{/sha}"
##
## [[4]][[19]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/git/commits{/sha}"
##
## [[4]][[19]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/comments{/number}"
##
## [[4]][[19]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/issues/comments{/number}"
##
## [[4]][[19]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/contents/{+path}"
##
## [[4]][[19]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/compare/{base}...{head}"
##
## [[4]][[19]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/merges"
##
## [[4]][[19]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/{archive_format}{/ref}"
##
## [[4]][[19]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/downloads"
##
## [[4]][[19]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/issues{/number}"
##
## [[4]][[19]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/pulls{/number}"
##
## [[4]][[19]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/milestones{/number}"
##
## [[4]][[19]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/notifications{?since,all,participating}"
##
## [[4]][[19]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/labels{/name}"
##
## [[4]][[19]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/releases{/id}"
##
## [[4]][[19]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/PredictNamesApp/deployments"
##
## [[4]][[19]]$created_at
## [1] "2016-02-24T22:50:43Z"
##
## [[4]][[19]]$updated_at
## [1] "2016-02-24T22:57:53Z"
##
## [[4]][[19]]$pushed_at
## [1] "2016-02-29T19:54:38Z"
##
## [[4]][[19]]$git_url
## [1] "git://github.com/juliasilge/PredictNamesApp.git"
##
## [[4]][[19]]$ssh_url
## [1] "git@github.com:juliasilge/PredictNamesApp.git"
##
## [[4]][[19]]$clone_url
## [1] "https://github.com/juliasilge/PredictNamesApp.git"
##
## [[4]][[19]]$svn_url
## [1] "https://github.com/juliasilge/PredictNamesApp"
##
## [[4]][[19]]$homepage
## NULL
##
## [[4]][[19]]$size
## [1] 7
##
## [[4]][[19]]$stargazers_count
## [1] 0
##
## [[4]][[19]]$watchers_count
## [1] 0
##
## [[4]][[19]]$language
## [1] "R"
##
## [[4]][[19]]$has_issues
## [1] TRUE
##
## [[4]][[19]]$has_downloads
## [1] TRUE
##
## [[4]][[19]]$has_wiki
## [1] TRUE
##
## [[4]][[19]]$has_pages
## [1] FALSE
##
## [[4]][[19]]$forks_count
## [1] 0
##
## [[4]][[19]]$mirror_url
## NULL
##
## [[4]][[19]]$open_issues_count
## [1] 0
##
## [[4]][[19]]$forks
## [1] 0
##
## [[4]][[19]]$open_issues
## [1] 0
##
## [[4]][[19]]$watchers
## [1] 0
##
## [[4]][[19]]$default_branch
## [1] "master"
##
##
## [[4]][[20]]
## [[4]][[20]]$id
## [1] 37276004
##
## [[4]][[20]]$name
## [1] "ProgrammingAssignment2"
##
## [[4]][[20]]$full_name
## [1] "juliasilge/ProgrammingAssignment2"
##
## [[4]][[20]]$owner
## [[4]][[20]]$owner$login
## [1] "juliasilge"
##
## [[4]][[20]]$owner$id
## [1] 12505835
##
## [[4]][[20]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[20]]$owner$gravatar_id
## [1] ""
##
## [[4]][[20]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[20]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[20]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[20]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[20]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[20]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[20]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[20]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[20]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[20]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[20]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[20]]$owner$type
## [1] "User"
##
## [[4]][[20]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[20]]$private
## [1] FALSE
##
## [[4]][[20]]$html_url
## [1] "https://github.com/juliasilge/ProgrammingAssignment2"
##
## [[4]][[20]]$description
## [1] "Repository for Programming Assignment 2 for R Programming on Coursera"
##
## [[4]][[20]]$fork
## [1] TRUE
##
## [[4]][[20]]$url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2"
##
## [[4]][[20]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/forks"
##
## [[4]][[20]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/keys{/key_id}"
##
## [[4]][[20]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/collaborators{/collaborator}"
##
## [[4]][[20]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/teams"
##
## [[4]][[20]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/hooks"
##
## [[4]][[20]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/issues/events{/number}"
##
## [[4]][[20]]$events_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/events"
##
## [[4]][[20]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/assignees{/user}"
##
## [[4]][[20]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/branches{/branch}"
##
## [[4]][[20]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/tags"
##
## [[4]][[20]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/git/blobs{/sha}"
##
## [[4]][[20]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/git/tags{/sha}"
##
## [[4]][[20]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/git/refs{/sha}"
##
## [[4]][[20]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/git/trees{/sha}"
##
## [[4]][[20]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/statuses/{sha}"
##
## [[4]][[20]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/languages"
##
## [[4]][[20]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/stargazers"
##
## [[4]][[20]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/contributors"
##
## [[4]][[20]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/subscribers"
##
## [[4]][[20]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/subscription"
##
## [[4]][[20]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/commits{/sha}"
##
## [[4]][[20]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/git/commits{/sha}"
##
## [[4]][[20]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/comments{/number}"
##
## [[4]][[20]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/issues/comments{/number}"
##
## [[4]][[20]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/contents/{+path}"
##
## [[4]][[20]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/compare/{base}...{head}"
##
## [[4]][[20]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/merges"
##
## [[4]][[20]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/{archive_format}{/ref}"
##
## [[4]][[20]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/downloads"
##
## [[4]][[20]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/issues{/number}"
##
## [[4]][[20]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/pulls{/number}"
##
## [[4]][[20]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/milestones{/number}"
##
## [[4]][[20]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/notifications{?since,all,participating}"
##
## [[4]][[20]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/labels{/name}"
##
## [[4]][[20]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/releases{/id}"
##
## [[4]][[20]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/ProgrammingAssignment2/deployments"
##
## [[4]][[20]]$created_at
## [1] "2015-06-11T17:37:49Z"
##
## [[4]][[20]]$updated_at
## [1] "2015-06-11T17:37:53Z"
##
## [[4]][[20]]$pushed_at
## [1] "2015-07-23T03:54:16Z"
##
## [[4]][[20]]$git_url
## [1] "git://github.com/juliasilge/ProgrammingAssignment2.git"
##
## [[4]][[20]]$ssh_url
## [1] "git@github.com:juliasilge/ProgrammingAssignment2.git"
##
## [[4]][[20]]$clone_url
## [1] "https://github.com/juliasilge/ProgrammingAssignment2.git"
##
## [[4]][[20]]$svn_url
## [1] "https://github.com/juliasilge/ProgrammingAssignment2"
##
## [[4]][[20]]$homepage
## NULL
##
## [[4]][[20]]$size
## [1] 103
##
## [[4]][[20]]$stargazers_count
## [1] 0
##
## [[4]][[20]]$watchers_count
## [1] 0
##
## [[4]][[20]]$language
## [1] "R"
##
## [[4]][[20]]$has_issues
## [1] FALSE
##
## [[4]][[20]]$has_downloads
## [1] TRUE
##
## [[4]][[20]]$has_wiki
## [1] TRUE
##
## [[4]][[20]]$has_pages
## [1] FALSE
##
## [[4]][[20]]$forks_count
## [1] 0
##
## [[4]][[20]]$mirror_url
## NULL
##
## [[4]][[20]]$open_issues_count
## [1] 0
##
## [[4]][[20]]$forks
## [1] 0
##
## [[4]][[20]]$open_issues
## [1] 0
##
## [[4]][[20]]$watchers
## [1] 0
##
## [[4]][[20]]$default_branch
## [1] "master"
##
##
## [[4]][[21]]
## [[4]][[21]]$id
## [1] 64248946
##
## [[4]][[21]]$name
## [1] "r-travis"
##
## [[4]][[21]]$full_name
## [1] "juliasilge/r-travis"
##
## [[4]][[21]]$owner
## [[4]][[21]]$owner$login
## [1] "juliasilge"
##
## [[4]][[21]]$owner$id
## [1] 12505835
##
## [[4]][[21]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[21]]$owner$gravatar_id
## [1] ""
##
## [[4]][[21]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[21]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[21]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[21]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[21]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[21]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[21]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[21]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[21]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[21]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[21]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[21]]$owner$type
## [1] "User"
##
## [[4]][[21]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[21]]$private
## [1] FALSE
##
## [[4]][[21]]$html_url
## [1] "https://github.com/juliasilge/r-travis"
##
## [[4]][[21]]$description
## [1] "Tools for using R with Travis (http://travis-ci.org)"
##
## [[4]][[21]]$fork
## [1] TRUE
##
## [[4]][[21]]$url
## [1] "https://api.github.com/repos/juliasilge/r-travis"
##
## [[4]][[21]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/forks"
##
## [[4]][[21]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/keys{/key_id}"
##
## [[4]][[21]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/collaborators{/collaborator}"
##
## [[4]][[21]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/teams"
##
## [[4]][[21]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/hooks"
##
## [[4]][[21]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/issues/events{/number}"
##
## [[4]][[21]]$events_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/events"
##
## [[4]][[21]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/assignees{/user}"
##
## [[4]][[21]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/branches{/branch}"
##
## [[4]][[21]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/tags"
##
## [[4]][[21]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/git/blobs{/sha}"
##
## [[4]][[21]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/git/tags{/sha}"
##
## [[4]][[21]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/git/refs{/sha}"
##
## [[4]][[21]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/git/trees{/sha}"
##
## [[4]][[21]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/statuses/{sha}"
##
## [[4]][[21]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/languages"
##
## [[4]][[21]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/stargazers"
##
## [[4]][[21]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/contributors"
##
## [[4]][[21]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/subscribers"
##
## [[4]][[21]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/subscription"
##
## [[4]][[21]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/commits{/sha}"
##
## [[4]][[21]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/git/commits{/sha}"
##
## [[4]][[21]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/comments{/number}"
##
## [[4]][[21]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/issues/comments{/number}"
##
## [[4]][[21]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/contents/{+path}"
##
## [[4]][[21]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/compare/{base}...{head}"
##
## [[4]][[21]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/merges"
##
## [[4]][[21]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/{archive_format}{/ref}"
##
## [[4]][[21]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/downloads"
##
## [[4]][[21]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/issues{/number}"
##
## [[4]][[21]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/pulls{/number}"
##
## [[4]][[21]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/milestones{/number}"
##
## [[4]][[21]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/notifications{?since,all,participating}"
##
## [[4]][[21]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/labels{/name}"
##
## [[4]][[21]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/releases{/id}"
##
## [[4]][[21]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/r-travis/deployments"
##
## [[4]][[21]]$created_at
## [1] "2016-07-26T19:35:26Z"
##
## [[4]][[21]]$updated_at
## [1] "2016-07-26T19:35:27Z"
##
## [[4]][[21]]$pushed_at
## [1] "2016-07-26T21:45:12Z"
##
## [[4]][[21]]$git_url
## [1] "git://github.com/juliasilge/r-travis.git"
##
## [[4]][[21]]$ssh_url
## [1] "git@github.com:juliasilge/r-travis.git"
##
## [[4]][[21]]$clone_url
## [1] "https://github.com/juliasilge/r-travis.git"
##
## [[4]][[21]]$svn_url
## [1] "https://github.com/juliasilge/r-travis"
##
## [[4]][[21]]$homepage
## NULL
##
## [[4]][[21]]$size
## [1] 260
##
## [[4]][[21]]$stargazers_count
## [1] 0
##
## [[4]][[21]]$watchers_count
## [1] 0
##
## [[4]][[21]]$language
## [1] "Shell"
##
## [[4]][[21]]$has_issues
## [1] FALSE
##
## [[4]][[21]]$has_downloads
## [1] TRUE
##
## [[4]][[21]]$has_wiki
## [1] TRUE
##
## [[4]][[21]]$has_pages
## [1] FALSE
##
## [[4]][[21]]$forks_count
## [1] 0
##
## [[4]][[21]]$mirror_url
## NULL
##
## [[4]][[21]]$open_issues_count
## [1] 0
##
## [[4]][[21]]$forks
## [1] 0
##
## [[4]][[21]]$open_issues
## [1] 0
##
## [[4]][[21]]$watchers
## [1] 0
##
## [[4]][[21]]$default_branch
## [1] "master"
##
##
## [[4]][[22]]
## [[4]][[22]]$id
## [1] 42529303
##
## [[4]][[22]]$name
## [1] "RepData_PeerAssessment1"
##
## [[4]][[22]]$full_name
## [1] "juliasilge/RepData_PeerAssessment1"
##
## [[4]][[22]]$owner
## [[4]][[22]]$owner$login
## [1] "juliasilge"
##
## [[4]][[22]]$owner$id
## [1] 12505835
##
## [[4]][[22]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[22]]$owner$gravatar_id
## [1] ""
##
## [[4]][[22]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[22]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[22]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[22]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[22]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[22]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[22]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[22]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[22]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[22]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[22]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[22]]$owner$type
## [1] "User"
##
## [[4]][[22]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[22]]$private
## [1] FALSE
##
## [[4]][[22]]$html_url
## [1] "https://github.com/juliasilge/RepData_PeerAssessment1"
##
## [[4]][[22]]$description
## [1] "Peer Assessment 1 for Reproducible Research"
##
## [[4]][[22]]$fork
## [1] TRUE
##
## [[4]][[22]]$url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1"
##
## [[4]][[22]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/forks"
##
## [[4]][[22]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/keys{/key_id}"
##
## [[4]][[22]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/collaborators{/collaborator}"
##
## [[4]][[22]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/teams"
##
## [[4]][[22]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/hooks"
##
## [[4]][[22]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/issues/events{/number}"
##
## [[4]][[22]]$events_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/events"
##
## [[4]][[22]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/assignees{/user}"
##
## [[4]][[22]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/branches{/branch}"
##
## [[4]][[22]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/tags"
##
## [[4]][[22]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/git/blobs{/sha}"
##
## [[4]][[22]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/git/tags{/sha}"
##
## [[4]][[22]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/git/refs{/sha}"
##
## [[4]][[22]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/git/trees{/sha}"
##
## [[4]][[22]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/statuses/{sha}"
##
## [[4]][[22]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/languages"
##
## [[4]][[22]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/stargazers"
##
## [[4]][[22]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/contributors"
##
## [[4]][[22]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/subscribers"
##
## [[4]][[22]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/subscription"
##
## [[4]][[22]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/commits{/sha}"
##
## [[4]][[22]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/git/commits{/sha}"
##
## [[4]][[22]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/comments{/number}"
##
## [[4]][[22]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/issues/comments{/number}"
##
## [[4]][[22]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/contents/{+path}"
##
## [[4]][[22]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/compare/{base}...{head}"
##
## [[4]][[22]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/merges"
##
## [[4]][[22]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/{archive_format}{/ref}"
##
## [[4]][[22]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/downloads"
##
## [[4]][[22]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/issues{/number}"
##
## [[4]][[22]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/pulls{/number}"
##
## [[4]][[22]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/milestones{/number}"
##
## [[4]][[22]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/notifications{?since,all,participating}"
##
## [[4]][[22]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/labels{/name}"
##
## [[4]][[22]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/releases{/id}"
##
## [[4]][[22]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/RepData_PeerAssessment1/deployments"
##
## [[4]][[22]]$created_at
## [1] "2015-09-15T15:45:32Z"
##
## [[4]][[22]]$updated_at
## [1] "2015-09-17T20:32:02Z"
##
## [[4]][[22]]$pushed_at
## [1] "2015-09-17T20:36:57Z"
##
## [[4]][[22]]$git_url
## [1] "git://github.com/juliasilge/RepData_PeerAssessment1.git"
##
## [[4]][[22]]$ssh_url
## [1] "git@github.com:juliasilge/RepData_PeerAssessment1.git"
##
## [[4]][[22]]$clone_url
## [1] "https://github.com/juliasilge/RepData_PeerAssessment1.git"
##
## [[4]][[22]]$svn_url
## [1] "https://github.com/juliasilge/RepData_PeerAssessment1"
##
## [[4]][[22]]$homepage
## NULL
##
## [[4]][[22]]$size
## [1] 962
##
## [[4]][[22]]$stargazers_count
## [1] 0
##
## [[4]][[22]]$watchers_count
## [1] 0
##
## [[4]][[22]]$language
## [1] "HTML"
##
## [[4]][[22]]$has_issues
## [1] FALSE
##
## [[4]][[22]]$has_downloads
## [1] TRUE
##
## [[4]][[22]]$has_wiki
## [1] TRUE
##
## [[4]][[22]]$has_pages
## [1] FALSE
##
## [[4]][[22]]$forks_count
## [1] 0
##
## [[4]][[22]]$mirror_url
## NULL
##
## [[4]][[22]]$open_issues_count
## [1] 0
##
## [[4]][[22]]$forks
## [1] 0
##
## [[4]][[22]]$open_issues
## [1] 0
##
## [[4]][[22]]$watchers
## [1] 0
##
## [[4]][[22]]$default_branch
## [1] "master"
##
##
## [[4]][[23]]
## [[4]][[23]]$id
## [1] 50752693
##
## [[4]][[23]]$name
## [1] "SLCWaterMapping"
##
## [[4]][[23]]$full_name
## [1] "juliasilge/SLCWaterMapping"
##
## [[4]][[23]]$owner
## [[4]][[23]]$owner$login
## [1] "juliasilge"
##
## [[4]][[23]]$owner$id
## [1] 12505835
##
## [[4]][[23]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[23]]$owner$gravatar_id
## [1] ""
##
## [[4]][[23]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[23]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[23]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[23]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[23]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[23]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[23]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[23]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[23]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[23]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[23]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[23]]$owner$type
## [1] "User"
##
## [[4]][[23]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[23]]$private
## [1] FALSE
##
## [[4]][[23]]$html_url
## [1] "https://github.com/juliasilge/SLCWaterMapping"
##
## [[4]][[23]]$description
## [1] "Code and a Shiny app exploring water use in Salt Lake City"
##
## [[4]][[23]]$fork
## [1] FALSE
##
## [[4]][[23]]$url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping"
##
## [[4]][[23]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/forks"
##
## [[4]][[23]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/keys{/key_id}"
##
## [[4]][[23]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/collaborators{/collaborator}"
##
## [[4]][[23]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/teams"
##
## [[4]][[23]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/hooks"
##
## [[4]][[23]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/issues/events{/number}"
##
## [[4]][[23]]$events_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/events"
##
## [[4]][[23]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/assignees{/user}"
##
## [[4]][[23]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/branches{/branch}"
##
## [[4]][[23]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/tags"
##
## [[4]][[23]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/git/blobs{/sha}"
##
## [[4]][[23]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/git/tags{/sha}"
##
## [[4]][[23]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/git/refs{/sha}"
##
## [[4]][[23]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/git/trees{/sha}"
##
## [[4]][[23]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/statuses/{sha}"
##
## [[4]][[23]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/languages"
##
## [[4]][[23]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/stargazers"
##
## [[4]][[23]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/contributors"
##
## [[4]][[23]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/subscribers"
##
## [[4]][[23]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/subscription"
##
## [[4]][[23]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/commits{/sha}"
##
## [[4]][[23]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/git/commits{/sha}"
##
## [[4]][[23]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/comments{/number}"
##
## [[4]][[23]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/issues/comments{/number}"
##
## [[4]][[23]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/contents/{+path}"
##
## [[4]][[23]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/compare/{base}...{head}"
##
## [[4]][[23]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/merges"
##
## [[4]][[23]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/{archive_format}{/ref}"
##
## [[4]][[23]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/downloads"
##
## [[4]][[23]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/issues{/number}"
##
## [[4]][[23]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/pulls{/number}"
##
## [[4]][[23]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/milestones{/number}"
##
## [[4]][[23]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/notifications{?since,all,participating}"
##
## [[4]][[23]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/labels{/name}"
##
## [[4]][[23]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/releases{/id}"
##
## [[4]][[23]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/SLCWaterMapping/deployments"
##
## [[4]][[23]]$created_at
## [1] "2016-01-31T00:55:54Z"
##
## [[4]][[23]]$updated_at
## [1] "2016-01-31T00:58:36Z"
##
## [[4]][[23]]$pushed_at
## [1] "2016-02-11T20:59:11Z"
##
## [[4]][[23]]$git_url
## [1] "git://github.com/juliasilge/SLCWaterMapping.git"
##
## [[4]][[23]]$ssh_url
## [1] "git@github.com:juliasilge/SLCWaterMapping.git"
##
## [[4]][[23]]$clone_url
## [1] "https://github.com/juliasilge/SLCWaterMapping.git"
##
## [[4]][[23]]$svn_url
## [1] "https://github.com/juliasilge/SLCWaterMapping"
##
## [[4]][[23]]$homepage
## NULL
##
## [[4]][[23]]$size
## [1] 5
##
## [[4]][[23]]$stargazers_count
## [1] 0
##
## [[4]][[23]]$watchers_count
## [1] 0
##
## [[4]][[23]]$language
## [1] "R"
##
## [[4]][[23]]$has_issues
## [1] TRUE
##
## [[4]][[23]]$has_downloads
## [1] TRUE
##
## [[4]][[23]]$has_wiki
## [1] TRUE
##
## [[4]][[23]]$has_pages
## [1] FALSE
##
## [[4]][[23]]$forks_count
## [1] 0
##
## [[4]][[23]]$mirror_url
## NULL
##
## [[4]][[23]]$open_issues_count
## [1] 0
##
## [[4]][[23]]$forks
## [1] 0
##
## [[4]][[23]]$open_issues
## [1] 0
##
## [[4]][[23]]$watchers
## [1] 0
##
## [[4]][[23]]$default_branch
## [1] "master"
##
##
## [[4]][[24]]
## [[4]][[24]]$id
## [1] 55175084
##
## [[4]][[24]]$name
## [1] "tidytext"
##
## [[4]][[24]]$full_name
## [1] "juliasilge/tidytext"
##
## [[4]][[24]]$owner
## [[4]][[24]]$owner$login
## [1] "juliasilge"
##
## [[4]][[24]]$owner$id
## [1] 12505835
##
## [[4]][[24]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[24]]$owner$gravatar_id
## [1] ""
##
## [[4]][[24]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[24]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[24]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[24]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[24]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[24]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[24]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[24]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[24]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[24]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[24]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[24]]$owner$type
## [1] "User"
##
## [[4]][[24]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[24]]$private
## [1] FALSE
##
## [[4]][[24]]$html_url
## [1] "https://github.com/juliasilge/tidytext"
##
## [[4]][[24]]$description
## [1] "Text mining using dplyr, ggplot2, and other tidy tools :sparkles::page_facing_up::sparkles::page_facing_up::sparkles:"
##
## [[4]][[24]]$fork
## [1] FALSE
##
## [[4]][[24]]$url
## [1] "https://api.github.com/repos/juliasilge/tidytext"
##
## [[4]][[24]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/forks"
##
## [[4]][[24]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/keys{/key_id}"
##
## [[4]][[24]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/collaborators{/collaborator}"
##
## [[4]][[24]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/teams"
##
## [[4]][[24]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/hooks"
##
## [[4]][[24]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/issues/events{/number}"
##
## [[4]][[24]]$events_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/events"
##
## [[4]][[24]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/assignees{/user}"
##
## [[4]][[24]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/branches{/branch}"
##
## [[4]][[24]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/tags"
##
## [[4]][[24]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/git/blobs{/sha}"
##
## [[4]][[24]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/git/tags{/sha}"
##
## [[4]][[24]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/git/refs{/sha}"
##
## [[4]][[24]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/git/trees{/sha}"
##
## [[4]][[24]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/statuses/{sha}"
##
## [[4]][[24]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/languages"
##
## [[4]][[24]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/stargazers"
##
## [[4]][[24]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/contributors"
##
## [[4]][[24]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/subscribers"
##
## [[4]][[24]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/subscription"
##
## [[4]][[24]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/commits{/sha}"
##
## [[4]][[24]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/git/commits{/sha}"
##
## [[4]][[24]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/comments{/number}"
##
## [[4]][[24]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/issues/comments{/number}"
##
## [[4]][[24]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/contents/{+path}"
##
## [[4]][[24]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/compare/{base}...{head}"
##
## [[4]][[24]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/merges"
##
## [[4]][[24]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/{archive_format}{/ref}"
##
## [[4]][[24]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/downloads"
##
## [[4]][[24]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/issues{/number}"
##
## [[4]][[24]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/pulls{/number}"
##
## [[4]][[24]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/milestones{/number}"
##
## [[4]][[24]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/notifications{?since,all,participating}"
##
## [[4]][[24]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/labels{/name}"
##
## [[4]][[24]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/releases{/id}"
##
## [[4]][[24]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/tidytext/deployments"
##
## [[4]][[24]]$created_at
## [1] "2016-03-31T18:51:39Z"
##
## [[4]][[24]]$updated_at
## [1] "2016-10-25T01:02:37Z"
##
## [[4]][[24]]$pushed_at
## [1] "2016-10-24T18:26:35Z"
##
## [[4]][[24]]$git_url
## [1] "git://github.com/juliasilge/tidytext.git"
##
## [[4]][[24]]$ssh_url
## [1] "git@github.com:juliasilge/tidytext.git"
##
## [[4]][[24]]$clone_url
## [1] "https://github.com/juliasilge/tidytext.git"
##
## [[4]][[24]]$svn_url
## [1] "https://github.com/juliasilge/tidytext"
##
## [[4]][[24]]$homepage
## [1] ""
##
## [[4]][[24]]$size
## [1] 12355
##
## [[4]][[24]]$stargazers_count
## [1] 265
##
## [[4]][[24]]$watchers_count
## [1] 265
##
## [[4]][[24]]$language
## [1] "R"
##
## [[4]][[24]]$has_issues
## [1] TRUE
##
## [[4]][[24]]$has_downloads
## [1] TRUE
##
## [[4]][[24]]$has_wiki
## [1] TRUE
##
## [[4]][[24]]$has_pages
## [1] FALSE
##
## [[4]][[24]]$forks_count
## [1] 33
##
## [[4]][[24]]$mirror_url
## NULL
##
## [[4]][[24]]$open_issues_count
## [1] 5
##
## [[4]][[24]]$forks
## [1] 33
##
## [[4]][[24]]$open_issues
## [1] 5
##
## [[4]][[24]]$watchers
## [1] 265
##
## [[4]][[24]]$default_branch
## [1] "master"
##
##
## [[4]][[25]]
## [[4]][[25]]$id
## [1] 54402509
##
## [[4]][[25]]$name
## [1] "unconf16"
##
## [[4]][[25]]$full_name
## [1] "juliasilge/unconf16"
##
## [[4]][[25]]$owner
## [[4]][[25]]$owner$login
## [1] "juliasilge"
##
## [[4]][[25]]$owner$id
## [1] 12505835
##
## [[4]][[25]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[25]]$owner$gravatar_id
## [1] ""
##
## [[4]][[25]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[25]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[25]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[25]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[25]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[25]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[25]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[25]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[25]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[25]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[25]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[25]]$owner$type
## [1] "User"
##
## [[4]][[25]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[25]]$private
## [1] FALSE
##
## [[4]][[25]]$html_url
## [1] "https://github.com/juliasilge/unconf16"
##
## [[4]][[25]]$description
## [1] "rOpenSci's San Francisco hackathon/unconf 2016"
##
## [[4]][[25]]$fork
## [1] TRUE
##
## [[4]][[25]]$url
## [1] "https://api.github.com/repos/juliasilge/unconf16"
##
## [[4]][[25]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/forks"
##
## [[4]][[25]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/keys{/key_id}"
##
## [[4]][[25]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/collaborators{/collaborator}"
##
## [[4]][[25]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/teams"
##
## [[4]][[25]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/hooks"
##
## [[4]][[25]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/issues/events{/number}"
##
## [[4]][[25]]$events_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/events"
##
## [[4]][[25]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/assignees{/user}"
##
## [[4]][[25]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/branches{/branch}"
##
## [[4]][[25]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/tags"
##
## [[4]][[25]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/git/blobs{/sha}"
##
## [[4]][[25]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/git/tags{/sha}"
##
## [[4]][[25]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/git/refs{/sha}"
##
## [[4]][[25]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/git/trees{/sha}"
##
## [[4]][[25]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/statuses/{sha}"
##
## [[4]][[25]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/languages"
##
## [[4]][[25]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/stargazers"
##
## [[4]][[25]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/contributors"
##
## [[4]][[25]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/subscribers"
##
## [[4]][[25]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/subscription"
##
## [[4]][[25]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/commits{/sha}"
##
## [[4]][[25]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/git/commits{/sha}"
##
## [[4]][[25]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/comments{/number}"
##
## [[4]][[25]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/issues/comments{/number}"
##
## [[4]][[25]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/contents/{+path}"
##
## [[4]][[25]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/compare/{base}...{head}"
##
## [[4]][[25]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/merges"
##
## [[4]][[25]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/{archive_format}{/ref}"
##
## [[4]][[25]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/downloads"
##
## [[4]][[25]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/issues{/number}"
##
## [[4]][[25]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/pulls{/number}"
##
## [[4]][[25]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/milestones{/number}"
##
## [[4]][[25]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/notifications{?since,all,participating}"
##
## [[4]][[25]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/labels{/name}"
##
## [[4]][[25]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/releases{/id}"
##
## [[4]][[25]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/unconf16/deployments"
##
## [[4]][[25]]$created_at
## [1] "2016-03-21T15:53:42Z"
##
## [[4]][[25]]$updated_at
## [1] "2016-03-21T15:53:44Z"
##
## [[4]][[25]]$pushed_at
## [1] "2016-03-21T15:56:15Z"
##
## [[4]][[25]]$git_url
## [1] "git://github.com/juliasilge/unconf16.git"
##
## [[4]][[25]]$ssh_url
## [1] "git@github.com:juliasilge/unconf16.git"
##
## [[4]][[25]]$clone_url
## [1] "https://github.com/juliasilge/unconf16.git"
##
## [[4]][[25]]$svn_url
## [1] "https://github.com/juliasilge/unconf16"
##
## [[4]][[25]]$homepage
## [1] "http://unconf16.ropensci.org"
##
## [[4]][[25]]$size
## [1] 12953
##
## [[4]][[25]]$stargazers_count
## [1] 0
##
## [[4]][[25]]$watchers_count
## [1] 0
##
## [[4]][[25]]$language
## [1] "JavaScript"
##
## [[4]][[25]]$has_issues
## [1] FALSE
##
## [[4]][[25]]$has_downloads
## [1] TRUE
##
## [[4]][[25]]$has_wiki
## [1] TRUE
##
## [[4]][[25]]$has_pages
## [1] FALSE
##
## [[4]][[25]]$forks_count
## [1] 0
##
## [[4]][[25]]$mirror_url
## NULL
##
## [[4]][[25]]$open_issues_count
## [1] 0
##
## [[4]][[25]]$forks
## [1] 0
##
## [[4]][[25]]$open_issues
## [1] 0
##
## [[4]][[25]]$watchers
## [1] 0
##
## [[4]][[25]]$default_branch
## [1] "gh-pages"
##
##
## [[4]][[26]]
## [[4]][[26]]$id
## [1] 46437841
##
## [[4]][[26]]$name
## [1] "WeightLiftingMachineLearning"
##
## [[4]][[26]]$full_name
## [1] "juliasilge/WeightLiftingMachineLearning"
##
## [[4]][[26]]$owner
## [[4]][[26]]$owner$login
## [1] "juliasilge"
##
## [[4]][[26]]$owner$id
## [1] 12505835
##
## [[4]][[26]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/12505835?v=3"
##
## [[4]][[26]]$owner$gravatar_id
## [1] ""
##
## [[4]][[26]]$owner$url
## [1] "https://api.github.com/users/juliasilge"
##
## [[4]][[26]]$owner$html_url
## [1] "https://github.com/juliasilge"
##
## [[4]][[26]]$owner$followers_url
## [1] "https://api.github.com/users/juliasilge/followers"
##
## [[4]][[26]]$owner$following_url
## [1] "https://api.github.com/users/juliasilge/following{/other_user}"
##
## [[4]][[26]]$owner$gists_url
## [1] "https://api.github.com/users/juliasilge/gists{/gist_id}"
##
## [[4]][[26]]$owner$starred_url
## [1] "https://api.github.com/users/juliasilge/starred{/owner}{/repo}"
##
## [[4]][[26]]$owner$subscriptions_url
## [1] "https://api.github.com/users/juliasilge/subscriptions"
##
## [[4]][[26]]$owner$organizations_url
## [1] "https://api.github.com/users/juliasilge/orgs"
##
## [[4]][[26]]$owner$repos_url
## [1] "https://api.github.com/users/juliasilge/repos"
##
## [[4]][[26]]$owner$events_url
## [1] "https://api.github.com/users/juliasilge/events{/privacy}"
##
## [[4]][[26]]$owner$received_events_url
## [1] "https://api.github.com/users/juliasilge/received_events"
##
## [[4]][[26]]$owner$type
## [1] "User"
##
## [[4]][[26]]$owner$site_admin
## [1] FALSE
##
##
## [[4]][[26]]$private
## [1] FALSE
##
## [[4]][[26]]$html_url
## [1] "https://github.com/juliasilge/WeightLiftingMachineLearning"
##
## [[4]][[26]]$description
## [1] "A small machine learning project for a Coursera class"
##
## [[4]][[26]]$fork
## [1] FALSE
##
## [[4]][[26]]$url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning"
##
## [[4]][[26]]$forks_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/forks"
##
## [[4]][[26]]$keys_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/keys{/key_id}"
##
## [[4]][[26]]$collaborators_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/collaborators{/collaborator}"
##
## [[4]][[26]]$teams_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/teams"
##
## [[4]][[26]]$hooks_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/hooks"
##
## [[4]][[26]]$issue_events_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/issues/events{/number}"
##
## [[4]][[26]]$events_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/events"
##
## [[4]][[26]]$assignees_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/assignees{/user}"
##
## [[4]][[26]]$branches_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/branches{/branch}"
##
## [[4]][[26]]$tags_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/tags"
##
## [[4]][[26]]$blobs_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/git/blobs{/sha}"
##
## [[4]][[26]]$git_tags_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/git/tags{/sha}"
##
## [[4]][[26]]$git_refs_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/git/refs{/sha}"
##
## [[4]][[26]]$trees_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/git/trees{/sha}"
##
## [[4]][[26]]$statuses_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/statuses/{sha}"
##
## [[4]][[26]]$languages_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/languages"
##
## [[4]][[26]]$stargazers_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/stargazers"
##
## [[4]][[26]]$contributors_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/contributors"
##
## [[4]][[26]]$subscribers_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/subscribers"
##
## [[4]][[26]]$subscription_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/subscription"
##
## [[4]][[26]]$commits_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/commits{/sha}"
##
## [[4]][[26]]$git_commits_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/git/commits{/sha}"
##
## [[4]][[26]]$comments_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/comments{/number}"
##
## [[4]][[26]]$issue_comment_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/issues/comments{/number}"
##
## [[4]][[26]]$contents_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/contents/{+path}"
##
## [[4]][[26]]$compare_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/compare/{base}...{head}"
##
## [[4]][[26]]$merges_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/merges"
##
## [[4]][[26]]$archive_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/{archive_format}{/ref}"
##
## [[4]][[26]]$downloads_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/downloads"
##
## [[4]][[26]]$issues_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/issues{/number}"
##
## [[4]][[26]]$pulls_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/pulls{/number}"
##
## [[4]][[26]]$milestones_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/milestones{/number}"
##
## [[4]][[26]]$notifications_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/notifications{?since,all,participating}"
##
## [[4]][[26]]$labels_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/labels{/name}"
##
## [[4]][[26]]$releases_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/releases{/id}"
##
## [[4]][[26]]$deployments_url
## [1] "https://api.github.com/repos/juliasilge/WeightLiftingMachineLearning/deployments"
##
## [[4]][[26]]$created_at
## [1] "2015-11-18T18:11:09Z"
##
## [[4]][[26]]$updated_at
## [1] "2015-11-18T18:26:45Z"
##
## [[4]][[26]]$pushed_at
## [1] "2015-11-18T18:29:10Z"
##
## [[4]][[26]]$git_url
## [1] "git://github.com/juliasilge/WeightLiftingMachineLearning.git"
##
## [[4]][[26]]$ssh_url
## [1] "git@github.com:juliasilge/WeightLiftingMachineLearning.git"
##
## [[4]][[26]]$clone_url
## [1] "https://github.com/juliasilge/WeightLiftingMachineLearning.git"
##
## [[4]][[26]]$svn_url
## [1] "https://github.com/juliasilge/WeightLiftingMachineLearning"
##
## [[4]][[26]]$homepage
## NULL
##
## [[4]][[26]]$size
## [1] 508
##
## [[4]][[26]]$stargazers_count
## [1] 0
##
## [[4]][[26]]$watchers_count
## [1] 0
##
## [[4]][[26]]$language
## [1] "HTML"
##
## [[4]][[26]]$has_issues
## [1] TRUE
##
## [[4]][[26]]$has_downloads
## [1] TRUE
##
## [[4]][[26]]$has_wiki
## [1] TRUE
##
## [[4]][[26]]$has_pages
## [1] TRUE
##
## [[4]][[26]]$forks_count
## [1] 0
##
## [[4]][[26]]$mirror_url
## NULL
##
## [[4]][[26]]$open_issues_count
## [1] 0
##
## [[4]][[26]]$forks
## [1] 0
##
## [[4]][[26]]$open_issues
## [1] 0
##
## [[4]][[26]]$watchers
## [1] 0
##
## [[4]][[26]]$default_branch
## [1] "master"
##
##
##
## [[5]]
## [[5]][[1]]
## [[5]][[1]]$id
## [1] 17120350
##
## [[5]][[1]]$name
## [1] "ampolcourse"
##
## [[5]][[1]]$full_name
## [1] "leeper/ampolcourse"
##
## [[5]][[1]]$owner
## [[5]][[1]]$owner$login
## [1] "leeper"
##
## [[5]][[1]]$owner$id
## [1] 3505428
##
## [[5]][[1]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[1]]$owner$gravatar_id
## [1] ""
##
## [[5]][[1]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[1]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[1]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[1]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[1]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[1]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[1]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[1]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[1]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[1]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[1]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[1]]$owner$type
## [1] "User"
##
## [[5]][[1]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[1]]$private
## [1] FALSE
##
## [[5]][[1]]$html_url
## [1] "https://github.com/leeper/ampolcourse"
##
## [[5]][[1]]$description
## [1] "Course materials for \"Issues in American Government and Politics\""
##
## [[5]][[1]]$fork
## [1] FALSE
##
## [[5]][[1]]$url
## [1] "https://api.github.com/repos/leeper/ampolcourse"
##
## [[5]][[1]]$forks_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/forks"
##
## [[5]][[1]]$keys_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/keys{/key_id}"
##
## [[5]][[1]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/collaborators{/collaborator}"
##
## [[5]][[1]]$teams_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/teams"
##
## [[5]][[1]]$hooks_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/hooks"
##
## [[5]][[1]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/issues/events{/number}"
##
## [[5]][[1]]$events_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/events"
##
## [[5]][[1]]$assignees_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/assignees{/user}"
##
## [[5]][[1]]$branches_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/branches{/branch}"
##
## [[5]][[1]]$tags_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/tags"
##
## [[5]][[1]]$blobs_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/git/blobs{/sha}"
##
## [[5]][[1]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/git/tags{/sha}"
##
## [[5]][[1]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/git/refs{/sha}"
##
## [[5]][[1]]$trees_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/git/trees{/sha}"
##
## [[5]][[1]]$statuses_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/statuses/{sha}"
##
## [[5]][[1]]$languages_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/languages"
##
## [[5]][[1]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/stargazers"
##
## [[5]][[1]]$contributors_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/contributors"
##
## [[5]][[1]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/subscribers"
##
## [[5]][[1]]$subscription_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/subscription"
##
## [[5]][[1]]$commits_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/commits{/sha}"
##
## [[5]][[1]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/git/commits{/sha}"
##
## [[5]][[1]]$comments_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/comments{/number}"
##
## [[5]][[1]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/issues/comments{/number}"
##
## [[5]][[1]]$contents_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/contents/{+path}"
##
## [[5]][[1]]$compare_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/compare/{base}...{head}"
##
## [[5]][[1]]$merges_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/merges"
##
## [[5]][[1]]$archive_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/{archive_format}{/ref}"
##
## [[5]][[1]]$downloads_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/downloads"
##
## [[5]][[1]]$issues_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/issues{/number}"
##
## [[5]][[1]]$pulls_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/pulls{/number}"
##
## [[5]][[1]]$milestones_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/milestones{/number}"
##
## [[5]][[1]]$notifications_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/notifications{?since,all,participating}"
##
## [[5]][[1]]$labels_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/labels{/name}"
##
## [[5]][[1]]$releases_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/releases{/id}"
##
## [[5]][[1]]$deployments_url
## [1] "https://api.github.com/repos/leeper/ampolcourse/deployments"
##
## [[5]][[1]]$created_at
## [1] "2014-02-24T00:05:09Z"
##
## [[5]][[1]]$updated_at
## [1] "2016-04-15T14:14:43Z"
##
## [[5]][[1]]$pushed_at
## [1] "2016-08-18T23:06:28Z"
##
## [[5]][[1]]$git_url
## [1] "git://github.com/leeper/ampolcourse.git"
##
## [[5]][[1]]$ssh_url
## [1] "git@github.com:leeper/ampolcourse.git"
##
## [[5]][[1]]$clone_url
## [1] "https://github.com/leeper/ampolcourse.git"
##
## [[5]][[1]]$svn_url
## [1] "https://github.com/leeper/ampolcourse"
##
## [[5]][[1]]$homepage
## [1] "http://www.thomasleeper.com/ampolcourse"
##
## [[5]][[1]]$size
## [1] 8052
##
## [[5]][[1]]$stargazers_count
## [1] 0
##
## [[5]][[1]]$watchers_count
## [1] 0
##
## [[5]][[1]]$language
## [1] "TeX"
##
## [[5]][[1]]$has_issues
## [1] TRUE
##
## [[5]][[1]]$has_downloads
## [1] TRUE
##
## [[5]][[1]]$has_wiki
## [1] TRUE
##
## [[5]][[1]]$has_pages
## [1] TRUE
##
## [[5]][[1]]$forks_count
## [1] 0
##
## [[5]][[1]]$mirror_url
## NULL
##
## [[5]][[1]]$open_issues_count
## [1] 0
##
## [[5]][[1]]$forks
## [1] 0
##
## [[5]][[1]]$open_issues
## [1] 0
##
## [[5]][[1]]$watchers
## [1] 0
##
## [[5]][[1]]$default_branch
## [1] "gh-pages"
##
##
## [[5]][[2]]
## [[5]][[2]]$id
## [1] 32517704
##
## [[5]][[2]]$name
## [1] "apsa-leeper.bst"
##
## [[5]][[2]]$full_name
## [1] "leeper/apsa-leeper.bst"
##
## [[5]][[2]]$owner
## [[5]][[2]]$owner$login
## [1] "leeper"
##
## [[5]][[2]]$owner$id
## [1] 3505428
##
## [[5]][[2]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[2]]$owner$gravatar_id
## [1] ""
##
## [[5]][[2]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[2]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[2]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[2]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[2]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[2]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[2]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[2]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[2]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[2]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[2]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[2]]$owner$type
## [1] "User"
##
## [[5]][[2]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[2]]$private
## [1] FALSE
##
## [[5]][[2]]$html_url
## [1] "https://github.com/leeper/apsa-leeper.bst"
##
## [[5]][[2]]$description
## [1] "BibTeX style file for political science (adapted from apsa.bst)"
##
## [[5]][[2]]$fork
## [1] FALSE
##
## [[5]][[2]]$url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst"
##
## [[5]][[2]]$forks_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/forks"
##
## [[5]][[2]]$keys_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/keys{/key_id}"
##
## [[5]][[2]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/collaborators{/collaborator}"
##
## [[5]][[2]]$teams_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/teams"
##
## [[5]][[2]]$hooks_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/hooks"
##
## [[5]][[2]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/issues/events{/number}"
##
## [[5]][[2]]$events_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/events"
##
## [[5]][[2]]$assignees_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/assignees{/user}"
##
## [[5]][[2]]$branches_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/branches{/branch}"
##
## [[5]][[2]]$tags_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/tags"
##
## [[5]][[2]]$blobs_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/git/blobs{/sha}"
##
## [[5]][[2]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/git/tags{/sha}"
##
## [[5]][[2]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/git/refs{/sha}"
##
## [[5]][[2]]$trees_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/git/trees{/sha}"
##
## [[5]][[2]]$statuses_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/statuses/{sha}"
##
## [[5]][[2]]$languages_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/languages"
##
## [[5]][[2]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/stargazers"
##
## [[5]][[2]]$contributors_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/contributors"
##
## [[5]][[2]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/subscribers"
##
## [[5]][[2]]$subscription_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/subscription"
##
## [[5]][[2]]$commits_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/commits{/sha}"
##
## [[5]][[2]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/git/commits{/sha}"
##
## [[5]][[2]]$comments_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/comments{/number}"
##
## [[5]][[2]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/issues/comments{/number}"
##
## [[5]][[2]]$contents_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/contents/{+path}"
##
## [[5]][[2]]$compare_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/compare/{base}...{head}"
##
## [[5]][[2]]$merges_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/merges"
##
## [[5]][[2]]$archive_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/{archive_format}{/ref}"
##
## [[5]][[2]]$downloads_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/downloads"
##
## [[5]][[2]]$issues_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/issues{/number}"
##
## [[5]][[2]]$pulls_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/pulls{/number}"
##
## [[5]][[2]]$milestones_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/milestones{/number}"
##
## [[5]][[2]]$notifications_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/notifications{?since,all,participating}"
##
## [[5]][[2]]$labels_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/labels{/name}"
##
## [[5]][[2]]$releases_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/releases{/id}"
##
## [[5]][[2]]$deployments_url
## [1] "https://api.github.com/repos/leeper/apsa-leeper.bst/deployments"
##
## [[5]][[2]]$created_at
## [1] "2015-03-19T11:35:10Z"
##
## [[5]][[2]]$updated_at
## [1] "2016-09-06T13:12:10Z"
##
## [[5]][[2]]$pushed_at
## [1] "2015-03-19T11:36:24Z"
##
## [[5]][[2]]$git_url
## [1] "git://github.com/leeper/apsa-leeper.bst.git"
##
## [[5]][[2]]$ssh_url
## [1] "git@github.com:leeper/apsa-leeper.bst.git"
##
## [[5]][[2]]$clone_url
## [1] "https://github.com/leeper/apsa-leeper.bst.git"
##
## [[5]][[2]]$svn_url
## [1] "https://github.com/leeper/apsa-leeper.bst"
##
## [[5]][[2]]$homepage
## NULL
##
## [[5]][[2]]$size
## [1] 108
##
## [[5]][[2]]$stargazers_count
## [1] 1
##
## [[5]][[2]]$watchers_count
## [1] 1
##
## [[5]][[2]]$language
## NULL
##
## [[5]][[2]]$has_issues
## [1] TRUE
##
## [[5]][[2]]$has_downloads
## [1] TRUE
##
## [[5]][[2]]$has_wiki
## [1] TRUE
##
## [[5]][[2]]$has_pages
## [1] FALSE
##
## [[5]][[2]]$forks_count
## [1] 0
##
## [[5]][[2]]$mirror_url
## NULL
##
## [[5]][[2]]$open_issues_count
## [1] 0
##
## [[5]][[2]]$forks
## [1] 0
##
## [[5]][[2]]$open_issues
## [1] 0
##
## [[5]][[2]]$watchers
## [1] 1
##
## [[5]][[2]]$default_branch
## [1] "master"
##
##
## [[5]][[3]]
## [[5]][[3]]$id
## [1] 37484170
##
## [[5]][[3]]$name
## [1] "arco"
##
## [[5]][[3]]$full_name
## [1] "leeper/arco"
##
## [[5]][[3]]$owner
## [[5]][[3]]$owner$login
## [1] "leeper"
##
## [[5]][[3]]$owner$id
## [1] 3505428
##
## [[5]][[3]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[3]]$owner$gravatar_id
## [1] ""
##
## [[5]][[3]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[3]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[3]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[3]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[3]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[3]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[3]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[3]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[3]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[3]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[3]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[3]]$owner$type
## [1] "User"
##
## [[5]][[3]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[3]]$private
## [1] FALSE
##
## [[5]][[3]]$html_url
## [1] "https://github.com/leeper/arco"
##
## [[5]][[3]]$description
## [1] "Select colors from the Tcl/tk `chooseColors` widget"
##
## [[5]][[3]]$fork
## [1] FALSE
##
## [[5]][[3]]$url
## [1] "https://api.github.com/repos/leeper/arco"
##
## [[5]][[3]]$forks_url
## [1] "https://api.github.com/repos/leeper/arco/forks"
##
## [[5]][[3]]$keys_url
## [1] "https://api.github.com/repos/leeper/arco/keys{/key_id}"
##
## [[5]][[3]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/arco/collaborators{/collaborator}"
##
## [[5]][[3]]$teams_url
## [1] "https://api.github.com/repos/leeper/arco/teams"
##
## [[5]][[3]]$hooks_url
## [1] "https://api.github.com/repos/leeper/arco/hooks"
##
## [[5]][[3]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/arco/issues/events{/number}"
##
## [[5]][[3]]$events_url
## [1] "https://api.github.com/repos/leeper/arco/events"
##
## [[5]][[3]]$assignees_url
## [1] "https://api.github.com/repos/leeper/arco/assignees{/user}"
##
## [[5]][[3]]$branches_url
## [1] "https://api.github.com/repos/leeper/arco/branches{/branch}"
##
## [[5]][[3]]$tags_url
## [1] "https://api.github.com/repos/leeper/arco/tags"
##
## [[5]][[3]]$blobs_url
## [1] "https://api.github.com/repos/leeper/arco/git/blobs{/sha}"
##
## [[5]][[3]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/arco/git/tags{/sha}"
##
## [[5]][[3]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/arco/git/refs{/sha}"
##
## [[5]][[3]]$trees_url
## [1] "https://api.github.com/repos/leeper/arco/git/trees{/sha}"
##
## [[5]][[3]]$statuses_url
## [1] "https://api.github.com/repos/leeper/arco/statuses/{sha}"
##
## [[5]][[3]]$languages_url
## [1] "https://api.github.com/repos/leeper/arco/languages"
##
## [[5]][[3]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/arco/stargazers"
##
## [[5]][[3]]$contributors_url
## [1] "https://api.github.com/repos/leeper/arco/contributors"
##
## [[5]][[3]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/arco/subscribers"
##
## [[5]][[3]]$subscription_url
## [1] "https://api.github.com/repos/leeper/arco/subscription"
##
## [[5]][[3]]$commits_url
## [1] "https://api.github.com/repos/leeper/arco/commits{/sha}"
##
## [[5]][[3]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/arco/git/commits{/sha}"
##
## [[5]][[3]]$comments_url
## [1] "https://api.github.com/repos/leeper/arco/comments{/number}"
##
## [[5]][[3]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/arco/issues/comments{/number}"
##
## [[5]][[3]]$contents_url
## [1] "https://api.github.com/repos/leeper/arco/contents/{+path}"
##
## [[5]][[3]]$compare_url
## [1] "https://api.github.com/repos/leeper/arco/compare/{base}...{head}"
##
## [[5]][[3]]$merges_url
## [1] "https://api.github.com/repos/leeper/arco/merges"
##
## [[5]][[3]]$archive_url
## [1] "https://api.github.com/repos/leeper/arco/{archive_format}{/ref}"
##
## [[5]][[3]]$downloads_url
## [1] "https://api.github.com/repos/leeper/arco/downloads"
##
## [[5]][[3]]$issues_url
## [1] "https://api.github.com/repos/leeper/arco/issues{/number}"
##
## [[5]][[3]]$pulls_url
## [1] "https://api.github.com/repos/leeper/arco/pulls{/number}"
##
## [[5]][[3]]$milestones_url
## [1] "https://api.github.com/repos/leeper/arco/milestones{/number}"
##
## [[5]][[3]]$notifications_url
## [1] "https://api.github.com/repos/leeper/arco/notifications{?since,all,participating}"
##
## [[5]][[3]]$labels_url
## [1] "https://api.github.com/repos/leeper/arco/labels{/name}"
##
## [[5]][[3]]$releases_url
## [1] "https://api.github.com/repos/leeper/arco/releases{/id}"
##
## [[5]][[3]]$deployments_url
## [1] "https://api.github.com/repos/leeper/arco/deployments"
##
## [[5]][[3]]$created_at
## [1] "2015-06-15T18:43:08Z"
##
## [[5]][[3]]$updated_at
## [1] "2015-08-08T17:44:18Z"
##
## [[5]][[3]]$pushed_at
## [1] "2015-06-17T12:26:38Z"
##
## [[5]][[3]]$git_url
## [1] "git://github.com/leeper/arco.git"
##
## [[5]][[3]]$ssh_url
## [1] "git@github.com:leeper/arco.git"
##
## [[5]][[3]]$clone_url
## [1] "https://github.com/leeper/arco.git"
##
## [[5]][[3]]$svn_url
## [1] "https://github.com/leeper/arco"
##
## [[5]][[3]]$homepage
## NULL
##
## [[5]][[3]]$size
## [1] 132
##
## [[5]][[3]]$stargazers_count
## [1] 5
##
## [[5]][[3]]$watchers_count
## [1] 5
##
## [[5]][[3]]$language
## [1] "R"
##
## [[5]][[3]]$has_issues
## [1] TRUE
##
## [[5]][[3]]$has_downloads
## [1] TRUE
##
## [[5]][[3]]$has_wiki
## [1] TRUE
##
## [[5]][[3]]$has_pages
## [1] FALSE
##
## [[5]][[3]]$forks_count
## [1] 0
##
## [[5]][[3]]$mirror_url
## NULL
##
## [[5]][[3]]$open_issues_count
## [1] 0
##
## [[5]][[3]]$forks
## [1] 0
##
## [[5]][[3]]$open_issues
## [1] 0
##
## [[5]][[3]]$watchers
## [1] 5
##
## [[5]][[3]]$default_branch
## [1] "master"
##
##
## [[5]][[4]]
## [[5]][[4]]$id
## [1] 58914380
##
## [[5]][[4]]$name
## [1] "astrojs"
##
## [[5]][[4]]$full_name
## [1] "leeper/astrojs"
##
## [[5]][[4]]$owner
## [[5]][[4]]$owner$login
## [1] "leeper"
##
## [[5]][[4]]$owner$id
## [1] 3505428
##
## [[5]][[4]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[4]]$owner$gravatar_id
## [1] ""
##
## [[5]][[4]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[4]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[4]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[4]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[4]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[4]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[4]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[4]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[4]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[4]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[4]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[4]]$owner$type
## [1] "User"
##
## [[5]][[4]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[4]]$private
## [1] FALSE
##
## [[5]][[4]]$html_url
## [1] "https://github.com/leeper/astrojs"
##
## [[5]][[4]]$description
## [1] "Code from: http://www.math.harvard.edu/computing/javascript/Calendar/"
##
## [[5]][[4]]$fork
## [1] FALSE
##
## [[5]][[4]]$url
## [1] "https://api.github.com/repos/leeper/astrojs"
##
## [[5]][[4]]$forks_url
## [1] "https://api.github.com/repos/leeper/astrojs/forks"
##
## [[5]][[4]]$keys_url
## [1] "https://api.github.com/repos/leeper/astrojs/keys{/key_id}"
##
## [[5]][[4]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/astrojs/collaborators{/collaborator}"
##
## [[5]][[4]]$teams_url
## [1] "https://api.github.com/repos/leeper/astrojs/teams"
##
## [[5]][[4]]$hooks_url
## [1] "https://api.github.com/repos/leeper/astrojs/hooks"
##
## [[5]][[4]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/astrojs/issues/events{/number}"
##
## [[5]][[4]]$events_url
## [1] "https://api.github.com/repos/leeper/astrojs/events"
##
## [[5]][[4]]$assignees_url
## [1] "https://api.github.com/repos/leeper/astrojs/assignees{/user}"
##
## [[5]][[4]]$branches_url
## [1] "https://api.github.com/repos/leeper/astrojs/branches{/branch}"
##
## [[5]][[4]]$tags_url
## [1] "https://api.github.com/repos/leeper/astrojs/tags"
##
## [[5]][[4]]$blobs_url
## [1] "https://api.github.com/repos/leeper/astrojs/git/blobs{/sha}"
##
## [[5]][[4]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/astrojs/git/tags{/sha}"
##
## [[5]][[4]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/astrojs/git/refs{/sha}"
##
## [[5]][[4]]$trees_url
## [1] "https://api.github.com/repos/leeper/astrojs/git/trees{/sha}"
##
## [[5]][[4]]$statuses_url
## [1] "https://api.github.com/repos/leeper/astrojs/statuses/{sha}"
##
## [[5]][[4]]$languages_url
## [1] "https://api.github.com/repos/leeper/astrojs/languages"
##
## [[5]][[4]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/astrojs/stargazers"
##
## [[5]][[4]]$contributors_url
## [1] "https://api.github.com/repos/leeper/astrojs/contributors"
##
## [[5]][[4]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/astrojs/subscribers"
##
## [[5]][[4]]$subscription_url
## [1] "https://api.github.com/repos/leeper/astrojs/subscription"
##
## [[5]][[4]]$commits_url
## [1] "https://api.github.com/repos/leeper/astrojs/commits{/sha}"
##
## [[5]][[4]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/astrojs/git/commits{/sha}"
##
## [[5]][[4]]$comments_url
## [1] "https://api.github.com/repos/leeper/astrojs/comments{/number}"
##
## [[5]][[4]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/astrojs/issues/comments{/number}"
##
## [[5]][[4]]$contents_url
## [1] "https://api.github.com/repos/leeper/astrojs/contents/{+path}"
##
## [[5]][[4]]$compare_url
## [1] "https://api.github.com/repos/leeper/astrojs/compare/{base}...{head}"
##
## [[5]][[4]]$merges_url
## [1] "https://api.github.com/repos/leeper/astrojs/merges"
##
## [[5]][[4]]$archive_url
## [1] "https://api.github.com/repos/leeper/astrojs/{archive_format}{/ref}"
##
## [[5]][[4]]$downloads_url
## [1] "https://api.github.com/repos/leeper/astrojs/downloads"
##
## [[5]][[4]]$issues_url
## [1] "https://api.github.com/repos/leeper/astrojs/issues{/number}"
##
## [[5]][[4]]$pulls_url
## [1] "https://api.github.com/repos/leeper/astrojs/pulls{/number}"
##
## [[5]][[4]]$milestones_url
## [1] "https://api.github.com/repos/leeper/astrojs/milestones{/number}"
##
## [[5]][[4]]$notifications_url
## [1] "https://api.github.com/repos/leeper/astrojs/notifications{?since,all,participating}"
##
## [[5]][[4]]$labels_url
## [1] "https://api.github.com/repos/leeper/astrojs/labels{/name}"
##
## [[5]][[4]]$releases_url
## [1] "https://api.github.com/repos/leeper/astrojs/releases{/id}"
##
## [[5]][[4]]$deployments_url
## [1] "https://api.github.com/repos/leeper/astrojs/deployments"
##
## [[5]][[4]]$created_at
## [1] "2016-05-16T08:00:45Z"
##
## [[5]][[4]]$updated_at
## [1] "2016-05-16T08:01:18Z"
##
## [[5]][[4]]$pushed_at
## [1] "2016-05-16T08:01:17Z"
##
## [[5]][[4]]$git_url
## [1] "git://github.com/leeper/astrojs.git"
##
## [[5]][[4]]$ssh_url
## [1] "git@github.com:leeper/astrojs.git"
##
## [[5]][[4]]$clone_url
## [1] "https://github.com/leeper/astrojs.git"
##
## [[5]][[4]]$svn_url
## [1] "https://github.com/leeper/astrojs"
##
## [[5]][[4]]$homepage
## NULL
##
## [[5]][[4]]$size
## [1] 32
##
## [[5]][[4]]$stargazers_count
## [1] 0
##
## [[5]][[4]]$watchers_count
## [1] 0
##
## [[5]][[4]]$language
## [1] "HTML"
##
## [[5]][[4]]$has_issues
## [1] TRUE
##
## [[5]][[4]]$has_downloads
## [1] TRUE
##
## [[5]][[4]]$has_wiki
## [1] TRUE
##
## [[5]][[4]]$has_pages
## [1] FALSE
##
## [[5]][[4]]$forks_count
## [1] 0
##
## [[5]][[4]]$mirror_url
## NULL
##
## [[5]][[4]]$open_issues_count
## [1] 0
##
## [[5]][[4]]$forks
## [1] 0
##
## [[5]][[4]]$open_issues
## [1] 0
##
## [[5]][[4]]$watchers
## [1] 0
##
## [[5]][[4]]$default_branch
## [1] "master"
##
##
## [[5]][[5]]
## [[5]][[5]]$id
## [1] 44051488
##
## [[5]][[5]]$name
## [1] "batman"
##
## [[5]][[5]]$full_name
## [1] "leeper/batman"
##
## [[5]][[5]]$owner
## [[5]][[5]]$owner$login
## [1] "leeper"
##
## [[5]][[5]]$owner$id
## [1] 3505428
##
## [[5]][[5]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[5]]$owner$gravatar_id
## [1] ""
##
## [[5]][[5]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[5]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[5]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[5]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[5]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[5]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[5]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[5]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[5]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[5]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[5]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[5]]$owner$type
## [1] "User"
##
## [[5]][[5]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[5]]$private
## [1] FALSE
##
## [[5]][[5]]$html_url
## [1] "https://github.com/leeper/batman"
##
## [[5]][[5]]$description
## [1] "Convert categorical representations of logicals to actual logicals"
##
## [[5]][[5]]$fork
## [1] TRUE
##
## [[5]][[5]]$url
## [1] "https://api.github.com/repos/leeper/batman"
##
## [[5]][[5]]$forks_url
## [1] "https://api.github.com/repos/leeper/batman/forks"
##
## [[5]][[5]]$keys_url
## [1] "https://api.github.com/repos/leeper/batman/keys{/key_id}"
##
## [[5]][[5]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/batman/collaborators{/collaborator}"
##
## [[5]][[5]]$teams_url
## [1] "https://api.github.com/repos/leeper/batman/teams"
##
## [[5]][[5]]$hooks_url
## [1] "https://api.github.com/repos/leeper/batman/hooks"
##
## [[5]][[5]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/batman/issues/events{/number}"
##
## [[5]][[5]]$events_url
## [1] "https://api.github.com/repos/leeper/batman/events"
##
## [[5]][[5]]$assignees_url
## [1] "https://api.github.com/repos/leeper/batman/assignees{/user}"
##
## [[5]][[5]]$branches_url
## [1] "https://api.github.com/repos/leeper/batman/branches{/branch}"
##
## [[5]][[5]]$tags_url
## [1] "https://api.github.com/repos/leeper/batman/tags"
##
## [[5]][[5]]$blobs_url
## [1] "https://api.github.com/repos/leeper/batman/git/blobs{/sha}"
##
## [[5]][[5]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/batman/git/tags{/sha}"
##
## [[5]][[5]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/batman/git/refs{/sha}"
##
## [[5]][[5]]$trees_url
## [1] "https://api.github.com/repos/leeper/batman/git/trees{/sha}"
##
## [[5]][[5]]$statuses_url
## [1] "https://api.github.com/repos/leeper/batman/statuses/{sha}"
##
## [[5]][[5]]$languages_url
## [1] "https://api.github.com/repos/leeper/batman/languages"
##
## [[5]][[5]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/batman/stargazers"
##
## [[5]][[5]]$contributors_url
## [1] "https://api.github.com/repos/leeper/batman/contributors"
##
## [[5]][[5]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/batman/subscribers"
##
## [[5]][[5]]$subscription_url
## [1] "https://api.github.com/repos/leeper/batman/subscription"
##
## [[5]][[5]]$commits_url
## [1] "https://api.github.com/repos/leeper/batman/commits{/sha}"
##
## [[5]][[5]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/batman/git/commits{/sha}"
##
## [[5]][[5]]$comments_url
## [1] "https://api.github.com/repos/leeper/batman/comments{/number}"
##
## [[5]][[5]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/batman/issues/comments{/number}"
##
## [[5]][[5]]$contents_url
## [1] "https://api.github.com/repos/leeper/batman/contents/{+path}"
##
## [[5]][[5]]$compare_url
## [1] "https://api.github.com/repos/leeper/batman/compare/{base}...{head}"
##
## [[5]][[5]]$merges_url
## [1] "https://api.github.com/repos/leeper/batman/merges"
##
## [[5]][[5]]$archive_url
## [1] "https://api.github.com/repos/leeper/batman/{archive_format}{/ref}"
##
## [[5]][[5]]$downloads_url
## [1] "https://api.github.com/repos/leeper/batman/downloads"
##
## [[5]][[5]]$issues_url
## [1] "https://api.github.com/repos/leeper/batman/issues{/number}"
##
## [[5]][[5]]$pulls_url
## [1] "https://api.github.com/repos/leeper/batman/pulls{/number}"
##
## [[5]][[5]]$milestones_url
## [1] "https://api.github.com/repos/leeper/batman/milestones{/number}"
##
## [[5]][[5]]$notifications_url
## [1] "https://api.github.com/repos/leeper/batman/notifications{?since,all,participating}"
##
## [[5]][[5]]$labels_url
## [1] "https://api.github.com/repos/leeper/batman/labels{/name}"
##
## [[5]][[5]]$releases_url
## [1] "https://api.github.com/repos/leeper/batman/releases{/id}"
##
## [[5]][[5]]$deployments_url
## [1] "https://api.github.com/repos/leeper/batman/deployments"
##
## [[5]][[5]]$created_at
## [1] "2015-10-11T12:37:25Z"
##
## [[5]][[5]]$updated_at
## [1] "2015-10-11T12:37:26Z"
##
## [[5]][[5]]$pushed_at
## [1] "2015-10-11T11:21:59Z"
##
## [[5]][[5]]$git_url
## [1] "git://github.com/leeper/batman.git"
##
## [[5]][[5]]$ssh_url
## [1] "git@github.com:leeper/batman.git"
##
## [[5]][[5]]$clone_url
## [1] "https://github.com/leeper/batman.git"
##
## [[5]][[5]]$svn_url
## [1] "https://github.com/leeper/batman"
##
## [[5]][[5]]$homepage
## [1] ""
##
## [[5]][[5]]$size
## [1] 70
##
## [[5]][[5]]$stargazers_count
## [1] 0
##
## [[5]][[5]]$watchers_count
## [1] 0
##
## [[5]][[5]]$language
## [1] "R"
##
## [[5]][[5]]$has_issues
## [1] FALSE
##
## [[5]][[5]]$has_downloads
## [1] TRUE
##
## [[5]][[5]]$has_wiki
## [1] TRUE
##
## [[5]][[5]]$has_pages
## [1] FALSE
##
## [[5]][[5]]$forks_count
## [1] 0
##
## [[5]][[5]]$mirror_url
## NULL
##
## [[5]][[5]]$open_issues_count
## [1] 0
##
## [[5]][[5]]$forks
## [1] 0
##
## [[5]][[5]]$open_issues
## [1] 0
##
## [[5]][[5]]$watchers
## [1] 0
##
## [[5]][[5]]$default_branch
## [1] "master"
##
##
## [[5]][[6]]
## [[5]][[6]]$id
## [1] 50262277
##
## [[5]][[6]]$name
## [1] "choco-r-devel"
##
## [[5]][[6]]$full_name
## [1] "leeper/choco-r-devel"
##
## [[5]][[6]]$owner
## [[5]][[6]]$owner$login
## [1] "leeper"
##
## [[5]][[6]]$owner$id
## [1] 3505428
##
## [[5]][[6]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[6]]$owner$gravatar_id
## [1] ""
##
## [[5]][[6]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[6]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[6]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[6]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[6]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[6]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[6]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[6]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[6]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[6]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[6]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[6]]$owner$type
## [1] "User"
##
## [[5]][[6]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[6]]$private
## [1] FALSE
##
## [[5]][[6]]$html_url
## [1] "https://github.com/leeper/choco-r-devel"
##
## [[5]][[6]]$description
## [1] "Chocolatey package for r-devel"
##
## [[5]][[6]]$fork
## [1] FALSE
##
## [[5]][[6]]$url
## [1] "https://api.github.com/repos/leeper/choco-r-devel"
##
## [[5]][[6]]$forks_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/forks"
##
## [[5]][[6]]$keys_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/keys{/key_id}"
##
## [[5]][[6]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/collaborators{/collaborator}"
##
## [[5]][[6]]$teams_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/teams"
##
## [[5]][[6]]$hooks_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/hooks"
##
## [[5]][[6]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/issues/events{/number}"
##
## [[5]][[6]]$events_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/events"
##
## [[5]][[6]]$assignees_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/assignees{/user}"
##
## [[5]][[6]]$branches_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/branches{/branch}"
##
## [[5]][[6]]$tags_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/tags"
##
## [[5]][[6]]$blobs_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/git/blobs{/sha}"
##
## [[5]][[6]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/git/tags{/sha}"
##
## [[5]][[6]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/git/refs{/sha}"
##
## [[5]][[6]]$trees_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/git/trees{/sha}"
##
## [[5]][[6]]$statuses_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/statuses/{sha}"
##
## [[5]][[6]]$languages_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/languages"
##
## [[5]][[6]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/stargazers"
##
## [[5]][[6]]$contributors_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/contributors"
##
## [[5]][[6]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/subscribers"
##
## [[5]][[6]]$subscription_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/subscription"
##
## [[5]][[6]]$commits_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/commits{/sha}"
##
## [[5]][[6]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/git/commits{/sha}"
##
## [[5]][[6]]$comments_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/comments{/number}"
##
## [[5]][[6]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/issues/comments{/number}"
##
## [[5]][[6]]$contents_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/contents/{+path}"
##
## [[5]][[6]]$compare_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/compare/{base}...{head}"
##
## [[5]][[6]]$merges_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/merges"
##
## [[5]][[6]]$archive_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/{archive_format}{/ref}"
##
## [[5]][[6]]$downloads_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/downloads"
##
## [[5]][[6]]$issues_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/issues{/number}"
##
## [[5]][[6]]$pulls_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/pulls{/number}"
##
## [[5]][[6]]$milestones_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/milestones{/number}"
##
## [[5]][[6]]$notifications_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/notifications{?since,all,participating}"
##
## [[5]][[6]]$labels_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/labels{/name}"
##
## [[5]][[6]]$releases_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/releases{/id}"
##
## [[5]][[6]]$deployments_url
## [1] "https://api.github.com/repos/leeper/choco-r-devel/deployments"
##
## [[5]][[6]]$created_at
## [1] "2016-01-23T22:46:50Z"
##
## [[5]][[6]]$updated_at
## [1] "2016-02-03T11:34:15Z"
##
## [[5]][[6]]$pushed_at
## [1] "2016-07-26T15:27:06Z"
##
## [[5]][[6]]$git_url
## [1] "git://github.com/leeper/choco-r-devel.git"
##
## [[5]][[6]]$ssh_url
## [1] "git@github.com:leeper/choco-r-devel.git"
##
## [[5]][[6]]$clone_url
## [1] "https://github.com/leeper/choco-r-devel.git"
##
## [[5]][[6]]$svn_url
## [1] "https://github.com/leeper/choco-r-devel"
##
## [[5]][[6]]$homepage
## NULL
##
## [[5]][[6]]$size
## [1] 77
##
## [[5]][[6]]$stargazers_count
## [1] 2
##
## [[5]][[6]]$watchers_count
## [1] 2
##
## [[5]][[6]]$language
## [1] "Makefile"
##
## [[5]][[6]]$has_issues
## [1] TRUE
##
## [[5]][[6]]$has_downloads
## [1] TRUE
##
## [[5]][[6]]$has_wiki
## [1] TRUE
##
## [[5]][[6]]$has_pages
## [1] FALSE
##
## [[5]][[6]]$forks_count
## [1] 0
##
## [[5]][[6]]$mirror_url
## NULL
##
## [[5]][[6]]$open_issues_count
## [1] 0
##
## [[5]][[6]]$forks
## [1] 0
##
## [[5]][[6]]$open_issues
## [1] 0
##
## [[5]][[6]]$watchers
## [1] 2
##
## [[5]][[6]]$default_branch
## [1] "master"
##
##
## [[5]][[7]]
## [[5]][[7]]$id
## [1] 50262595
##
## [[5]][[7]]$name
## [1] "choco-rtools"
##
## [[5]][[7]]$full_name
## [1] "leeper/choco-rtools"
##
## [[5]][[7]]$owner
## [[5]][[7]]$owner$login
## [1] "leeper"
##
## [[5]][[7]]$owner$id
## [1] 3505428
##
## [[5]][[7]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[7]]$owner$gravatar_id
## [1] ""
##
## [[5]][[7]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[7]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[7]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[7]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[7]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[7]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[7]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[7]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[7]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[7]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[7]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[7]]$owner$type
## [1] "User"
##
## [[5]][[7]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[7]]$private
## [1] FALSE
##
## [[5]][[7]]$html_url
## [1] "https://github.com/leeper/choco-rtools"
##
## [[5]][[7]]$description
## [1] "Chocolatey package for Rtools"
##
## [[5]][[7]]$fork
## [1] FALSE
##
## [[5]][[7]]$url
## [1] "https://api.github.com/repos/leeper/choco-rtools"
##
## [[5]][[7]]$forks_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/forks"
##
## [[5]][[7]]$keys_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/keys{/key_id}"
##
## [[5]][[7]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/collaborators{/collaborator}"
##
## [[5]][[7]]$teams_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/teams"
##
## [[5]][[7]]$hooks_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/hooks"
##
## [[5]][[7]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/issues/events{/number}"
##
## [[5]][[7]]$events_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/events"
##
## [[5]][[7]]$assignees_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/assignees{/user}"
##
## [[5]][[7]]$branches_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/branches{/branch}"
##
## [[5]][[7]]$tags_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/tags"
##
## [[5]][[7]]$blobs_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/git/blobs{/sha}"
##
## [[5]][[7]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/git/tags{/sha}"
##
## [[5]][[7]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/git/refs{/sha}"
##
## [[5]][[7]]$trees_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/git/trees{/sha}"
##
## [[5]][[7]]$statuses_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/statuses/{sha}"
##
## [[5]][[7]]$languages_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/languages"
##
## [[5]][[7]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/stargazers"
##
## [[5]][[7]]$contributors_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/contributors"
##
## [[5]][[7]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/subscribers"
##
## [[5]][[7]]$subscription_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/subscription"
##
## [[5]][[7]]$commits_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/commits{/sha}"
##
## [[5]][[7]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/git/commits{/sha}"
##
## [[5]][[7]]$comments_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/comments{/number}"
##
## [[5]][[7]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/issues/comments{/number}"
##
## [[5]][[7]]$contents_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/contents/{+path}"
##
## [[5]][[7]]$compare_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/compare/{base}...{head}"
##
## [[5]][[7]]$merges_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/merges"
##
## [[5]][[7]]$archive_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/{archive_format}{/ref}"
##
## [[5]][[7]]$downloads_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/downloads"
##
## [[5]][[7]]$issues_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/issues{/number}"
##
## [[5]][[7]]$pulls_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/pulls{/number}"
##
## [[5]][[7]]$milestones_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/milestones{/number}"
##
## [[5]][[7]]$notifications_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/notifications{?since,all,participating}"
##
## [[5]][[7]]$labels_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/labels{/name}"
##
## [[5]][[7]]$releases_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/releases{/id}"
##
## [[5]][[7]]$deployments_url
## [1] "https://api.github.com/repos/leeper/choco-rtools/deployments"
##
## [[5]][[7]]$created_at
## [1] "2016-01-23T22:57:06Z"
##
## [[5]][[7]]$updated_at
## [1] "2016-01-23T23:05:50Z"
##
## [[5]][[7]]$pushed_at
## [1] "2016-08-12T09:37:40Z"
##
## [[5]][[7]]$git_url
## [1] "git://github.com/leeper/choco-rtools.git"
##
## [[5]][[7]]$ssh_url
## [1] "git@github.com:leeper/choco-rtools.git"
##
## [[5]][[7]]$clone_url
## [1] "https://github.com/leeper/choco-rtools.git"
##
## [[5]][[7]]$svn_url
## [1] "https://github.com/leeper/choco-rtools"
##
## [[5]][[7]]$homepage
## NULL
##
## [[5]][[7]]$size
## [1] 48
##
## [[5]][[7]]$stargazers_count
## [1] 0
##
## [[5]][[7]]$watchers_count
## [1] 0
##
## [[5]][[7]]$language
## [1] "Makefile"
##
## [[5]][[7]]$has_issues
## [1] TRUE
##
## [[5]][[7]]$has_downloads
## [1] TRUE
##
## [[5]][[7]]$has_wiki
## [1] TRUE
##
## [[5]][[7]]$has_pages
## [1] FALSE
##
## [[5]][[7]]$forks_count
## [1] 0
##
## [[5]][[7]]$mirror_url
## NULL
##
## [[5]][[7]]$open_issues_count
## [1] 0
##
## [[5]][[7]]$forks
## [1] 0
##
## [[5]][[7]]$open_issues
## [1] 0
##
## [[5]][[7]]$watchers
## [1] 0
##
## [[5]][[7]]$default_branch
## [1] "master"
##
##
## [[5]][[8]]
## [[5]][[8]]$id
## [1] 37645044
##
## [[5]][[8]]$name
## [1] "ciplotm"
##
## [[5]][[8]]$full_name
## [1] "leeper/ciplotm"
##
## [[5]][[8]]$owner
## [[5]][[8]]$owner$login
## [1] "leeper"
##
## [[5]][[8]]$owner$id
## [1] 3505428
##
## [[5]][[8]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[8]]$owner$gravatar_id
## [1] ""
##
## [[5]][[8]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[8]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[8]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[8]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[8]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[8]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[8]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[8]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[8]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[8]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[8]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[8]]$owner$type
## [1] "User"
##
## [[5]][[8]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[8]]$private
## [1] FALSE
##
## [[5]][[8]]$html_url
## [1] "https://github.com/leeper/ciplotm"
##
## [[5]][[8]]$description
## [1] "Modified Version of Nick Cox's 'ciplot' ado for Stata"
##
## [[5]][[8]]$fork
## [1] FALSE
##
## [[5]][[8]]$url
## [1] "https://api.github.com/repos/leeper/ciplotm"
##
## [[5]][[8]]$forks_url
## [1] "https://api.github.com/repos/leeper/ciplotm/forks"
##
## [[5]][[8]]$keys_url
## [1] "https://api.github.com/repos/leeper/ciplotm/keys{/key_id}"
##
## [[5]][[8]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/ciplotm/collaborators{/collaborator}"
##
## [[5]][[8]]$teams_url
## [1] "https://api.github.com/repos/leeper/ciplotm/teams"
##
## [[5]][[8]]$hooks_url
## [1] "https://api.github.com/repos/leeper/ciplotm/hooks"
##
## [[5]][[8]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/ciplotm/issues/events{/number}"
##
## [[5]][[8]]$events_url
## [1] "https://api.github.com/repos/leeper/ciplotm/events"
##
## [[5]][[8]]$assignees_url
## [1] "https://api.github.com/repos/leeper/ciplotm/assignees{/user}"
##
## [[5]][[8]]$branches_url
## [1] "https://api.github.com/repos/leeper/ciplotm/branches{/branch}"
##
## [[5]][[8]]$tags_url
## [1] "https://api.github.com/repos/leeper/ciplotm/tags"
##
## [[5]][[8]]$blobs_url
## [1] "https://api.github.com/repos/leeper/ciplotm/git/blobs{/sha}"
##
## [[5]][[8]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/ciplotm/git/tags{/sha}"
##
## [[5]][[8]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/ciplotm/git/refs{/sha}"
##
## [[5]][[8]]$trees_url
## [1] "https://api.github.com/repos/leeper/ciplotm/git/trees{/sha}"
##
## [[5]][[8]]$statuses_url
## [1] "https://api.github.com/repos/leeper/ciplotm/statuses/{sha}"
##
## [[5]][[8]]$languages_url
## [1] "https://api.github.com/repos/leeper/ciplotm/languages"
##
## [[5]][[8]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/ciplotm/stargazers"
##
## [[5]][[8]]$contributors_url
## [1] "https://api.github.com/repos/leeper/ciplotm/contributors"
##
## [[5]][[8]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/ciplotm/subscribers"
##
## [[5]][[8]]$subscription_url
## [1] "https://api.github.com/repos/leeper/ciplotm/subscription"
##
## [[5]][[8]]$commits_url
## [1] "https://api.github.com/repos/leeper/ciplotm/commits{/sha}"
##
## [[5]][[8]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/ciplotm/git/commits{/sha}"
##
## [[5]][[8]]$comments_url
## [1] "https://api.github.com/repos/leeper/ciplotm/comments{/number}"
##
## [[5]][[8]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/ciplotm/issues/comments{/number}"
##
## [[5]][[8]]$contents_url
## [1] "https://api.github.com/repos/leeper/ciplotm/contents/{+path}"
##
## [[5]][[8]]$compare_url
## [1] "https://api.github.com/repos/leeper/ciplotm/compare/{base}...{head}"
##
## [[5]][[8]]$merges_url
## [1] "https://api.github.com/repos/leeper/ciplotm/merges"
##
## [[5]][[8]]$archive_url
## [1] "https://api.github.com/repos/leeper/ciplotm/{archive_format}{/ref}"
##
## [[5]][[8]]$downloads_url
## [1] "https://api.github.com/repos/leeper/ciplotm/downloads"
##
## [[5]][[8]]$issues_url
## [1] "https://api.github.com/repos/leeper/ciplotm/issues{/number}"
##
## [[5]][[8]]$pulls_url
## [1] "https://api.github.com/repos/leeper/ciplotm/pulls{/number}"
##
## [[5]][[8]]$milestones_url
## [1] "https://api.github.com/repos/leeper/ciplotm/milestones{/number}"
##
## [[5]][[8]]$notifications_url
## [1] "https://api.github.com/repos/leeper/ciplotm/notifications{?since,all,participating}"
##
## [[5]][[8]]$labels_url
## [1] "https://api.github.com/repos/leeper/ciplotm/labels{/name}"
##
## [[5]][[8]]$releases_url
## [1] "https://api.github.com/repos/leeper/ciplotm/releases{/id}"
##
## [[5]][[8]]$deployments_url
## [1] "https://api.github.com/repos/leeper/ciplotm/deployments"
##
## [[5]][[8]]$created_at
## [1] "2015-06-18T07:39:45Z"
##
## [[5]][[8]]$updated_at
## [1] "2016-08-16T14:12:31Z"
##
## [[5]][[8]]$pushed_at
## [1] "2016-08-16T14:12:30Z"
##
## [[5]][[8]]$git_url
## [1] "git://github.com/leeper/ciplotm.git"
##
## [[5]][[8]]$ssh_url
## [1] "git@github.com:leeper/ciplotm.git"
##
## [[5]][[8]]$clone_url
## [1] "https://github.com/leeper/ciplotm.git"
##
## [[5]][[8]]$svn_url
## [1] "https://github.com/leeper/ciplotm"
##
## [[5]][[8]]$homepage
## NULL
##
## [[5]][[8]]$size
## [1] 7
##
## [[5]][[8]]$stargazers_count
## [1] 0
##
## [[5]][[8]]$watchers_count
## [1] 0
##
## [[5]][[8]]$language
## [1] "Stata"
##
## [[5]][[8]]$has_issues
## [1] TRUE
##
## [[5]][[8]]$has_downloads
## [1] TRUE
##
## [[5]][[8]]$has_wiki
## [1] TRUE
##
## [[5]][[8]]$has_pages
## [1] FALSE
##
## [[5]][[8]]$forks_count
## [1] 0
##
## [[5]][[8]]$mirror_url
## NULL
##
## [[5]][[8]]$open_issues_count
## [1] 1
##
## [[5]][[8]]$forks
## [1] 0
##
## [[5]][[8]]$open_issues
## [1] 1
##
## [[5]][[8]]$watchers
## [1] 0
##
## [[5]][[8]]$default_branch
## [1] "master"
##
##
## [[5]][[9]]
## [[5]][[9]]$id
## [1] 16218963
##
## [[5]][[9]]$name
## [1] "colourlovers"
##
## [[5]][[9]]$full_name
## [1] "leeper/colourlovers"
##
## [[5]][[9]]$owner
## [[5]][[9]]$owner$login
## [1] "leeper"
##
## [[5]][[9]]$owner$id
## [1] 3505428
##
## [[5]][[9]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[9]]$owner$gravatar_id
## [1] ""
##
## [[5]][[9]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[9]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[9]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[9]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[9]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[9]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[9]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[9]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[9]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[9]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[9]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[9]]$owner$type
## [1] "User"
##
## [[5]][[9]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[9]]$private
## [1] FALSE
##
## [[5]][[9]]$html_url
## [1] "https://github.com/leeper/colourlovers"
##
## [[5]][[9]]$description
## [1] "R Client for the COLOURlovers API"
##
## [[5]][[9]]$fork
## [1] FALSE
##
## [[5]][[9]]$url
## [1] "https://api.github.com/repos/leeper/colourlovers"
##
## [[5]][[9]]$forks_url
## [1] "https://api.github.com/repos/leeper/colourlovers/forks"
##
## [[5]][[9]]$keys_url
## [1] "https://api.github.com/repos/leeper/colourlovers/keys{/key_id}"
##
## [[5]][[9]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/colourlovers/collaborators{/collaborator}"
##
## [[5]][[9]]$teams_url
## [1] "https://api.github.com/repos/leeper/colourlovers/teams"
##
## [[5]][[9]]$hooks_url
## [1] "https://api.github.com/repos/leeper/colourlovers/hooks"
##
## [[5]][[9]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/colourlovers/issues/events{/number}"
##
## [[5]][[9]]$events_url
## [1] "https://api.github.com/repos/leeper/colourlovers/events"
##
## [[5]][[9]]$assignees_url
## [1] "https://api.github.com/repos/leeper/colourlovers/assignees{/user}"
##
## [[5]][[9]]$branches_url
## [1] "https://api.github.com/repos/leeper/colourlovers/branches{/branch}"
##
## [[5]][[9]]$tags_url
## [1] "https://api.github.com/repos/leeper/colourlovers/tags"
##
## [[5]][[9]]$blobs_url
## [1] "https://api.github.com/repos/leeper/colourlovers/git/blobs{/sha}"
##
## [[5]][[9]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/colourlovers/git/tags{/sha}"
##
## [[5]][[9]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/colourlovers/git/refs{/sha}"
##
## [[5]][[9]]$trees_url
## [1] "https://api.github.com/repos/leeper/colourlovers/git/trees{/sha}"
##
## [[5]][[9]]$statuses_url
## [1] "https://api.github.com/repos/leeper/colourlovers/statuses/{sha}"
##
## [[5]][[9]]$languages_url
## [1] "https://api.github.com/repos/leeper/colourlovers/languages"
##
## [[5]][[9]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/colourlovers/stargazers"
##
## [[5]][[9]]$contributors_url
## [1] "https://api.github.com/repos/leeper/colourlovers/contributors"
##
## [[5]][[9]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/colourlovers/subscribers"
##
## [[5]][[9]]$subscription_url
## [1] "https://api.github.com/repos/leeper/colourlovers/subscription"
##
## [[5]][[9]]$commits_url
## [1] "https://api.github.com/repos/leeper/colourlovers/commits{/sha}"
##
## [[5]][[9]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/colourlovers/git/commits{/sha}"
##
## [[5]][[9]]$comments_url
## [1] "https://api.github.com/repos/leeper/colourlovers/comments{/number}"
##
## [[5]][[9]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/colourlovers/issues/comments{/number}"
##
## [[5]][[9]]$contents_url
## [1] "https://api.github.com/repos/leeper/colourlovers/contents/{+path}"
##
## [[5]][[9]]$compare_url
## [1] "https://api.github.com/repos/leeper/colourlovers/compare/{base}...{head}"
##
## [[5]][[9]]$merges_url
## [1] "https://api.github.com/repos/leeper/colourlovers/merges"
##
## [[5]][[9]]$archive_url
## [1] "https://api.github.com/repos/leeper/colourlovers/{archive_format}{/ref}"
##
## [[5]][[9]]$downloads_url
## [1] "https://api.github.com/repos/leeper/colourlovers/downloads"
##
## [[5]][[9]]$issues_url
## [1] "https://api.github.com/repos/leeper/colourlovers/issues{/number}"
##
## [[5]][[9]]$pulls_url
## [1] "https://api.github.com/repos/leeper/colourlovers/pulls{/number}"
##
## [[5]][[9]]$milestones_url
## [1] "https://api.github.com/repos/leeper/colourlovers/milestones{/number}"
##
## [[5]][[9]]$notifications_url
## [1] "https://api.github.com/repos/leeper/colourlovers/notifications{?since,all,participating}"
##
## [[5]][[9]]$labels_url
## [1] "https://api.github.com/repos/leeper/colourlovers/labels{/name}"
##
## [[5]][[9]]$releases_url
## [1] "https://api.github.com/repos/leeper/colourlovers/releases{/id}"
##
## [[5]][[9]]$deployments_url
## [1] "https://api.github.com/repos/leeper/colourlovers/deployments"
##
## [[5]][[9]]$created_at
## [1] "2014-01-24T22:32:08Z"
##
## [[5]][[9]]$updated_at
## [1] "2016-10-11T21:05:55Z"
##
## [[5]][[9]]$pushed_at
## [1] "2016-09-06T13:33:20Z"
##
## [[5]][[9]]$git_url
## [1] "git://github.com/leeper/colourlovers.git"
##
## [[5]][[9]]$ssh_url
## [1] "git@github.com:leeper/colourlovers.git"
##
## [[5]][[9]]$clone_url
## [1] "https://github.com/leeper/colourlovers.git"
##
## [[5]][[9]]$svn_url
## [1] "https://github.com/leeper/colourlovers"
##
## [[5]][[9]]$homepage
## [1] "http://cloud.r-project.org/package=colourlovers"
##
## [[5]][[9]]$size
## [1] 66
##
## [[5]][[9]]$stargazers_count
## [1] 34
##
## [[5]][[9]]$watchers_count
## [1] 34
##
## [[5]][[9]]$language
## [1] "R"
##
## [[5]][[9]]$has_issues
## [1] TRUE
##
## [[5]][[9]]$has_downloads
## [1] TRUE
##
## [[5]][[9]]$has_wiki
## [1] FALSE
##
## [[5]][[9]]$has_pages
## [1] FALSE
##
## [[5]][[9]]$forks_count
## [1] 0
##
## [[5]][[9]]$mirror_url
## NULL
##
## [[5]][[9]]$open_issues_count
## [1] 1
##
## [[5]][[9]]$forks
## [1] 0
##
## [[5]][[9]]$open_issues
## [1] 1
##
## [[5]][[9]]$watchers
## [1] 34
##
## [[5]][[9]]$default_branch
## [1] "master"
##
##
## [[5]][[10]]
## [[5]][[10]]$id
## [1] 69040989
##
## [[5]][[10]]$name
## [1] "conflictcourse"
##
## [[5]][[10]]$full_name
## [1] "leeper/conflictcourse"
##
## [[5]][[10]]$owner
## [[5]][[10]]$owner$login
## [1] "leeper"
##
## [[5]][[10]]$owner$id
## [1] 3505428
##
## [[5]][[10]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[10]]$owner$gravatar_id
## [1] ""
##
## [[5]][[10]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[10]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[10]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[10]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[10]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[10]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[10]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[10]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[10]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[10]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[10]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[10]]$owner$type
## [1] "User"
##
## [[5]][[10]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[10]]$private
## [1] FALSE
##
## [[5]][[10]]$html_url
## [1] "https://github.com/leeper/conflictcourse"
##
## [[5]][[10]]$description
## [1] "Materials for an MSc seminar \"Macro and Micro Foundations of Conflict\""
##
## [[5]][[10]]$fork
## [1] FALSE
##
## [[5]][[10]]$url
## [1] "https://api.github.com/repos/leeper/conflictcourse"
##
## [[5]][[10]]$forks_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/forks"
##
## [[5]][[10]]$keys_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/keys{/key_id}"
##
## [[5]][[10]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/collaborators{/collaborator}"
##
## [[5]][[10]]$teams_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/teams"
##
## [[5]][[10]]$hooks_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/hooks"
##
## [[5]][[10]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/issues/events{/number}"
##
## [[5]][[10]]$events_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/events"
##
## [[5]][[10]]$assignees_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/assignees{/user}"
##
## [[5]][[10]]$branches_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/branches{/branch}"
##
## [[5]][[10]]$tags_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/tags"
##
## [[5]][[10]]$blobs_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/git/blobs{/sha}"
##
## [[5]][[10]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/git/tags{/sha}"
##
## [[5]][[10]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/git/refs{/sha}"
##
## [[5]][[10]]$trees_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/git/trees{/sha}"
##
## [[5]][[10]]$statuses_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/statuses/{sha}"
##
## [[5]][[10]]$languages_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/languages"
##
## [[5]][[10]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/stargazers"
##
## [[5]][[10]]$contributors_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/contributors"
##
## [[5]][[10]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/subscribers"
##
## [[5]][[10]]$subscription_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/subscription"
##
## [[5]][[10]]$commits_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/commits{/sha}"
##
## [[5]][[10]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/git/commits{/sha}"
##
## [[5]][[10]]$comments_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/comments{/number}"
##
## [[5]][[10]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/issues/comments{/number}"
##
## [[5]][[10]]$contents_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/contents/{+path}"
##
## [[5]][[10]]$compare_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/compare/{base}...{head}"
##
## [[5]][[10]]$merges_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/merges"
##
## [[5]][[10]]$archive_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/{archive_format}{/ref}"
##
## [[5]][[10]]$downloads_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/downloads"
##
## [[5]][[10]]$issues_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/issues{/number}"
##
## [[5]][[10]]$pulls_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/pulls{/number}"
##
## [[5]][[10]]$milestones_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/milestones{/number}"
##
## [[5]][[10]]$notifications_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/notifications{?since,all,participating}"
##
## [[5]][[10]]$labels_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/labels{/name}"
##
## [[5]][[10]]$releases_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/releases{/id}"
##
## [[5]][[10]]$deployments_url
## [1] "https://api.github.com/repos/leeper/conflictcourse/deployments"
##
## [[5]][[10]]$created_at
## [1] "2016-09-23T16:12:57Z"
##
## [[5]][[10]]$updated_at
## [1] "2016-09-23T16:12:57Z"
##
## [[5]][[10]]$pushed_at
## [1] "2016-09-23T16:12:57Z"
##
## [[5]][[10]]$git_url
## [1] "git://github.com/leeper/conflictcourse.git"
##
## [[5]][[10]]$ssh_url
## [1] "git@github.com:leeper/conflictcourse.git"
##
## [[5]][[10]]$clone_url
## [1] "https://github.com/leeper/conflictcourse.git"
##
## [[5]][[10]]$svn_url
## [1] "https://github.com/leeper/conflictcourse"
##
## [[5]][[10]]$homepage
## NULL
##
## [[5]][[10]]$size
## [1] 0
##
## [[5]][[10]]$stargazers_count
## [1] 0
##
## [[5]][[10]]$watchers_count
## [1] 0
##
## [[5]][[10]]$language
## NULL
##
## [[5]][[10]]$has_issues
## [1] TRUE
##
## [[5]][[10]]$has_downloads
## [1] TRUE
##
## [[5]][[10]]$has_wiki
## [1] TRUE
##
## [[5]][[10]]$has_pages
## [1] FALSE
##
## [[5]][[10]]$forks_count
## [1] 0
##
## [[5]][[10]]$mirror_url
## NULL
##
## [[5]][[10]]$open_issues_count
## [1] 0
##
## [[5]][[10]]$forks
## [1] 0
##
## [[5]][[10]]$open_issues
## [1] 0
##
## [[5]][[10]]$watchers
## [1] 0
##
## [[5]][[10]]$default_branch
## [1] "master"
##
##
## [[5]][[11]]
## [[5]][[11]]$id
## [1] 16572515
##
## [[5]][[11]]$name
## [1] "congressional-district-boundaries"
##
## [[5]][[11]]$full_name
## [1] "leeper/congressional-district-boundaries"
##
## [[5]][[11]]$owner
## [[5]][[11]]$owner$login
## [1] "leeper"
##
## [[5]][[11]]$owner$id
## [1] 3505428
##
## [[5]][[11]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[11]]$owner$gravatar_id
## [1] ""
##
## [[5]][[11]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[11]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[11]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[11]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[11]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[11]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[11]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[11]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[11]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[11]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[11]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[11]]$owner$type
## [1] "User"
##
## [[5]][[11]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[11]]$private
## [1] FALSE
##
## [[5]][[11]]$html_url
## [1] "https://github.com/leeper/congressional-district-boundaries"
##
## [[5]][[11]]$description
## [1] "GIS boundaries in GeoJSON format for all US Congressional Districts, 1789 to 2012"
##
## [[5]][[11]]$fork
## [1] TRUE
##
## [[5]][[11]]$url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries"
##
## [[5]][[11]]$forks_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/forks"
##
## [[5]][[11]]$keys_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/keys{/key_id}"
##
## [[5]][[11]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/collaborators{/collaborator}"
##
## [[5]][[11]]$teams_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/teams"
##
## [[5]][[11]]$hooks_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/hooks"
##
## [[5]][[11]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/issues/events{/number}"
##
## [[5]][[11]]$events_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/events"
##
## [[5]][[11]]$assignees_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/assignees{/user}"
##
## [[5]][[11]]$branches_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/branches{/branch}"
##
## [[5]][[11]]$tags_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/tags"
##
## [[5]][[11]]$blobs_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/git/blobs{/sha}"
##
## [[5]][[11]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/git/tags{/sha}"
##
## [[5]][[11]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/git/refs{/sha}"
##
## [[5]][[11]]$trees_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/git/trees{/sha}"
##
## [[5]][[11]]$statuses_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/statuses/{sha}"
##
## [[5]][[11]]$languages_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/languages"
##
## [[5]][[11]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/stargazers"
##
## [[5]][[11]]$contributors_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/contributors"
##
## [[5]][[11]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/subscribers"
##
## [[5]][[11]]$subscription_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/subscription"
##
## [[5]][[11]]$commits_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/commits{/sha}"
##
## [[5]][[11]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/git/commits{/sha}"
##
## [[5]][[11]]$comments_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/comments{/number}"
##
## [[5]][[11]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/issues/comments{/number}"
##
## [[5]][[11]]$contents_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/contents/{+path}"
##
## [[5]][[11]]$compare_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/compare/{base}...{head}"
##
## [[5]][[11]]$merges_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/merges"
##
## [[5]][[11]]$archive_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/{archive_format}{/ref}"
##
## [[5]][[11]]$downloads_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/downloads"
##
## [[5]][[11]]$issues_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/issues{/number}"
##
## [[5]][[11]]$pulls_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/pulls{/number}"
##
## [[5]][[11]]$milestones_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/milestones{/number}"
##
## [[5]][[11]]$notifications_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/notifications{?since,all,participating}"
##
## [[5]][[11]]$labels_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/labels{/name}"
##
## [[5]][[11]]$releases_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/releases{/id}"
##
## [[5]][[11]]$deployments_url
## [1] "https://api.github.com/repos/leeper/congressional-district-boundaries/deployments"
##
## [[5]][[11]]$created_at
## [1] "2014-02-06T08:03:49Z"
##
## [[5]][[11]]$updated_at
## [1] "2015-08-17T00:28:05Z"
##
## [[5]][[11]]$pushed_at
## [1] "2014-02-06T18:42:24Z"
##
## [[5]][[11]]$git_url
## [1] "git://github.com/leeper/congressional-district-boundaries.git"
##
## [[5]][[11]]$ssh_url
## [1] "git@github.com:leeper/congressional-district-boundaries.git"
##
## [[5]][[11]]$clone_url
## [1] "https://github.com/leeper/congressional-district-boundaries.git"
##
## [[5]][[11]]$svn_url
## [1] "https://github.com/leeper/congressional-district-boundaries"
##
## [[5]][[11]]$homepage
## [1] "cdmaps.polisci.ucla.edu"
##
## [[5]][[11]]$size
## [1] 558176
##
## [[5]][[11]]$stargazers_count
## [1] 1
##
## [[5]][[11]]$watchers_count
## [1] 1
##
## [[5]][[11]]$language
## NULL
##
## [[5]][[11]]$has_issues
## [1] FALSE
##
## [[5]][[11]]$has_downloads
## [1] TRUE
##
## [[5]][[11]]$has_wiki
## [1] TRUE
##
## [[5]][[11]]$has_pages
## [1] FALSE
##
## [[5]][[11]]$forks_count
## [1] 0
##
## [[5]][[11]]$mirror_url
## NULL
##
## [[5]][[11]]$open_issues_count
## [1] 0
##
## [[5]][[11]]$forks
## [1] 0
##
## [[5]][[11]]$open_issues
## [1] 0
##
## [[5]][[11]]$watchers
## [1] 1
##
## [[5]][[11]]$default_branch
## [1] "master"
##
##
## [[5]][[12]]
## [[5]][[12]]$id
## [1] 16999494
##
## [[5]][[12]]$name
## [1] "cowsay"
##
## [[5]][[12]]$full_name
## [1] "leeper/cowsay"
##
## [[5]][[12]]$owner
## [[5]][[12]]$owner$login
## [1] "leeper"
##
## [[5]][[12]]$owner$id
## [1] 3505428
##
## [[5]][[12]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[12]]$owner$gravatar_id
## [1] ""
##
## [[5]][[12]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[12]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[12]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[12]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[12]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[12]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[12]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[12]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[12]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[12]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[12]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[12]]$owner$type
## [1] "User"
##
## [[5]][[12]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[12]]$private
## [1] FALSE
##
## [[5]][[12]]$html_url
## [1] "https://github.com/leeper/cowsay"
##
## [[5]][[12]]$description
## [1] "cowsay w/ more animals in R"
##
## [[5]][[12]]$fork
## [1] TRUE
##
## [[5]][[12]]$url
## [1] "https://api.github.com/repos/leeper/cowsay"
##
## [[5]][[12]]$forks_url
## [1] "https://api.github.com/repos/leeper/cowsay/forks"
##
## [[5]][[12]]$keys_url
## [1] "https://api.github.com/repos/leeper/cowsay/keys{/key_id}"
##
## [[5]][[12]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/cowsay/collaborators{/collaborator}"
##
## [[5]][[12]]$teams_url
## [1] "https://api.github.com/repos/leeper/cowsay/teams"
##
## [[5]][[12]]$hooks_url
## [1] "https://api.github.com/repos/leeper/cowsay/hooks"
##
## [[5]][[12]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/cowsay/issues/events{/number}"
##
## [[5]][[12]]$events_url
## [1] "https://api.github.com/repos/leeper/cowsay/events"
##
## [[5]][[12]]$assignees_url
## [1] "https://api.github.com/repos/leeper/cowsay/assignees{/user}"
##
## [[5]][[12]]$branches_url
## [1] "https://api.github.com/repos/leeper/cowsay/branches{/branch}"
##
## [[5]][[12]]$tags_url
## [1] "https://api.github.com/repos/leeper/cowsay/tags"
##
## [[5]][[12]]$blobs_url
## [1] "https://api.github.com/repos/leeper/cowsay/git/blobs{/sha}"
##
## [[5]][[12]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/cowsay/git/tags{/sha}"
##
## [[5]][[12]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/cowsay/git/refs{/sha}"
##
## [[5]][[12]]$trees_url
## [1] "https://api.github.com/repos/leeper/cowsay/git/trees{/sha}"
##
## [[5]][[12]]$statuses_url
## [1] "https://api.github.com/repos/leeper/cowsay/statuses/{sha}"
##
## [[5]][[12]]$languages_url
## [1] "https://api.github.com/repos/leeper/cowsay/languages"
##
## [[5]][[12]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/cowsay/stargazers"
##
## [[5]][[12]]$contributors_url
## [1] "https://api.github.com/repos/leeper/cowsay/contributors"
##
## [[5]][[12]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/cowsay/subscribers"
##
## [[5]][[12]]$subscription_url
## [1] "https://api.github.com/repos/leeper/cowsay/subscription"
##
## [[5]][[12]]$commits_url
## [1] "https://api.github.com/repos/leeper/cowsay/commits{/sha}"
##
## [[5]][[12]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/cowsay/git/commits{/sha}"
##
## [[5]][[12]]$comments_url
## [1] "https://api.github.com/repos/leeper/cowsay/comments{/number}"
##
## [[5]][[12]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/cowsay/issues/comments{/number}"
##
## [[5]][[12]]$contents_url
## [1] "https://api.github.com/repos/leeper/cowsay/contents/{+path}"
##
## [[5]][[12]]$compare_url
## [1] "https://api.github.com/repos/leeper/cowsay/compare/{base}...{head}"
##
## [[5]][[12]]$merges_url
## [1] "https://api.github.com/repos/leeper/cowsay/merges"
##
## [[5]][[12]]$archive_url
## [1] "https://api.github.com/repos/leeper/cowsay/{archive_format}{/ref}"
##
## [[5]][[12]]$downloads_url
## [1] "https://api.github.com/repos/leeper/cowsay/downloads"
##
## [[5]][[12]]$issues_url
## [1] "https://api.github.com/repos/leeper/cowsay/issues{/number}"
##
## [[5]][[12]]$pulls_url
## [1] "https://api.github.com/repos/leeper/cowsay/pulls{/number}"
##
## [[5]][[12]]$milestones_url
## [1] "https://api.github.com/repos/leeper/cowsay/milestones{/number}"
##
## [[5]][[12]]$notifications_url
## [1] "https://api.github.com/repos/leeper/cowsay/notifications{?since,all,participating}"
##
## [[5]][[12]]$labels_url
## [1] "https://api.github.com/repos/leeper/cowsay/labels{/name}"
##
## [[5]][[12]]$releases_url
## [1] "https://api.github.com/repos/leeper/cowsay/releases{/id}"
##
## [[5]][[12]]$deployments_url
## [1] "https://api.github.com/repos/leeper/cowsay/deployments"
##
## [[5]][[12]]$created_at
## [1] "2014-02-19T21:27:30Z"
##
## [[5]][[12]]$updated_at
## [1] "2014-02-19T22:11:45Z"
##
## [[5]][[12]]$pushed_at
## [1] "2014-02-19T21:47:19Z"
##
## [[5]][[12]]$git_url
## [1] "git://github.com/leeper/cowsay.git"
##
## [[5]][[12]]$ssh_url
## [1] "git@github.com:leeper/cowsay.git"
##
## [[5]][[12]]$clone_url
## [1] "https://github.com/leeper/cowsay.git"
##
## [[5]][[12]]$svn_url
## [1] "https://github.com/leeper/cowsay"
##
## [[5]][[12]]$homepage
## [1] ""
##
## [[5]][[12]]$size
## [1] 124
##
## [[5]][[12]]$stargazers_count
## [1] 0
##
## [[5]][[12]]$watchers_count
## [1] 0
##
## [[5]][[12]]$language
## [1] "R"
##
## [[5]][[12]]$has_issues
## [1] FALSE
##
## [[5]][[12]]$has_downloads
## [1] TRUE
##
## [[5]][[12]]$has_wiki
## [1] TRUE
##
## [[5]][[12]]$has_pages
## [1] FALSE
##
## [[5]][[12]]$forks_count
## [1] 0
##
## [[5]][[12]]$mirror_url
## NULL
##
## [[5]][[12]]$open_issues_count
## [1] 0
##
## [[5]][[12]]$forks
## [1] 0
##
## [[5]][[12]]$open_issues
## [1] 0
##
## [[5]][[12]]$watchers
## [1] 0
##
## [[5]][[12]]$default_branch
## [1] "master"
##
##
## [[5]][[13]]
## [[5]][[13]]$id
## [1] 51245385
##
## [[5]][[13]]$name
## [1] "crandatapkgs"
##
## [[5]][[13]]$full_name
## [1] "leeper/crandatapkgs"
##
## [[5]][[13]]$owner
## [[5]][[13]]$owner$login
## [1] "leeper"
##
## [[5]][[13]]$owner$id
## [1] 3505428
##
## [[5]][[13]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[13]]$owner$gravatar_id
## [1] ""
##
## [[5]][[13]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[13]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[13]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[13]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[13]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[13]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[13]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[13]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[13]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[13]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[13]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[13]]$owner$type
## [1] "User"
##
## [[5]][[13]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[13]]$private
## [1] FALSE
##
## [[5]][[13]]$html_url
## [1] "https://github.com/leeper/crandatapkgs"
##
## [[5]][[13]]$description
## [1] "Find Data-Only Packages on CRAN"
##
## [[5]][[13]]$fork
## [1] FALSE
##
## [[5]][[13]]$url
## [1] "https://api.github.com/repos/leeper/crandatapkgs"
##
## [[5]][[13]]$forks_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/forks"
##
## [[5]][[13]]$keys_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/keys{/key_id}"
##
## [[5]][[13]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/collaborators{/collaborator}"
##
## [[5]][[13]]$teams_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/teams"
##
## [[5]][[13]]$hooks_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/hooks"
##
## [[5]][[13]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/issues/events{/number}"
##
## [[5]][[13]]$events_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/events"
##
## [[5]][[13]]$assignees_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/assignees{/user}"
##
## [[5]][[13]]$branches_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/branches{/branch}"
##
## [[5]][[13]]$tags_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/tags"
##
## [[5]][[13]]$blobs_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/git/blobs{/sha}"
##
## [[5]][[13]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/git/tags{/sha}"
##
## [[5]][[13]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/git/refs{/sha}"
##
## [[5]][[13]]$trees_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/git/trees{/sha}"
##
## [[5]][[13]]$statuses_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/statuses/{sha}"
##
## [[5]][[13]]$languages_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/languages"
##
## [[5]][[13]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/stargazers"
##
## [[5]][[13]]$contributors_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/contributors"
##
## [[5]][[13]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/subscribers"
##
## [[5]][[13]]$subscription_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/subscription"
##
## [[5]][[13]]$commits_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/commits{/sha}"
##
## [[5]][[13]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/git/commits{/sha}"
##
## [[5]][[13]]$comments_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/comments{/number}"
##
## [[5]][[13]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/issues/comments{/number}"
##
## [[5]][[13]]$contents_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/contents/{+path}"
##
## [[5]][[13]]$compare_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/compare/{base}...{head}"
##
## [[5]][[13]]$merges_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/merges"
##
## [[5]][[13]]$archive_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/{archive_format}{/ref}"
##
## [[5]][[13]]$downloads_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/downloads"
##
## [[5]][[13]]$issues_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/issues{/number}"
##
## [[5]][[13]]$pulls_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/pulls{/number}"
##
## [[5]][[13]]$milestones_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/milestones{/number}"
##
## [[5]][[13]]$notifications_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/notifications{?since,all,participating}"
##
## [[5]][[13]]$labels_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/labels{/name}"
##
## [[5]][[13]]$releases_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/releases{/id}"
##
## [[5]][[13]]$deployments_url
## [1] "https://api.github.com/repos/leeper/crandatapkgs/deployments"
##
## [[5]][[13]]$created_at
## [1] "2016-02-07T11:34:59Z"
##
## [[5]][[13]]$updated_at
## [1] "2016-08-25T17:10:19Z"
##
## [[5]][[13]]$pushed_at
## [1] "2016-08-02T15:31:36Z"
##
## [[5]][[13]]$git_url
## [1] "git://github.com/leeper/crandatapkgs.git"
##
## [[5]][[13]]$ssh_url
## [1] "git@github.com:leeper/crandatapkgs.git"
##
## [[5]][[13]]$clone_url
## [1] "https://github.com/leeper/crandatapkgs.git"
##
## [[5]][[13]]$svn_url
## [1] "https://github.com/leeper/crandatapkgs"
##
## [[5]][[13]]$homepage
## [1] ""
##
## [[5]][[13]]$size
## [1] 15
##
## [[5]][[13]]$stargazers_count
## [1] 1
##
## [[5]][[13]]$watchers_count
## [1] 1
##
## [[5]][[13]]$language
## [1] "R"
##
## [[5]][[13]]$has_issues
## [1] TRUE
##
## [[5]][[13]]$has_downloads
## [1] TRUE
##
## [[5]][[13]]$has_wiki
## [1] TRUE
##
## [[5]][[13]]$has_pages
## [1] FALSE
##
## [[5]][[13]]$forks_count
## [1] 1
##
## [[5]][[13]]$mirror_url
## NULL
##
## [[5]][[13]]$open_issues_count
## [1] 12
##
## [[5]][[13]]$forks
## [1] 1
##
## [[5]][[13]]$open_issues
## [1] 12
##
## [[5]][[13]]$watchers
## [1] 1
##
## [[5]][[13]]$default_branch
## [1] "master"
##
##
## [[5]][[14]]
## [[5]][[14]]$id
## [1] 63156431
##
## [[5]][[14]]$name
## [1] "csvy"
##
## [[5]][[14]]$full_name
## [1] "leeper/csvy"
##
## [[5]][[14]]$owner
## [[5]][[14]]$owner$login
## [1] "leeper"
##
## [[5]][[14]]$owner$id
## [1] 3505428
##
## [[5]][[14]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[14]]$owner$gravatar_id
## [1] ""
##
## [[5]][[14]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[14]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[14]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[14]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[14]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[14]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[14]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[14]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[14]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[14]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[14]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[14]]$owner$type
## [1] "User"
##
## [[5]][[14]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[14]]$private
## [1] FALSE
##
## [[5]][[14]]$html_url
## [1] "https://github.com/leeper/csvy"
##
## [[5]][[14]]$description
## [1] "Import and Export CSV Data With a YAML Metadata Header"
##
## [[5]][[14]]$fork
## [1] FALSE
##
## [[5]][[14]]$url
## [1] "https://api.github.com/repos/leeper/csvy"
##
## [[5]][[14]]$forks_url
## [1] "https://api.github.com/repos/leeper/csvy/forks"
##
## [[5]][[14]]$keys_url
## [1] "https://api.github.com/repos/leeper/csvy/keys{/key_id}"
##
## [[5]][[14]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/csvy/collaborators{/collaborator}"
##
## [[5]][[14]]$teams_url
## [1] "https://api.github.com/repos/leeper/csvy/teams"
##
## [[5]][[14]]$hooks_url
## [1] "https://api.github.com/repos/leeper/csvy/hooks"
##
## [[5]][[14]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/csvy/issues/events{/number}"
##
## [[5]][[14]]$events_url
## [1] "https://api.github.com/repos/leeper/csvy/events"
##
## [[5]][[14]]$assignees_url
## [1] "https://api.github.com/repos/leeper/csvy/assignees{/user}"
##
## [[5]][[14]]$branches_url
## [1] "https://api.github.com/repos/leeper/csvy/branches{/branch}"
##
## [[5]][[14]]$tags_url
## [1] "https://api.github.com/repos/leeper/csvy/tags"
##
## [[5]][[14]]$blobs_url
## [1] "https://api.github.com/repos/leeper/csvy/git/blobs{/sha}"
##
## [[5]][[14]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/csvy/git/tags{/sha}"
##
## [[5]][[14]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/csvy/git/refs{/sha}"
##
## [[5]][[14]]$trees_url
## [1] "https://api.github.com/repos/leeper/csvy/git/trees{/sha}"
##
## [[5]][[14]]$statuses_url
## [1] "https://api.github.com/repos/leeper/csvy/statuses/{sha}"
##
## [[5]][[14]]$languages_url
## [1] "https://api.github.com/repos/leeper/csvy/languages"
##
## [[5]][[14]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/csvy/stargazers"
##
## [[5]][[14]]$contributors_url
## [1] "https://api.github.com/repos/leeper/csvy/contributors"
##
## [[5]][[14]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/csvy/subscribers"
##
## [[5]][[14]]$subscription_url
## [1] "https://api.github.com/repos/leeper/csvy/subscription"
##
## [[5]][[14]]$commits_url
## [1] "https://api.github.com/repos/leeper/csvy/commits{/sha}"
##
## [[5]][[14]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/csvy/git/commits{/sha}"
##
## [[5]][[14]]$comments_url
## [1] "https://api.github.com/repos/leeper/csvy/comments{/number}"
##
## [[5]][[14]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/csvy/issues/comments{/number}"
##
## [[5]][[14]]$contents_url
## [1] "https://api.github.com/repos/leeper/csvy/contents/{+path}"
##
## [[5]][[14]]$compare_url
## [1] "https://api.github.com/repos/leeper/csvy/compare/{base}...{head}"
##
## [[5]][[14]]$merges_url
## [1] "https://api.github.com/repos/leeper/csvy/merges"
##
## [[5]][[14]]$archive_url
## [1] "https://api.github.com/repos/leeper/csvy/{archive_format}{/ref}"
##
## [[5]][[14]]$downloads_url
## [1] "https://api.github.com/repos/leeper/csvy/downloads"
##
## [[5]][[14]]$issues_url
## [1] "https://api.github.com/repos/leeper/csvy/issues{/number}"
##
## [[5]][[14]]$pulls_url
## [1] "https://api.github.com/repos/leeper/csvy/pulls{/number}"
##
## [[5]][[14]]$milestones_url
## [1] "https://api.github.com/repos/leeper/csvy/milestones{/number}"
##
## [[5]][[14]]$notifications_url
## [1] "https://api.github.com/repos/leeper/csvy/notifications{?since,all,participating}"
##
## [[5]][[14]]$labels_url
## [1] "https://api.github.com/repos/leeper/csvy/labels{/name}"
##
## [[5]][[14]]$releases_url
## [1] "https://api.github.com/repos/leeper/csvy/releases{/id}"
##
## [[5]][[14]]$deployments_url
## [1] "https://api.github.com/repos/leeper/csvy/deployments"
##
## [[5]][[14]]$created_at
## [1] "2016-07-12T12:34:12Z"
##
## [[5]][[14]]$updated_at
## [1] "2016-08-01T08:32:29Z"
##
## [[5]][[14]]$pushed_at
## [1] "2016-07-28T14:27:56Z"
##
## [[5]][[14]]$git_url
## [1] "git://github.com/leeper/csvy.git"
##
## [[5]][[14]]$ssh_url
## [1] "git@github.com:leeper/csvy.git"
##
## [[5]][[14]]$clone_url
## [1] "https://github.com/leeper/csvy.git"
##
## [[5]][[14]]$svn_url
## [1] "https://github.com/leeper/csvy"
##
## [[5]][[14]]$homepage
## NULL
##
## [[5]][[14]]$size
## [1] 14
##
## [[5]][[14]]$stargazers_count
## [1] 11
##
## [[5]][[14]]$watchers_count
## [1] 11
##
## [[5]][[14]]$language
## [1] "R"
##
## [[5]][[14]]$has_issues
## [1] TRUE
##
## [[5]][[14]]$has_downloads
## [1] TRUE
##
## [[5]][[14]]$has_wiki
## [1] TRUE
##
## [[5]][[14]]$has_pages
## [1] FALSE
##
## [[5]][[14]]$forks_count
## [1] 0
##
## [[5]][[14]]$mirror_url
## NULL
##
## [[5]][[14]]$open_issues_count
## [1] 2
##
## [[5]][[14]]$forks
## [1] 0
##
## [[5]][[14]]$open_issues
## [1] 2
##
## [[5]][[14]]$watchers
## [1] 11
##
## [[5]][[14]]$default_branch
## [1] "master"
##
##
## [[5]][[15]]
## [[5]][[15]]$id
## [1] 36451214
##
## [[5]][[15]]$name
## [1] "data-versioning"
##
## [[5]][[15]]$full_name
## [1] "leeper/data-versioning"
##
## [[5]][[15]]$owner
## [[5]][[15]]$owner$login
## [1] "leeper"
##
## [[5]][[15]]$owner$id
## [1] 3505428
##
## [[5]][[15]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[15]]$owner$gravatar_id
## [1] ""
##
## [[5]][[15]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[15]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[15]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[15]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[15]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[15]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[15]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[15]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[15]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[15]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[15]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[15]]$owner$type
## [1] "User"
##
## [[5]][[15]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[15]]$private
## [1] FALSE
##
## [[5]][[15]]$html_url
## [1] "https://github.com/leeper/data-versioning"
##
## [[5]][[15]]$description
## [1] "Collecting thoughts about data versioning"
##
## [[5]][[15]]$fork
## [1] FALSE
##
## [[5]][[15]]$url
## [1] "https://api.github.com/repos/leeper/data-versioning"
##
## [[5]][[15]]$forks_url
## [1] "https://api.github.com/repos/leeper/data-versioning/forks"
##
## [[5]][[15]]$keys_url
## [1] "https://api.github.com/repos/leeper/data-versioning/keys{/key_id}"
##
## [[5]][[15]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/data-versioning/collaborators{/collaborator}"
##
## [[5]][[15]]$teams_url
## [1] "https://api.github.com/repos/leeper/data-versioning/teams"
##
## [[5]][[15]]$hooks_url
## [1] "https://api.github.com/repos/leeper/data-versioning/hooks"
##
## [[5]][[15]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/data-versioning/issues/events{/number}"
##
## [[5]][[15]]$events_url
## [1] "https://api.github.com/repos/leeper/data-versioning/events"
##
## [[5]][[15]]$assignees_url
## [1] "https://api.github.com/repos/leeper/data-versioning/assignees{/user}"
##
## [[5]][[15]]$branches_url
## [1] "https://api.github.com/repos/leeper/data-versioning/branches{/branch}"
##
## [[5]][[15]]$tags_url
## [1] "https://api.github.com/repos/leeper/data-versioning/tags"
##
## [[5]][[15]]$blobs_url
## [1] "https://api.github.com/repos/leeper/data-versioning/git/blobs{/sha}"
##
## [[5]][[15]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/data-versioning/git/tags{/sha}"
##
## [[5]][[15]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/data-versioning/git/refs{/sha}"
##
## [[5]][[15]]$trees_url
## [1] "https://api.github.com/repos/leeper/data-versioning/git/trees{/sha}"
##
## [[5]][[15]]$statuses_url
## [1] "https://api.github.com/repos/leeper/data-versioning/statuses/{sha}"
##
## [[5]][[15]]$languages_url
## [1] "https://api.github.com/repos/leeper/data-versioning/languages"
##
## [[5]][[15]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/data-versioning/stargazers"
##
## [[5]][[15]]$contributors_url
## [1] "https://api.github.com/repos/leeper/data-versioning/contributors"
##
## [[5]][[15]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/data-versioning/subscribers"
##
## [[5]][[15]]$subscription_url
## [1] "https://api.github.com/repos/leeper/data-versioning/subscription"
##
## [[5]][[15]]$commits_url
## [1] "https://api.github.com/repos/leeper/data-versioning/commits{/sha}"
##
## [[5]][[15]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/data-versioning/git/commits{/sha}"
##
## [[5]][[15]]$comments_url
## [1] "https://api.github.com/repos/leeper/data-versioning/comments{/number}"
##
## [[5]][[15]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/data-versioning/issues/comments{/number}"
##
## [[5]][[15]]$contents_url
## [1] "https://api.github.com/repos/leeper/data-versioning/contents/{+path}"
##
## [[5]][[15]]$compare_url
## [1] "https://api.github.com/repos/leeper/data-versioning/compare/{base}...{head}"
##
## [[5]][[15]]$merges_url
## [1] "https://api.github.com/repos/leeper/data-versioning/merges"
##
## [[5]][[15]]$archive_url
## [1] "https://api.github.com/repos/leeper/data-versioning/{archive_format}{/ref}"
##
## [[5]][[15]]$downloads_url
## [1] "https://api.github.com/repos/leeper/data-versioning/downloads"
##
## [[5]][[15]]$issues_url
## [1] "https://api.github.com/repos/leeper/data-versioning/issues{/number}"
##
## [[5]][[15]]$pulls_url
## [1] "https://api.github.com/repos/leeper/data-versioning/pulls{/number}"
##
## [[5]][[15]]$milestones_url
## [1] "https://api.github.com/repos/leeper/data-versioning/milestones{/number}"
##
## [[5]][[15]]$notifications_url
## [1] "https://api.github.com/repos/leeper/data-versioning/notifications{?since,all,participating}"
##
## [[5]][[15]]$labels_url
## [1] "https://api.github.com/repos/leeper/data-versioning/labels{/name}"
##
## [[5]][[15]]$releases_url
## [1] "https://api.github.com/repos/leeper/data-versioning/releases{/id}"
##
## [[5]][[15]]$deployments_url
## [1] "https://api.github.com/repos/leeper/data-versioning/deployments"
##
## [[5]][[15]]$created_at
## [1] "2015-05-28T16:23:21Z"
##
## [[5]][[15]]$updated_at
## [1] "2016-08-26T23:41:45Z"
##
## [[5]][[15]]$pushed_at
## [1] "2015-06-20T07:51:34Z"
##
## [[5]][[15]]$git_url
## [1] "git://github.com/leeper/data-versioning.git"
##
## [[5]][[15]]$ssh_url
## [1] "git@github.com:leeper/data-versioning.git"
##
## [[5]][[15]]$clone_url
## [1] "https://github.com/leeper/data-versioning.git"
##
## [[5]][[15]]$svn_url
## [1] "https://github.com/leeper/data-versioning"
##
## [[5]][[15]]$homepage
## [1] ""
##
## [[5]][[15]]$size
## [1] 152
##
## [[5]][[15]]$stargazers_count
## [1] 2
##
## [[5]][[15]]$watchers_count
## [1] 2
##
## [[5]][[15]]$language
## NULL
##
## [[5]][[15]]$has_issues
## [1] TRUE
##
## [[5]][[15]]$has_downloads
## [1] TRUE
##
## [[5]][[15]]$has_wiki
## [1] TRUE
##
## [[5]][[15]]$has_pages
## [1] FALSE
##
## [[5]][[15]]$forks_count
## [1] 0
##
## [[5]][[15]]$mirror_url
## NULL
##
## [[5]][[15]]$open_issues_count
## [1] 0
##
## [[5]][[15]]$forks
## [1] 0
##
## [[5]][[15]]$open_issues
## [1] 0
##
## [[5]][[15]]$watchers
## [1] 2
##
## [[5]][[15]]$default_branch
## [1] "master"
##
##
## [[5]][[16]]
## [[5]][[16]]$id
## [1] 42788374
##
## [[5]][[16]]$name
## [1] "dataverse-1"
##
## [[5]][[16]]$full_name
## [1] "leeper/dataverse-1"
##
## [[5]][[16]]$owner
## [[5]][[16]]$owner$login
## [1] "leeper"
##
## [[5]][[16]]$owner$id
## [1] 3505428
##
## [[5]][[16]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[16]]$owner$gravatar_id
## [1] ""
##
## [[5]][[16]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[16]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[16]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[16]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[16]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[16]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[16]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[16]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[16]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[16]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[16]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[16]]$owner$type
## [1] "User"
##
## [[5]][[16]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[16]]$private
## [1] FALSE
##
## [[5]][[16]]$html_url
## [1] "https://github.com/leeper/dataverse-1"
##
## [[5]][[16]]$description
## [1] "A data repository framework to share and publish research data."
##
## [[5]][[16]]$fork
## [1] TRUE
##
## [[5]][[16]]$url
## [1] "https://api.github.com/repos/leeper/dataverse-1"
##
## [[5]][[16]]$forks_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/forks"
##
## [[5]][[16]]$keys_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/keys{/key_id}"
##
## [[5]][[16]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/collaborators{/collaborator}"
##
## [[5]][[16]]$teams_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/teams"
##
## [[5]][[16]]$hooks_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/hooks"
##
## [[5]][[16]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/issues/events{/number}"
##
## [[5]][[16]]$events_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/events"
##
## [[5]][[16]]$assignees_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/assignees{/user}"
##
## [[5]][[16]]$branches_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/branches{/branch}"
##
## [[5]][[16]]$tags_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/tags"
##
## [[5]][[16]]$blobs_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/git/blobs{/sha}"
##
## [[5]][[16]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/git/tags{/sha}"
##
## [[5]][[16]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/git/refs{/sha}"
##
## [[5]][[16]]$trees_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/git/trees{/sha}"
##
## [[5]][[16]]$statuses_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/statuses/{sha}"
##
## [[5]][[16]]$languages_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/languages"
##
## [[5]][[16]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/stargazers"
##
## [[5]][[16]]$contributors_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/contributors"
##
## [[5]][[16]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/subscribers"
##
## [[5]][[16]]$subscription_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/subscription"
##
## [[5]][[16]]$commits_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/commits{/sha}"
##
## [[5]][[16]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/git/commits{/sha}"
##
## [[5]][[16]]$comments_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/comments{/number}"
##
## [[5]][[16]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/issues/comments{/number}"
##
## [[5]][[16]]$contents_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/contents/{+path}"
##
## [[5]][[16]]$compare_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/compare/{base}...{head}"
##
## [[5]][[16]]$merges_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/merges"
##
## [[5]][[16]]$archive_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/{archive_format}{/ref}"
##
## [[5]][[16]]$downloads_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/downloads"
##
## [[5]][[16]]$issues_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/issues{/number}"
##
## [[5]][[16]]$pulls_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/pulls{/number}"
##
## [[5]][[16]]$milestones_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/milestones{/number}"
##
## [[5]][[16]]$notifications_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/notifications{?since,all,participating}"
##
## [[5]][[16]]$labels_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/labels{/name}"
##
## [[5]][[16]]$releases_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/releases{/id}"
##
## [[5]][[16]]$deployments_url
## [1] "https://api.github.com/repos/leeper/dataverse-1/deployments"
##
## [[5]][[16]]$created_at
## [1] "2015-09-19T20:22:59Z"
##
## [[5]][[16]]$updated_at
## [1] "2015-09-19T20:23:02Z"
##
## [[5]][[16]]$pushed_at
## [1] "2015-11-14T20:05:50Z"
##
## [[5]][[16]]$git_url
## [1] "git://github.com/leeper/dataverse-1.git"
##
## [[5]][[16]]$ssh_url
## [1] "git@github.com:leeper/dataverse-1.git"
##
## [[5]][[16]]$clone_url
## [1] "https://github.com/leeper/dataverse-1.git"
##
## [[5]][[16]]$svn_url
## [1] "https://github.com/leeper/dataverse-1"
##
## [[5]][[16]]$homepage
## [1] "http://dataverse.org"
##
## [[5]][[16]]$size
## [1] 24898
##
## [[5]][[16]]$stargazers_count
## [1] 0
##
## [[5]][[16]]$watchers_count
## [1] 0
##
## [[5]][[16]]$language
## [1] "Java"
##
## [[5]][[16]]$has_issues
## [1] FALSE
##
## [[5]][[16]]$has_downloads
## [1] TRUE
##
## [[5]][[16]]$has_wiki
## [1] FALSE
##
## [[5]][[16]]$has_pages
## [1] FALSE
##
## [[5]][[16]]$forks_count
## [1] 0
##
## [[5]][[16]]$mirror_url
## NULL
##
## [[5]][[16]]$open_issues_count
## [1] 0
##
## [[5]][[16]]$forks
## [1] 0
##
## [[5]][[16]]$open_issues
## [1] 0
##
## [[5]][[16]]$watchers
## [1] 0
##
## [[5]][[16]]$default_branch
## [1] "4.2"
##
##
## [[5]][[17]]
## [[5]][[17]]$id
## [1] 29702132
##
## [[5]][[17]]$name
## [1] "designcourse"
##
## [[5]][[17]]$full_name
## [1] "leeper/designcourse"
##
## [[5]][[17]]$owner
## [[5]][[17]]$owner$login
## [1] "leeper"
##
## [[5]][[17]]$owner$id
## [1] 3505428
##
## [[5]][[17]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[17]]$owner$gravatar_id
## [1] ""
##
## [[5]][[17]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[17]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[17]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[17]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[17]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[17]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[17]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[17]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[17]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[17]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[17]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[17]]$owner$type
## [1] "User"
##
## [[5]][[17]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[17]]$private
## [1] FALSE
##
## [[5]][[17]]$html_url
## [1] "https://github.com/leeper/designcourse"
##
## [[5]][[17]]$description
## [1] "Course materials for \"Research Design in Political Science\""
##
## [[5]][[17]]$fork
## [1] FALSE
##
## [[5]][[17]]$url
## [1] "https://api.github.com/repos/leeper/designcourse"
##
## [[5]][[17]]$forks_url
## [1] "https://api.github.com/repos/leeper/designcourse/forks"
##
## [[5]][[17]]$keys_url
## [1] "https://api.github.com/repos/leeper/designcourse/keys{/key_id}"
##
## [[5]][[17]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/designcourse/collaborators{/collaborator}"
##
## [[5]][[17]]$teams_url
## [1] "https://api.github.com/repos/leeper/designcourse/teams"
##
## [[5]][[17]]$hooks_url
## [1] "https://api.github.com/repos/leeper/designcourse/hooks"
##
## [[5]][[17]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/designcourse/issues/events{/number}"
##
## [[5]][[17]]$events_url
## [1] "https://api.github.com/repos/leeper/designcourse/events"
##
## [[5]][[17]]$assignees_url
## [1] "https://api.github.com/repos/leeper/designcourse/assignees{/user}"
##
## [[5]][[17]]$branches_url
## [1] "https://api.github.com/repos/leeper/designcourse/branches{/branch}"
##
## [[5]][[17]]$tags_url
## [1] "https://api.github.com/repos/leeper/designcourse/tags"
##
## [[5]][[17]]$blobs_url
## [1] "https://api.github.com/repos/leeper/designcourse/git/blobs{/sha}"
##
## [[5]][[17]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/designcourse/git/tags{/sha}"
##
## [[5]][[17]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/designcourse/git/refs{/sha}"
##
## [[5]][[17]]$trees_url
## [1] "https://api.github.com/repos/leeper/designcourse/git/trees{/sha}"
##
## [[5]][[17]]$statuses_url
## [1] "https://api.github.com/repos/leeper/designcourse/statuses/{sha}"
##
## [[5]][[17]]$languages_url
## [1] "https://api.github.com/repos/leeper/designcourse/languages"
##
## [[5]][[17]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/designcourse/stargazers"
##
## [[5]][[17]]$contributors_url
## [1] "https://api.github.com/repos/leeper/designcourse/contributors"
##
## [[5]][[17]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/designcourse/subscribers"
##
## [[5]][[17]]$subscription_url
## [1] "https://api.github.com/repos/leeper/designcourse/subscription"
##
## [[5]][[17]]$commits_url
## [1] "https://api.github.com/repos/leeper/designcourse/commits{/sha}"
##
## [[5]][[17]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/designcourse/git/commits{/sha}"
##
## [[5]][[17]]$comments_url
## [1] "https://api.github.com/repos/leeper/designcourse/comments{/number}"
##
## [[5]][[17]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/designcourse/issues/comments{/number}"
##
## [[5]][[17]]$contents_url
## [1] "https://api.github.com/repos/leeper/designcourse/contents/{+path}"
##
## [[5]][[17]]$compare_url
## [1] "https://api.github.com/repos/leeper/designcourse/compare/{base}...{head}"
##
## [[5]][[17]]$merges_url
## [1] "https://api.github.com/repos/leeper/designcourse/merges"
##
## [[5]][[17]]$archive_url
## [1] "https://api.github.com/repos/leeper/designcourse/{archive_format}{/ref}"
##
## [[5]][[17]]$downloads_url
## [1] "https://api.github.com/repos/leeper/designcourse/downloads"
##
## [[5]][[17]]$issues_url
## [1] "https://api.github.com/repos/leeper/designcourse/issues{/number}"
##
## [[5]][[17]]$pulls_url
## [1] "https://api.github.com/repos/leeper/designcourse/pulls{/number}"
##
## [[5]][[17]]$milestones_url
## [1] "https://api.github.com/repos/leeper/designcourse/milestones{/number}"
##
## [[5]][[17]]$notifications_url
## [1] "https://api.github.com/repos/leeper/designcourse/notifications{?since,all,participating}"
##
## [[5]][[17]]$labels_url
## [1] "https://api.github.com/repos/leeper/designcourse/labels{/name}"
##
## [[5]][[17]]$releases_url
## [1] "https://api.github.com/repos/leeper/designcourse/releases{/id}"
##
## [[5]][[17]]$deployments_url
## [1] "https://api.github.com/repos/leeper/designcourse/deployments"
##
## [[5]][[17]]$created_at
## [1] "2015-01-22T21:50:34Z"
##
## [[5]][[17]]$updated_at
## [1] "2016-08-23T18:47:07Z"
##
## [[5]][[17]]$pushed_at
## [1] "2016-10-19T15:15:29Z"
##
## [[5]][[17]]$git_url
## [1] "git://github.com/leeper/designcourse.git"
##
## [[5]][[17]]$ssh_url
## [1] "git@github.com:leeper/designcourse.git"
##
## [[5]][[17]]$clone_url
## [1] "https://github.com/leeper/designcourse.git"
##
## [[5]][[17]]$svn_url
## [1] "https://github.com/leeper/designcourse"
##
## [[5]][[17]]$homepage
## NULL
##
## [[5]][[17]]$size
## [1] 95283
##
## [[5]][[17]]$stargazers_count
## [1] 1
##
## [[5]][[17]]$watchers_count
## [1] 1
##
## [[5]][[17]]$language
## [1] "TeX"
##
## [[5]][[17]]$has_issues
## [1] TRUE
##
## [[5]][[17]]$has_downloads
## [1] TRUE
##
## [[5]][[17]]$has_wiki
## [1] TRUE
##
## [[5]][[17]]$has_pages
## [1] TRUE
##
## [[5]][[17]]$forks_count
## [1] 1
##
## [[5]][[17]]$mirror_url
## NULL
##
## [[5]][[17]]$open_issues_count
## [1] 1
##
## [[5]][[17]]$forks
## [1] 1
##
## [[5]][[17]]$open_issues
## [1] 1
##
## [[5]][[17]]$watchers
## [1] 1
##
## [[5]][[17]]$default_branch
## [1] "gh-pages"
##
##
## [[5]][[18]]
## [[5]][[18]]$id
## [1] 32414869
##
## [[5]][[18]]$name
## [1] "devtools"
##
## [[5]][[18]]$full_name
## [1] "leeper/devtools"
##
## [[5]][[18]]$owner
## [[5]][[18]]$owner$login
## [1] "leeper"
##
## [[5]][[18]]$owner$id
## [1] 3505428
##
## [[5]][[18]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[18]]$owner$gravatar_id
## [1] ""
##
## [[5]][[18]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[18]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[18]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[18]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[18]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[18]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[18]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[18]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[18]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[18]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[18]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[18]]$owner$type
## [1] "User"
##
## [[5]][[18]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[18]]$private
## [1] FALSE
##
## [[5]][[18]]$html_url
## [1] "https://github.com/leeper/devtools"
##
## [[5]][[18]]$description
## [1] "Tools to make an R developer's life easier"
##
## [[5]][[18]]$fork
## [1] TRUE
##
## [[5]][[18]]$url
## [1] "https://api.github.com/repos/leeper/devtools"
##
## [[5]][[18]]$forks_url
## [1] "https://api.github.com/repos/leeper/devtools/forks"
##
## [[5]][[18]]$keys_url
## [1] "https://api.github.com/repos/leeper/devtools/keys{/key_id}"
##
## [[5]][[18]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/devtools/collaborators{/collaborator}"
##
## [[5]][[18]]$teams_url
## [1] "https://api.github.com/repos/leeper/devtools/teams"
##
## [[5]][[18]]$hooks_url
## [1] "https://api.github.com/repos/leeper/devtools/hooks"
##
## [[5]][[18]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/devtools/issues/events{/number}"
##
## [[5]][[18]]$events_url
## [1] "https://api.github.com/repos/leeper/devtools/events"
##
## [[5]][[18]]$assignees_url
## [1] "https://api.github.com/repos/leeper/devtools/assignees{/user}"
##
## [[5]][[18]]$branches_url
## [1] "https://api.github.com/repos/leeper/devtools/branches{/branch}"
##
## [[5]][[18]]$tags_url
## [1] "https://api.github.com/repos/leeper/devtools/tags"
##
## [[5]][[18]]$blobs_url
## [1] "https://api.github.com/repos/leeper/devtools/git/blobs{/sha}"
##
## [[5]][[18]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/devtools/git/tags{/sha}"
##
## [[5]][[18]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/devtools/git/refs{/sha}"
##
## [[5]][[18]]$trees_url
## [1] "https://api.github.com/repos/leeper/devtools/git/trees{/sha}"
##
## [[5]][[18]]$statuses_url
## [1] "https://api.github.com/repos/leeper/devtools/statuses/{sha}"
##
## [[5]][[18]]$languages_url
## [1] "https://api.github.com/repos/leeper/devtools/languages"
##
## [[5]][[18]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/devtools/stargazers"
##
## [[5]][[18]]$contributors_url
## [1] "https://api.github.com/repos/leeper/devtools/contributors"
##
## [[5]][[18]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/devtools/subscribers"
##
## [[5]][[18]]$subscription_url
## [1] "https://api.github.com/repos/leeper/devtools/subscription"
##
## [[5]][[18]]$commits_url
## [1] "https://api.github.com/repos/leeper/devtools/commits{/sha}"
##
## [[5]][[18]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/devtools/git/commits{/sha}"
##
## [[5]][[18]]$comments_url
## [1] "https://api.github.com/repos/leeper/devtools/comments{/number}"
##
## [[5]][[18]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/devtools/issues/comments{/number}"
##
## [[5]][[18]]$contents_url
## [1] "https://api.github.com/repos/leeper/devtools/contents/{+path}"
##
## [[5]][[18]]$compare_url
## [1] "https://api.github.com/repos/leeper/devtools/compare/{base}...{head}"
##
## [[5]][[18]]$merges_url
## [1] "https://api.github.com/repos/leeper/devtools/merges"
##
## [[5]][[18]]$archive_url
## [1] "https://api.github.com/repos/leeper/devtools/{archive_format}{/ref}"
##
## [[5]][[18]]$downloads_url
## [1] "https://api.github.com/repos/leeper/devtools/downloads"
##
## [[5]][[18]]$issues_url
## [1] "https://api.github.com/repos/leeper/devtools/issues{/number}"
##
## [[5]][[18]]$pulls_url
## [1] "https://api.github.com/repos/leeper/devtools/pulls{/number}"
##
## [[5]][[18]]$milestones_url
## [1] "https://api.github.com/repos/leeper/devtools/milestones{/number}"
##
## [[5]][[18]]$notifications_url
## [1] "https://api.github.com/repos/leeper/devtools/notifications{?since,all,participating}"
##
## [[5]][[18]]$labels_url
## [1] "https://api.github.com/repos/leeper/devtools/labels{/name}"
##
## [[5]][[18]]$releases_url
## [1] "https://api.github.com/repos/leeper/devtools/releases{/id}"
##
## [[5]][[18]]$deployments_url
## [1] "https://api.github.com/repos/leeper/devtools/deployments"
##
## [[5]][[18]]$created_at
## [1] "2015-03-17T19:20:48Z"
##
## [[5]][[18]]$updated_at
## [1] "2015-08-05T12:45:27Z"
##
## [[5]][[18]]$pushed_at
## [1] "2016-01-13T15:19:14Z"
##
## [[5]][[18]]$git_url
## [1] "git://github.com/leeper/devtools.git"
##
## [[5]][[18]]$ssh_url
## [1] "git@github.com:leeper/devtools.git"
##
## [[5]][[18]]$clone_url
## [1] "https://github.com/leeper/devtools.git"
##
## [[5]][[18]]$svn_url
## [1] "https://github.com/leeper/devtools"
##
## [[5]][[18]]$homepage
## [1] ""
##
## [[5]][[18]]$size
## [1] 3321
##
## [[5]][[18]]$stargazers_count
## [1] 0
##
## [[5]][[18]]$watchers_count
## [1] 0
##
## [[5]][[18]]$language
## [1] "R"
##
## [[5]][[18]]$has_issues
## [1] FALSE
##
## [[5]][[18]]$has_downloads
## [1] TRUE
##
## [[5]][[18]]$has_wiki
## [1] TRUE
##
## [[5]][[18]]$has_pages
## [1] FALSE
##
## [[5]][[18]]$forks_count
## [1] 0
##
## [[5]][[18]]$mirror_url
## NULL
##
## [[5]][[18]]$open_issues_count
## [1] 0
##
## [[5]][[18]]$forks
## [1] 0
##
## [[5]][[18]]$open_issues
## [1] 0
##
## [[5]][[18]]$watchers
## [1] 0
##
## [[5]][[18]]$default_branch
## [1] "master"
##
##
## [[5]][[19]]
## [[5]][[19]]$id
## [1] 22100456
##
## [[5]][[19]]$name
## [1] "dkstat"
##
## [[5]][[19]]$full_name
## [1] "leeper/dkstat"
##
## [[5]][[19]]$owner
## [[5]][[19]]$owner$login
## [1] "leeper"
##
## [[5]][[19]]$owner$id
## [1] 3505428
##
## [[5]][[19]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[19]]$owner$gravatar_id
## [1] ""
##
## [[5]][[19]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[19]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[19]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[19]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[19]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[19]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[19]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[19]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[19]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[19]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[19]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[19]]$owner$type
## [1] "User"
##
## [[5]][[19]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[19]]$private
## [1] FALSE
##
## [[5]][[19]]$html_url
## [1] "https://github.com/leeper/dkstat"
##
## [[5]][[19]]$description
## NULL
##
## [[5]][[19]]$fork
## [1] TRUE
##
## [[5]][[19]]$url
## [1] "https://api.github.com/repos/leeper/dkstat"
##
## [[5]][[19]]$forks_url
## [1] "https://api.github.com/repos/leeper/dkstat/forks"
##
## [[5]][[19]]$keys_url
## [1] "https://api.github.com/repos/leeper/dkstat/keys{/key_id}"
##
## [[5]][[19]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/dkstat/collaborators{/collaborator}"
##
## [[5]][[19]]$teams_url
## [1] "https://api.github.com/repos/leeper/dkstat/teams"
##
## [[5]][[19]]$hooks_url
## [1] "https://api.github.com/repos/leeper/dkstat/hooks"
##
## [[5]][[19]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/dkstat/issues/events{/number}"
##
## [[5]][[19]]$events_url
## [1] "https://api.github.com/repos/leeper/dkstat/events"
##
## [[5]][[19]]$assignees_url
## [1] "https://api.github.com/repos/leeper/dkstat/assignees{/user}"
##
## [[5]][[19]]$branches_url
## [1] "https://api.github.com/repos/leeper/dkstat/branches{/branch}"
##
## [[5]][[19]]$tags_url
## [1] "https://api.github.com/repos/leeper/dkstat/tags"
##
## [[5]][[19]]$blobs_url
## [1] "https://api.github.com/repos/leeper/dkstat/git/blobs{/sha}"
##
## [[5]][[19]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/dkstat/git/tags{/sha}"
##
## [[5]][[19]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/dkstat/git/refs{/sha}"
##
## [[5]][[19]]$trees_url
## [1] "https://api.github.com/repos/leeper/dkstat/git/trees{/sha}"
##
## [[5]][[19]]$statuses_url
## [1] "https://api.github.com/repos/leeper/dkstat/statuses/{sha}"
##
## [[5]][[19]]$languages_url
## [1] "https://api.github.com/repos/leeper/dkstat/languages"
##
## [[5]][[19]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/dkstat/stargazers"
##
## [[5]][[19]]$contributors_url
## [1] "https://api.github.com/repos/leeper/dkstat/contributors"
##
## [[5]][[19]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/dkstat/subscribers"
##
## [[5]][[19]]$subscription_url
## [1] "https://api.github.com/repos/leeper/dkstat/subscription"
##
## [[5]][[19]]$commits_url
## [1] "https://api.github.com/repos/leeper/dkstat/commits{/sha}"
##
## [[5]][[19]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/dkstat/git/commits{/sha}"
##
## [[5]][[19]]$comments_url
## [1] "https://api.github.com/repos/leeper/dkstat/comments{/number}"
##
## [[5]][[19]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/dkstat/issues/comments{/number}"
##
## [[5]][[19]]$contents_url
## [1] "https://api.github.com/repos/leeper/dkstat/contents/{+path}"
##
## [[5]][[19]]$compare_url
## [1] "https://api.github.com/repos/leeper/dkstat/compare/{base}...{head}"
##
## [[5]][[19]]$merges_url
## [1] "https://api.github.com/repos/leeper/dkstat/merges"
##
## [[5]][[19]]$archive_url
## [1] "https://api.github.com/repos/leeper/dkstat/{archive_format}{/ref}"
##
## [[5]][[19]]$downloads_url
## [1] "https://api.github.com/repos/leeper/dkstat/downloads"
##
## [[5]][[19]]$issues_url
## [1] "https://api.github.com/repos/leeper/dkstat/issues{/number}"
##
## [[5]][[19]]$pulls_url
## [1] "https://api.github.com/repos/leeper/dkstat/pulls{/number}"
##
## [[5]][[19]]$milestones_url
## [1] "https://api.github.com/repos/leeper/dkstat/milestones{/number}"
##
## [[5]][[19]]$notifications_url
## [1] "https://api.github.com/repos/leeper/dkstat/notifications{?since,all,participating}"
##
## [[5]][[19]]$labels_url
## [1] "https://api.github.com/repos/leeper/dkstat/labels{/name}"
##
## [[5]][[19]]$releases_url
## [1] "https://api.github.com/repos/leeper/dkstat/releases{/id}"
##
## [[5]][[19]]$deployments_url
## [1] "https://api.github.com/repos/leeper/dkstat/deployments"
##
## [[5]][[19]]$created_at
## [1] "2014-07-22T10:47:47Z"
##
## [[5]][[19]]$updated_at
## [1] "2014-07-22T11:11:40Z"
##
## [[5]][[19]]$pushed_at
## [1] "2014-07-22T11:11:40Z"
##
## [[5]][[19]]$git_url
## [1] "git://github.com/leeper/dkstat.git"
##
## [[5]][[19]]$ssh_url
## [1] "git@github.com:leeper/dkstat.git"
##
## [[5]][[19]]$clone_url
## [1] "https://github.com/leeper/dkstat.git"
##
## [[5]][[19]]$svn_url
## [1] "https://github.com/leeper/dkstat"
##
## [[5]][[19]]$homepage
## NULL
##
## [[5]][[19]]$size
## [1] 261
##
## [[5]][[19]]$stargazers_count
## [1] 0
##
## [[5]][[19]]$watchers_count
## [1] 0
##
## [[5]][[19]]$language
## [1] "R"
##
## [[5]][[19]]$has_issues
## [1] FALSE
##
## [[5]][[19]]$has_downloads
## [1] TRUE
##
## [[5]][[19]]$has_wiki
## [1] TRUE
##
## [[5]][[19]]$has_pages
## [1] FALSE
##
## [[5]][[19]]$forks_count
## [1] 0
##
## [[5]][[19]]$mirror_url
## NULL
##
## [[5]][[19]]$open_issues_count
## [1] 0
##
## [[5]][[19]]$forks
## [1] 0
##
## [[5]][[19]]$open_issues
## [1] 0
##
## [[5]][[19]]$watchers
## [1] 0
##
## [[5]][[19]]$default_branch
## [1] "master"
##
##
## [[5]][[20]]
## [[5]][[20]]$id
## [1] 55256134
##
## [[5]][[20]]$name
## [1] "docthis"
##
## [[5]][[20]]$full_name
## [1] "leeper/docthis"
##
## [[5]][[20]]$owner
## [[5]][[20]]$owner$login
## [1] "leeper"
##
## [[5]][[20]]$owner$id
## [1] 3505428
##
## [[5]][[20]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[20]]$owner$gravatar_id
## [1] ""
##
## [[5]][[20]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[20]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[20]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[20]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[20]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[20]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[20]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[20]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[20]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[20]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[20]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[20]]$owner$type
## [1] "User"
##
## [[5]][[20]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[20]]$private
## [1] FALSE
##
## [[5]][[20]]$html_url
## [1] "https://github.com/leeper/docthis"
##
## [[5]][[20]]$description
## [1] "RStudio addin to create skeleton documentation for functions and data.frames"
##
## [[5]][[20]]$fork
## [1] TRUE
##
## [[5]][[20]]$url
## [1] "https://api.github.com/repos/leeper/docthis"
##
## [[5]][[20]]$forks_url
## [1] "https://api.github.com/repos/leeper/docthis/forks"
##
## [[5]][[20]]$keys_url
## [1] "https://api.github.com/repos/leeper/docthis/keys{/key_id}"
##
## [[5]][[20]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/docthis/collaborators{/collaborator}"
##
## [[5]][[20]]$teams_url
## [1] "https://api.github.com/repos/leeper/docthis/teams"
##
## [[5]][[20]]$hooks_url
## [1] "https://api.github.com/repos/leeper/docthis/hooks"
##
## [[5]][[20]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/docthis/issues/events{/number}"
##
## [[5]][[20]]$events_url
## [1] "https://api.github.com/repos/leeper/docthis/events"
##
## [[5]][[20]]$assignees_url
## [1] "https://api.github.com/repos/leeper/docthis/assignees{/user}"
##
## [[5]][[20]]$branches_url
## [1] "https://api.github.com/repos/leeper/docthis/branches{/branch}"
##
## [[5]][[20]]$tags_url
## [1] "https://api.github.com/repos/leeper/docthis/tags"
##
## [[5]][[20]]$blobs_url
## [1] "https://api.github.com/repos/leeper/docthis/git/blobs{/sha}"
##
## [[5]][[20]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/docthis/git/tags{/sha}"
##
## [[5]][[20]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/docthis/git/refs{/sha}"
##
## [[5]][[20]]$trees_url
## [1] "https://api.github.com/repos/leeper/docthis/git/trees{/sha}"
##
## [[5]][[20]]$statuses_url
## [1] "https://api.github.com/repos/leeper/docthis/statuses/{sha}"
##
## [[5]][[20]]$languages_url
## [1] "https://api.github.com/repos/leeper/docthis/languages"
##
## [[5]][[20]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/docthis/stargazers"
##
## [[5]][[20]]$contributors_url
## [1] "https://api.github.com/repos/leeper/docthis/contributors"
##
## [[5]][[20]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/docthis/subscribers"
##
## [[5]][[20]]$subscription_url
## [1] "https://api.github.com/repos/leeper/docthis/subscription"
##
## [[5]][[20]]$commits_url
## [1] "https://api.github.com/repos/leeper/docthis/commits{/sha}"
##
## [[5]][[20]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/docthis/git/commits{/sha}"
##
## [[5]][[20]]$comments_url
## [1] "https://api.github.com/repos/leeper/docthis/comments{/number}"
##
## [[5]][[20]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/docthis/issues/comments{/number}"
##
## [[5]][[20]]$contents_url
## [1] "https://api.github.com/repos/leeper/docthis/contents/{+path}"
##
## [[5]][[20]]$compare_url
## [1] "https://api.github.com/repos/leeper/docthis/compare/{base}...{head}"
##
## [[5]][[20]]$merges_url
## [1] "https://api.github.com/repos/leeper/docthis/merges"
##
## [[5]][[20]]$archive_url
## [1] "https://api.github.com/repos/leeper/docthis/{archive_format}{/ref}"
##
## [[5]][[20]]$downloads_url
## [1] "https://api.github.com/repos/leeper/docthis/downloads"
##
## [[5]][[20]]$issues_url
## [1] "https://api.github.com/repos/leeper/docthis/issues{/number}"
##
## [[5]][[20]]$pulls_url
## [1] "https://api.github.com/repos/leeper/docthis/pulls{/number}"
##
## [[5]][[20]]$milestones_url
## [1] "https://api.github.com/repos/leeper/docthis/milestones{/number}"
##
## [[5]][[20]]$notifications_url
## [1] "https://api.github.com/repos/leeper/docthis/notifications{?since,all,participating}"
##
## [[5]][[20]]$labels_url
## [1] "https://api.github.com/repos/leeper/docthis/labels{/name}"
##
## [[5]][[20]]$releases_url
## [1] "https://api.github.com/repos/leeper/docthis/releases{/id}"
##
## [[5]][[20]]$deployments_url
## [1] "https://api.github.com/repos/leeper/docthis/deployments"
##
## [[5]][[20]]$created_at
## [1] "2016-04-01T19:08:41Z"
##
## [[5]][[20]]$updated_at
## [1] "2016-06-17T13:49:02Z"
##
## [[5]][[20]]$pushed_at
## [1] "2016-04-01T19:11:18Z"
##
## [[5]][[20]]$git_url
## [1] "git://github.com/leeper/docthis.git"
##
## [[5]][[20]]$ssh_url
## [1] "git@github.com:leeper/docthis.git"
##
## [[5]][[20]]$clone_url
## [1] "https://github.com/leeper/docthis.git"
##
## [[5]][[20]]$svn_url
## [1] "https://github.com/leeper/docthis"
##
## [[5]][[20]]$homepage
## NULL
##
## [[5]][[20]]$size
## [1] 12
##
## [[5]][[20]]$stargazers_count
## [1] 2
##
## [[5]][[20]]$watchers_count
## [1] 2
##
## [[5]][[20]]$language
## [1] "R"
##
## [[5]][[20]]$has_issues
## [1] FALSE
##
## [[5]][[20]]$has_downloads
## [1] TRUE
##
## [[5]][[20]]$has_wiki
## [1] TRUE
##
## [[5]][[20]]$has_pages
## [1] FALSE
##
## [[5]][[20]]$forks_count
## [1] 0
##
## [[5]][[20]]$mirror_url
## NULL
##
## [[5]][[20]]$open_issues_count
## [1] 0
##
## [[5]][[20]]$forks
## [1] 0
##
## [[5]][[20]]$open_issues
## [1] 0
##
## [[5]][[20]]$watchers
## [1] 2
##
## [[5]][[20]]$default_branch
## [1] "master"
##
##
## [[5]][[21]]
## [[5]][[21]]$id
## [1] 39673558
##
## [[5]][[21]]$name
## [1] "drat"
##
## [[5]][[21]]$full_name
## [1] "leeper/drat"
##
## [[5]][[21]]$owner
## [[5]][[21]]$owner$login
## [1] "leeper"
##
## [[5]][[21]]$owner$id
## [1] 3505428
##
## [[5]][[21]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[21]]$owner$gravatar_id
## [1] ""
##
## [[5]][[21]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[21]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[21]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[21]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[21]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[21]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[21]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[21]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[21]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[21]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[21]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[21]]$owner$type
## [1] "User"
##
## [[5]][[21]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[21]]$private
## [1] FALSE
##
## [[5]][[21]]$html_url
## [1] "https://github.com/leeper/drat"
##
## [[5]][[21]]$description
## [1] "Drat R Archive Template"
##
## [[5]][[21]]$fork
## [1] TRUE
##
## [[5]][[21]]$url
## [1] "https://api.github.com/repos/leeper/drat"
##
## [[5]][[21]]$forks_url
## [1] "https://api.github.com/repos/leeper/drat/forks"
##
## [[5]][[21]]$keys_url
## [1] "https://api.github.com/repos/leeper/drat/keys{/key_id}"
##
## [[5]][[21]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/drat/collaborators{/collaborator}"
##
## [[5]][[21]]$teams_url
## [1] "https://api.github.com/repos/leeper/drat/teams"
##
## [[5]][[21]]$hooks_url
## [1] "https://api.github.com/repos/leeper/drat/hooks"
##
## [[5]][[21]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/drat/issues/events{/number}"
##
## [[5]][[21]]$events_url
## [1] "https://api.github.com/repos/leeper/drat/events"
##
## [[5]][[21]]$assignees_url
## [1] "https://api.github.com/repos/leeper/drat/assignees{/user}"
##
## [[5]][[21]]$branches_url
## [1] "https://api.github.com/repos/leeper/drat/branches{/branch}"
##
## [[5]][[21]]$tags_url
## [1] "https://api.github.com/repos/leeper/drat/tags"
##
## [[5]][[21]]$blobs_url
## [1] "https://api.github.com/repos/leeper/drat/git/blobs{/sha}"
##
## [[5]][[21]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/drat/git/tags{/sha}"
##
## [[5]][[21]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/drat/git/refs{/sha}"
##
## [[5]][[21]]$trees_url
## [1] "https://api.github.com/repos/leeper/drat/git/trees{/sha}"
##
## [[5]][[21]]$statuses_url
## [1] "https://api.github.com/repos/leeper/drat/statuses/{sha}"
##
## [[5]][[21]]$languages_url
## [1] "https://api.github.com/repos/leeper/drat/languages"
##
## [[5]][[21]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/drat/stargazers"
##
## [[5]][[21]]$contributors_url
## [1] "https://api.github.com/repos/leeper/drat/contributors"
##
## [[5]][[21]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/drat/subscribers"
##
## [[5]][[21]]$subscription_url
## [1] "https://api.github.com/repos/leeper/drat/subscription"
##
## [[5]][[21]]$commits_url
## [1] "https://api.github.com/repos/leeper/drat/commits{/sha}"
##
## [[5]][[21]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/drat/git/commits{/sha}"
##
## [[5]][[21]]$comments_url
## [1] "https://api.github.com/repos/leeper/drat/comments{/number}"
##
## [[5]][[21]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/drat/issues/comments{/number}"
##
## [[5]][[21]]$contents_url
## [1] "https://api.github.com/repos/leeper/drat/contents/{+path}"
##
## [[5]][[21]]$compare_url
## [1] "https://api.github.com/repos/leeper/drat/compare/{base}...{head}"
##
## [[5]][[21]]$merges_url
## [1] "https://api.github.com/repos/leeper/drat/merges"
##
## [[5]][[21]]$archive_url
## [1] "https://api.github.com/repos/leeper/drat/{archive_format}{/ref}"
##
## [[5]][[21]]$downloads_url
## [1] "https://api.github.com/repos/leeper/drat/downloads"
##
## [[5]][[21]]$issues_url
## [1] "https://api.github.com/repos/leeper/drat/issues{/number}"
##
## [[5]][[21]]$pulls_url
## [1] "https://api.github.com/repos/leeper/drat/pulls{/number}"
##
## [[5]][[21]]$milestones_url
## [1] "https://api.github.com/repos/leeper/drat/milestones{/number}"
##
## [[5]][[21]]$notifications_url
## [1] "https://api.github.com/repos/leeper/drat/notifications{?since,all,participating}"
##
## [[5]][[21]]$labels_url
## [1] "https://api.github.com/repos/leeper/drat/labels{/name}"
##
## [[5]][[21]]$releases_url
## [1] "https://api.github.com/repos/leeper/drat/releases{/id}"
##
## [[5]][[21]]$deployments_url
## [1] "https://api.github.com/repos/leeper/drat/deployments"
##
## [[5]][[21]]$created_at
## [1] "2015-07-25T05:21:39Z"
##
## [[5]][[21]]$updated_at
## [1] "2015-07-25T05:21:39Z"
##
## [[5]][[21]]$pushed_at
## [1] "2016-01-01T02:36:42Z"
##
## [[5]][[21]]$git_url
## [1] "git://github.com/leeper/drat.git"
##
## [[5]][[21]]$ssh_url
## [1] "git@github.com:leeper/drat.git"
##
## [[5]][[21]]$clone_url
## [1] "https://github.com/leeper/drat.git"
##
## [[5]][[21]]$svn_url
## [1] "https://github.com/leeper/drat"
##
## [[5]][[21]]$homepage
## NULL
##
## [[5]][[21]]$size
## [1] 456
##
## [[5]][[21]]$stargazers_count
## [1] 0
##
## [[5]][[21]]$watchers_count
## [1] 0
##
## [[5]][[21]]$language
## [1] "R"
##
## [[5]][[21]]$has_issues
## [1] FALSE
##
## [[5]][[21]]$has_downloads
## [1] TRUE
##
## [[5]][[21]]$has_wiki
## [1] TRUE
##
## [[5]][[21]]$has_pages
## [1] FALSE
##
## [[5]][[21]]$forks_count
## [1] 0
##
## [[5]][[21]]$mirror_url
## NULL
##
## [[5]][[21]]$open_issues_count
## [1] 0
##
## [[5]][[21]]$forks
## [1] 0
##
## [[5]][[21]]$open_issues
## [1] 0
##
## [[5]][[21]]$watchers
## [1] 0
##
## [[5]][[21]]$default_branch
## [1] "master"
##
##
## [[5]][[22]]
## [[5]][[22]]$id
## [1] 16486298
##
## [[5]][[22]]$name
## [1] "dvn"
##
## [[5]][[22]]$full_name
## [1] "leeper/dvn"
##
## [[5]][[22]]$owner
## [[5]][[22]]$owner$login
## [1] "leeper"
##
## [[5]][[22]]$owner$id
## [1] 3505428
##
## [[5]][[22]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[22]]$owner$gravatar_id
## [1] ""
##
## [[5]][[22]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[22]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[22]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[22]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[22]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[22]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[22]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[22]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[22]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[22]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[22]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[22]]$owner$type
## [1] "User"
##
## [[5]][[22]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[22]]$private
## [1] FALSE
##
## [[5]][[22]]$html_url
## [1] "https://github.com/leeper/dvn"
##
## [[5]][[22]]$description
## [1] "Access to the Dataverse Network APIs from R"
##
## [[5]][[22]]$fork
## [1] TRUE
##
## [[5]][[22]]$url
## [1] "https://api.github.com/repos/leeper/dvn"
##
## [[5]][[22]]$forks_url
## [1] "https://api.github.com/repos/leeper/dvn/forks"
##
## [[5]][[22]]$keys_url
## [1] "https://api.github.com/repos/leeper/dvn/keys{/key_id}"
##
## [[5]][[22]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/dvn/collaborators{/collaborator}"
##
## [[5]][[22]]$teams_url
## [1] "https://api.github.com/repos/leeper/dvn/teams"
##
## [[5]][[22]]$hooks_url
## [1] "https://api.github.com/repos/leeper/dvn/hooks"
##
## [[5]][[22]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/dvn/issues/events{/number}"
##
## [[5]][[22]]$events_url
## [1] "https://api.github.com/repos/leeper/dvn/events"
##
## [[5]][[22]]$assignees_url
## [1] "https://api.github.com/repos/leeper/dvn/assignees{/user}"
##
## [[5]][[22]]$branches_url
## [1] "https://api.github.com/repos/leeper/dvn/branches{/branch}"
##
## [[5]][[22]]$tags_url
## [1] "https://api.github.com/repos/leeper/dvn/tags"
##
## [[5]][[22]]$blobs_url
## [1] "https://api.github.com/repos/leeper/dvn/git/blobs{/sha}"
##
## [[5]][[22]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/dvn/git/tags{/sha}"
##
## [[5]][[22]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/dvn/git/refs{/sha}"
##
## [[5]][[22]]$trees_url
## [1] "https://api.github.com/repos/leeper/dvn/git/trees{/sha}"
##
## [[5]][[22]]$statuses_url
## [1] "https://api.github.com/repos/leeper/dvn/statuses/{sha}"
##
## [[5]][[22]]$languages_url
## [1] "https://api.github.com/repos/leeper/dvn/languages"
##
## [[5]][[22]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/dvn/stargazers"
##
## [[5]][[22]]$contributors_url
## [1] "https://api.github.com/repos/leeper/dvn/contributors"
##
## [[5]][[22]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/dvn/subscribers"
##
## [[5]][[22]]$subscription_url
## [1] "https://api.github.com/repos/leeper/dvn/subscription"
##
## [[5]][[22]]$commits_url
## [1] "https://api.github.com/repos/leeper/dvn/commits{/sha}"
##
## [[5]][[22]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/dvn/git/commits{/sha}"
##
## [[5]][[22]]$comments_url
## [1] "https://api.github.com/repos/leeper/dvn/comments{/number}"
##
## [[5]][[22]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/dvn/issues/comments{/number}"
##
## [[5]][[22]]$contents_url
## [1] "https://api.github.com/repos/leeper/dvn/contents/{+path}"
##
## [[5]][[22]]$compare_url
## [1] "https://api.github.com/repos/leeper/dvn/compare/{base}...{head}"
##
## [[5]][[22]]$merges_url
## [1] "https://api.github.com/repos/leeper/dvn/merges"
##
## [[5]][[22]]$archive_url
## [1] "https://api.github.com/repos/leeper/dvn/{archive_format}{/ref}"
##
## [[5]][[22]]$downloads_url
## [1] "https://api.github.com/repos/leeper/dvn/downloads"
##
## [[5]][[22]]$issues_url
## [1] "https://api.github.com/repos/leeper/dvn/issues{/number}"
##
## [[5]][[22]]$pulls_url
## [1] "https://api.github.com/repos/leeper/dvn/pulls{/number}"
##
## [[5]][[22]]$milestones_url
## [1] "https://api.github.com/repos/leeper/dvn/milestones{/number}"
##
## [[5]][[22]]$notifications_url
## [1] "https://api.github.com/repos/leeper/dvn/notifications{?since,all,participating}"
##
## [[5]][[22]]$labels_url
## [1] "https://api.github.com/repos/leeper/dvn/labels{/name}"
##
## [[5]][[22]]$releases_url
## [1] "https://api.github.com/repos/leeper/dvn/releases{/id}"
##
## [[5]][[22]]$deployments_url
## [1] "https://api.github.com/repos/leeper/dvn/deployments"
##
## [[5]][[22]]$created_at
## [1] "2014-02-03T17:11:24Z"
##
## [[5]][[22]]$updated_at
## [1] "2015-11-08T16:03:14Z"
##
## [[5]][[22]]$pushed_at
## [1] "2015-11-08T16:08:15Z"
##
## [[5]][[22]]$git_url
## [1] "git://github.com/leeper/dvn.git"
##
## [[5]][[22]]$ssh_url
## [1] "git@github.com:leeper/dvn.git"
##
## [[5]][[22]]$clone_url
## [1] "https://github.com/leeper/dvn.git"
##
## [[5]][[22]]$svn_url
## [1] "https://github.com/leeper/dvn"
##
## [[5]][[22]]$homepage
## [1] "http://cran.r-project.org/web/packages/dvn/index.html"
##
## [[5]][[22]]$size
## [1] 402
##
## [[5]][[22]]$stargazers_count
## [1] 0
##
## [[5]][[22]]$watchers_count
## [1] 0
##
## [[5]][[22]]$language
## [1] "R"
##
## [[5]][[22]]$has_issues
## [1] FALSE
##
## [[5]][[22]]$has_downloads
## [1] TRUE
##
## [[5]][[22]]$has_wiki
## [1] TRUE
##
## [[5]][[22]]$has_pages
## [1] FALSE
##
## [[5]][[22]]$forks_count
## [1] 1
##
## [[5]][[22]]$mirror_url
## NULL
##
## [[5]][[22]]$open_issues_count
## [1] 0
##
## [[5]][[22]]$forks
## [1] 1
##
## [[5]][[22]]$open_issues
## [1] 0
##
## [[5]][[22]]$watchers
## [1] 0
##
## [[5]][[22]]$default_branch
## [1] "master"
##
##
## [[5]][[23]]
## [[5]][[23]]$id
## [1] 69484625
##
## [[5]][[23]]$name
## [1] "effect-heterogeneity"
##
## [[5]][[23]]$full_name
## [1] "leeper/effect-heterogeneity"
##
## [[5]][[23]]$owner
## [[5]][[23]]$owner$login
## [1] "leeper"
##
## [[5]][[23]]$owner$id
## [1] 3505428
##
## [[5]][[23]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[23]]$owner$gravatar_id
## [1] ""
##
## [[5]][[23]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[23]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[23]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[23]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[23]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[23]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[23]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[23]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[23]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[23]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[23]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[23]]$owner$type
## [1] "User"
##
## [[5]][[23]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[23]]$private
## [1] FALSE
##
## [[5]][[23]]$html_url
## [1] "https://github.com/leeper/effect-heterogeneity"
##
## [[5]][[23]]$description
## NULL
##
## [[5]][[23]]$fork
## [1] FALSE
##
## [[5]][[23]]$url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity"
##
## [[5]][[23]]$forks_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/forks"
##
## [[5]][[23]]$keys_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/keys{/key_id}"
##
## [[5]][[23]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/collaborators{/collaborator}"
##
## [[5]][[23]]$teams_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/teams"
##
## [[5]][[23]]$hooks_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/hooks"
##
## [[5]][[23]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/issues/events{/number}"
##
## [[5]][[23]]$events_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/events"
##
## [[5]][[23]]$assignees_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/assignees{/user}"
##
## [[5]][[23]]$branches_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/branches{/branch}"
##
## [[5]][[23]]$tags_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/tags"
##
## [[5]][[23]]$blobs_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/git/blobs{/sha}"
##
## [[5]][[23]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/git/tags{/sha}"
##
## [[5]][[23]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/git/refs{/sha}"
##
## [[5]][[23]]$trees_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/git/trees{/sha}"
##
## [[5]][[23]]$statuses_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/statuses/{sha}"
##
## [[5]][[23]]$languages_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/languages"
##
## [[5]][[23]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/stargazers"
##
## [[5]][[23]]$contributors_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/contributors"
##
## [[5]][[23]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/subscribers"
##
## [[5]][[23]]$subscription_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/subscription"
##
## [[5]][[23]]$commits_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/commits{/sha}"
##
## [[5]][[23]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/git/commits{/sha}"
##
## [[5]][[23]]$comments_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/comments{/number}"
##
## [[5]][[23]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/issues/comments{/number}"
##
## [[5]][[23]]$contents_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/contents/{+path}"
##
## [[5]][[23]]$compare_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/compare/{base}...{head}"
##
## [[5]][[23]]$merges_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/merges"
##
## [[5]][[23]]$archive_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/{archive_format}{/ref}"
##
## [[5]][[23]]$downloads_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/downloads"
##
## [[5]][[23]]$issues_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/issues{/number}"
##
## [[5]][[23]]$pulls_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/pulls{/number}"
##
## [[5]][[23]]$milestones_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/milestones{/number}"
##
## [[5]][[23]]$notifications_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/notifications{?since,all,participating}"
##
## [[5]][[23]]$labels_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/labels{/name}"
##
## [[5]][[23]]$releases_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/releases{/id}"
##
## [[5]][[23]]$deployments_url
## [1] "https://api.github.com/repos/leeper/effect-heterogeneity/deployments"
##
## [[5]][[23]]$created_at
## [1] "2016-09-28T16:55:21Z"
##
## [[5]][[23]]$updated_at
## [1] "2016-09-28T16:55:21Z"
##
## [[5]][[23]]$pushed_at
## [1] "2016-09-29T09:00:24Z"
##
## [[5]][[23]]$git_url
## [1] "git://github.com/leeper/effect-heterogeneity.git"
##
## [[5]][[23]]$ssh_url
## [1] "git@github.com:leeper/effect-heterogeneity.git"
##
## [[5]][[23]]$clone_url
## [1] "https://github.com/leeper/effect-heterogeneity.git"
##
## [[5]][[23]]$svn_url
## [1] "https://github.com/leeper/effect-heterogeneity"
##
## [[5]][[23]]$homepage
## NULL
##
## [[5]][[23]]$size
## [1] 1
##
## [[5]][[23]]$stargazers_count
## [1] 0
##
## [[5]][[23]]$watchers_count
## [1] 0
##
## [[5]][[23]]$language
## NULL
##
## [[5]][[23]]$has_issues
## [1] TRUE
##
## [[5]][[23]]$has_downloads
## [1] TRUE
##
## [[5]][[23]]$has_wiki
## [1] TRUE
##
## [[5]][[23]]$has_pages
## [1] FALSE
##
## [[5]][[23]]$forks_count
## [1] 0
##
## [[5]][[23]]$mirror_url
## NULL
##
## [[5]][[23]]$open_issues_count
## [1] 0
##
## [[5]][[23]]$forks
## [1] 0
##
## [[5]][[23]]$open_issues
## [1] 0
##
## [[5]][[23]]$watchers
## [1] 0
##
## [[5]][[23]]$default_branch
## [1] "master"
##
##
## [[5]][[24]]
## [[5]][[24]]$id
## [1] 12600801
##
## [[5]][[24]]$name
## [1] "expcourse"
##
## [[5]][[24]]$full_name
## [1] "leeper/expcourse"
##
## [[5]][[24]]$owner
## [[5]][[24]]$owner$login
## [1] "leeper"
##
## [[5]][[24]]$owner$id
## [1] 3505428
##
## [[5]][[24]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[24]]$owner$gravatar_id
## [1] ""
##
## [[5]][[24]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[24]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[24]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[24]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[24]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[24]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[24]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[24]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[24]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[24]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[24]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[24]]$owner$type
## [1] "User"
##
## [[5]][[24]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[24]]$private
## [1] FALSE
##
## [[5]][[24]]$html_url
## [1] "https://github.com/leeper/expcourse"
##
## [[5]][[24]]$description
## [1] "Course materials for \"Experimentation and Causal Inference\""
##
## [[5]][[24]]$fork
## [1] FALSE
##
## [[5]][[24]]$url
## [1] "https://api.github.com/repos/leeper/expcourse"
##
## [[5]][[24]]$forks_url
## [1] "https://api.github.com/repos/leeper/expcourse/forks"
##
## [[5]][[24]]$keys_url
## [1] "https://api.github.com/repos/leeper/expcourse/keys{/key_id}"
##
## [[5]][[24]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/expcourse/collaborators{/collaborator}"
##
## [[5]][[24]]$teams_url
## [1] "https://api.github.com/repos/leeper/expcourse/teams"
##
## [[5]][[24]]$hooks_url
## [1] "https://api.github.com/repos/leeper/expcourse/hooks"
##
## [[5]][[24]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/expcourse/issues/events{/number}"
##
## [[5]][[24]]$events_url
## [1] "https://api.github.com/repos/leeper/expcourse/events"
##
## [[5]][[24]]$assignees_url
## [1] "https://api.github.com/repos/leeper/expcourse/assignees{/user}"
##
## [[5]][[24]]$branches_url
## [1] "https://api.github.com/repos/leeper/expcourse/branches{/branch}"
##
## [[5]][[24]]$tags_url
## [1] "https://api.github.com/repos/leeper/expcourse/tags"
##
## [[5]][[24]]$blobs_url
## [1] "https://api.github.com/repos/leeper/expcourse/git/blobs{/sha}"
##
## [[5]][[24]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/expcourse/git/tags{/sha}"
##
## [[5]][[24]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/expcourse/git/refs{/sha}"
##
## [[5]][[24]]$trees_url
## [1] "https://api.github.com/repos/leeper/expcourse/git/trees{/sha}"
##
## [[5]][[24]]$statuses_url
## [1] "https://api.github.com/repos/leeper/expcourse/statuses/{sha}"
##
## [[5]][[24]]$languages_url
## [1] "https://api.github.com/repos/leeper/expcourse/languages"
##
## [[5]][[24]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/expcourse/stargazers"
##
## [[5]][[24]]$contributors_url
## [1] "https://api.github.com/repos/leeper/expcourse/contributors"
##
## [[5]][[24]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/expcourse/subscribers"
##
## [[5]][[24]]$subscription_url
## [1] "https://api.github.com/repos/leeper/expcourse/subscription"
##
## [[5]][[24]]$commits_url
## [1] "https://api.github.com/repos/leeper/expcourse/commits{/sha}"
##
## [[5]][[24]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/expcourse/git/commits{/sha}"
##
## [[5]][[24]]$comments_url
## [1] "https://api.github.com/repos/leeper/expcourse/comments{/number}"
##
## [[5]][[24]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/expcourse/issues/comments{/number}"
##
## [[5]][[24]]$contents_url
## [1] "https://api.github.com/repos/leeper/expcourse/contents/{+path}"
##
## [[5]][[24]]$compare_url
## [1] "https://api.github.com/repos/leeper/expcourse/compare/{base}...{head}"
##
## [[5]][[24]]$merges_url
## [1] "https://api.github.com/repos/leeper/expcourse/merges"
##
## [[5]][[24]]$archive_url
## [1] "https://api.github.com/repos/leeper/expcourse/{archive_format}{/ref}"
##
## [[5]][[24]]$downloads_url
## [1] "https://api.github.com/repos/leeper/expcourse/downloads"
##
## [[5]][[24]]$issues_url
## [1] "https://api.github.com/repos/leeper/expcourse/issues{/number}"
##
## [[5]][[24]]$pulls_url
## [1] "https://api.github.com/repos/leeper/expcourse/pulls{/number}"
##
## [[5]][[24]]$milestones_url
## [1] "https://api.github.com/repos/leeper/expcourse/milestones{/number}"
##
## [[5]][[24]]$notifications_url
## [1] "https://api.github.com/repos/leeper/expcourse/notifications{?since,all,participating}"
##
## [[5]][[24]]$labels_url
## [1] "https://api.github.com/repos/leeper/expcourse/labels{/name}"
##
## [[5]][[24]]$releases_url
## [1] "https://api.github.com/repos/leeper/expcourse/releases{/id}"
##
## [[5]][[24]]$deployments_url
## [1] "https://api.github.com/repos/leeper/expcourse/deployments"
##
## [[5]][[24]]$created_at
## [1] "2013-09-04T20:01:57Z"
##
## [[5]][[24]]$updated_at
## [1] "2016-02-02T13:46:44Z"
##
## [[5]][[24]]$pushed_at
## [1] "2016-08-18T22:53:20Z"
##
## [[5]][[24]]$git_url
## [1] "git://github.com/leeper/expcourse.git"
##
## [[5]][[24]]$ssh_url
## [1] "git@github.com:leeper/expcourse.git"
##
## [[5]][[24]]$clone_url
## [1] "https://github.com/leeper/expcourse.git"
##
## [[5]][[24]]$svn_url
## [1] "https://github.com/leeper/expcourse"
##
## [[5]][[24]]$homepage
## [1] "http://www.thomasleeper.com/expcourse"
##
## [[5]][[24]]$size
## [1] 2139
##
## [[5]][[24]]$stargazers_count
## [1] 2
##
## [[5]][[24]]$watchers_count
## [1] 2
##
## [[5]][[24]]$language
## [1] "TeX"
##
## [[5]][[24]]$has_issues
## [1] TRUE
##
## [[5]][[24]]$has_downloads
## [1] TRUE
##
## [[5]][[24]]$has_wiki
## [1] TRUE
##
## [[5]][[24]]$has_pages
## [1] TRUE
##
## [[5]][[24]]$forks_count
## [1] 2
##
## [[5]][[24]]$mirror_url
## NULL
##
## [[5]][[24]]$open_issues_count
## [1] 0
##
## [[5]][[24]]$forks
## [1] 2
##
## [[5]][[24]]$open_issues
## [1] 0
##
## [[5]][[24]]$watchers
## [1] 2
##
## [[5]][[24]]$default_branch
## [1] "gh-pages"
##
##
## [[5]][[25]]
## [[5]][[25]]$id
## [1] 69040960
##
## [[5]][[25]]$name
## [1] "exppolcourse"
##
## [[5]][[25]]$full_name
## [1] "leeper/exppolcourse"
##
## [[5]][[25]]$owner
## [[5]][[25]]$owner$login
## [1] "leeper"
##
## [[5]][[25]]$owner$id
## [1] 3505428
##
## [[5]][[25]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[25]]$owner$gravatar_id
## [1] ""
##
## [[5]][[25]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[25]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[25]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[25]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[25]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[25]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[25]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[25]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[25]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[25]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[25]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[25]]$owner$type
## [1] "User"
##
## [[5]][[25]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[25]]$private
## [1] FALSE
##
## [[5]][[25]]$html_url
## [1] "https://github.com/leeper/exppolcourse"
##
## [[5]][[25]]$description
## [1] "Materials for a BSc seminar \"Experimenting With Politics\""
##
## [[5]][[25]]$fork
## [1] FALSE
##
## [[5]][[25]]$url
## [1] "https://api.github.com/repos/leeper/exppolcourse"
##
## [[5]][[25]]$forks_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/forks"
##
## [[5]][[25]]$keys_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/keys{/key_id}"
##
## [[5]][[25]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/collaborators{/collaborator}"
##
## [[5]][[25]]$teams_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/teams"
##
## [[5]][[25]]$hooks_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/hooks"
##
## [[5]][[25]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/issues/events{/number}"
##
## [[5]][[25]]$events_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/events"
##
## [[5]][[25]]$assignees_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/assignees{/user}"
##
## [[5]][[25]]$branches_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/branches{/branch}"
##
## [[5]][[25]]$tags_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/tags"
##
## [[5]][[25]]$blobs_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/git/blobs{/sha}"
##
## [[5]][[25]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/git/tags{/sha}"
##
## [[5]][[25]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/git/refs{/sha}"
##
## [[5]][[25]]$trees_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/git/trees{/sha}"
##
## [[5]][[25]]$statuses_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/statuses/{sha}"
##
## [[5]][[25]]$languages_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/languages"
##
## [[5]][[25]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/stargazers"
##
## [[5]][[25]]$contributors_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/contributors"
##
## [[5]][[25]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/subscribers"
##
## [[5]][[25]]$subscription_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/subscription"
##
## [[5]][[25]]$commits_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/commits{/sha}"
##
## [[5]][[25]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/git/commits{/sha}"
##
## [[5]][[25]]$comments_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/comments{/number}"
##
## [[5]][[25]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/issues/comments{/number}"
##
## [[5]][[25]]$contents_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/contents/{+path}"
##
## [[5]][[25]]$compare_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/compare/{base}...{head}"
##
## [[5]][[25]]$merges_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/merges"
##
## [[5]][[25]]$archive_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/{archive_format}{/ref}"
##
## [[5]][[25]]$downloads_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/downloads"
##
## [[5]][[25]]$issues_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/issues{/number}"
##
## [[5]][[25]]$pulls_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/pulls{/number}"
##
## [[5]][[25]]$milestones_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/milestones{/number}"
##
## [[5]][[25]]$notifications_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/notifications{?since,all,participating}"
##
## [[5]][[25]]$labels_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/labels{/name}"
##
## [[5]][[25]]$releases_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/releases{/id}"
##
## [[5]][[25]]$deployments_url
## [1] "https://api.github.com/repos/leeper/exppolcourse/deployments"
##
## [[5]][[25]]$created_at
## [1] "2016-09-23T16:12:39Z"
##
## [[5]][[25]]$updated_at
## [1] "2016-09-23T16:12:39Z"
##
## [[5]][[25]]$pushed_at
## [1] "2016-09-23T16:12:40Z"
##
## [[5]][[25]]$git_url
## [1] "git://github.com/leeper/exppolcourse.git"
##
## [[5]][[25]]$ssh_url
## [1] "git@github.com:leeper/exppolcourse.git"
##
## [[5]][[25]]$clone_url
## [1] "https://github.com/leeper/exppolcourse.git"
##
## [[5]][[25]]$svn_url
## [1] "https://github.com/leeper/exppolcourse"
##
## [[5]][[25]]$homepage
## NULL
##
## [[5]][[25]]$size
## [1] 0
##
## [[5]][[25]]$stargazers_count
## [1] 0
##
## [[5]][[25]]$watchers_count
## [1] 0
##
## [[5]][[25]]$language
## NULL
##
## [[5]][[25]]$has_issues
## [1] TRUE
##
## [[5]][[25]]$has_downloads
## [1] TRUE
##
## [[5]][[25]]$has_wiki
## [1] TRUE
##
## [[5]][[25]]$has_pages
## [1] FALSE
##
## [[5]][[25]]$forks_count
## [1] 0
##
## [[5]][[25]]$mirror_url
## NULL
##
## [[5]][[25]]$open_issues_count
## [1] 0
##
## [[5]][[25]]$forks
## [1] 0
##
## [[5]][[25]]$open_issues
## [1] 0
##
## [[5]][[25]]$watchers
## [1] 0
##
## [[5]][[25]]$default_branch
## [1] "master"
##
##
## [[5]][[26]]
## [[5]][[26]]$id
## [1] 10626943
##
## [[5]][[26]]$name
## [1] "expResults"
##
## [[5]][[26]]$full_name
## [1] "leeper/expResults"
##
## [[5]][[26]]$owner
## [[5]][[26]]$owner$login
## [1] "leeper"
##
## [[5]][[26]]$owner$id
## [1] 3505428
##
## [[5]][[26]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[26]]$owner$gravatar_id
## [1] ""
##
## [[5]][[26]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[26]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[26]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[26]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[26]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[26]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[26]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[26]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[26]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[26]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[26]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[26]]$owner$type
## [1] "User"
##
## [[5]][[26]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[26]]$private
## [1] FALSE
##
## [[5]][[26]]$html_url
## [1] "https://github.com/leeper/expResults"
##
## [[5]][[26]]$description
## [1] "Tools for calculating, tabulating, and visualizing experimental results"
##
## [[5]][[26]]$fork
## [1] FALSE
##
## [[5]][[26]]$url
## [1] "https://api.github.com/repos/leeper/expResults"
##
## [[5]][[26]]$forks_url
## [1] "https://api.github.com/repos/leeper/expResults/forks"
##
## [[5]][[26]]$keys_url
## [1] "https://api.github.com/repos/leeper/expResults/keys{/key_id}"
##
## [[5]][[26]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/expResults/collaborators{/collaborator}"
##
## [[5]][[26]]$teams_url
## [1] "https://api.github.com/repos/leeper/expResults/teams"
##
## [[5]][[26]]$hooks_url
## [1] "https://api.github.com/repos/leeper/expResults/hooks"
##
## [[5]][[26]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/expResults/issues/events{/number}"
##
## [[5]][[26]]$events_url
## [1] "https://api.github.com/repos/leeper/expResults/events"
##
## [[5]][[26]]$assignees_url
## [1] "https://api.github.com/repos/leeper/expResults/assignees{/user}"
##
## [[5]][[26]]$branches_url
## [1] "https://api.github.com/repos/leeper/expResults/branches{/branch}"
##
## [[5]][[26]]$tags_url
## [1] "https://api.github.com/repos/leeper/expResults/tags"
##
## [[5]][[26]]$blobs_url
## [1] "https://api.github.com/repos/leeper/expResults/git/blobs{/sha}"
##
## [[5]][[26]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/expResults/git/tags{/sha}"
##
## [[5]][[26]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/expResults/git/refs{/sha}"
##
## [[5]][[26]]$trees_url
## [1] "https://api.github.com/repos/leeper/expResults/git/trees{/sha}"
##
## [[5]][[26]]$statuses_url
## [1] "https://api.github.com/repos/leeper/expResults/statuses/{sha}"
##
## [[5]][[26]]$languages_url
## [1] "https://api.github.com/repos/leeper/expResults/languages"
##
## [[5]][[26]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/expResults/stargazers"
##
## [[5]][[26]]$contributors_url
## [1] "https://api.github.com/repos/leeper/expResults/contributors"
##
## [[5]][[26]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/expResults/subscribers"
##
## [[5]][[26]]$subscription_url
## [1] "https://api.github.com/repos/leeper/expResults/subscription"
##
## [[5]][[26]]$commits_url
## [1] "https://api.github.com/repos/leeper/expResults/commits{/sha}"
##
## [[5]][[26]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/expResults/git/commits{/sha}"
##
## [[5]][[26]]$comments_url
## [1] "https://api.github.com/repos/leeper/expResults/comments{/number}"
##
## [[5]][[26]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/expResults/issues/comments{/number}"
##
## [[5]][[26]]$contents_url
## [1] "https://api.github.com/repos/leeper/expResults/contents/{+path}"
##
## [[5]][[26]]$compare_url
## [1] "https://api.github.com/repos/leeper/expResults/compare/{base}...{head}"
##
## [[5]][[26]]$merges_url
## [1] "https://api.github.com/repos/leeper/expResults/merges"
##
## [[5]][[26]]$archive_url
## [1] "https://api.github.com/repos/leeper/expResults/{archive_format}{/ref}"
##
## [[5]][[26]]$downloads_url
## [1] "https://api.github.com/repos/leeper/expResults/downloads"
##
## [[5]][[26]]$issues_url
## [1] "https://api.github.com/repos/leeper/expResults/issues{/number}"
##
## [[5]][[26]]$pulls_url
## [1] "https://api.github.com/repos/leeper/expResults/pulls{/number}"
##
## [[5]][[26]]$milestones_url
## [1] "https://api.github.com/repos/leeper/expResults/milestones{/number}"
##
## [[5]][[26]]$notifications_url
## [1] "https://api.github.com/repos/leeper/expResults/notifications{?since,all,participating}"
##
## [[5]][[26]]$labels_url
## [1] "https://api.github.com/repos/leeper/expResults/labels{/name}"
##
## [[5]][[26]]$releases_url
## [1] "https://api.github.com/repos/leeper/expResults/releases{/id}"
##
## [[5]][[26]]$deployments_url
## [1] "https://api.github.com/repos/leeper/expResults/deployments"
##
## [[5]][[26]]$created_at
## [1] "2013-06-11T17:35:53Z"
##
## [[5]][[26]]$updated_at
## [1] "2013-11-10T10:17:13Z"
##
## [[5]][[26]]$pushed_at
## [1] "2013-11-10T10:17:06Z"
##
## [[5]][[26]]$git_url
## [1] "git://github.com/leeper/expResults.git"
##
## [[5]][[26]]$ssh_url
## [1] "git@github.com:leeper/expResults.git"
##
## [[5]][[26]]$clone_url
## [1] "https://github.com/leeper/expResults.git"
##
## [[5]][[26]]$svn_url
## [1] "https://github.com/leeper/expResults"
##
## [[5]][[26]]$homepage
## NULL
##
## [[5]][[26]]$size
## [1] 124
##
## [[5]][[26]]$stargazers_count
## [1] 0
##
## [[5]][[26]]$watchers_count
## [1] 0
##
## [[5]][[26]]$language
## [1] "R"
##
## [[5]][[26]]$has_issues
## [1] TRUE
##
## [[5]][[26]]$has_downloads
## [1] TRUE
##
## [[5]][[26]]$has_wiki
## [1] TRUE
##
## [[5]][[26]]$has_pages
## [1] FALSE
##
## [[5]][[26]]$forks_count
## [1] 0
##
## [[5]][[26]]$mirror_url
## NULL
##
## [[5]][[26]]$open_issues_count
## [1] 1
##
## [[5]][[26]]$forks
## [1] 0
##
## [[5]][[26]]$open_issues
## [1] 1
##
## [[5]][[26]]$watchers
## [1] 0
##
## [[5]][[26]]$default_branch
## [1] "master"
##
##
## [[5]][[27]]
## [[5]][[27]]$id
## [1] 59699871
##
## [[5]][[27]]$name
## [1] "GK2011"
##
## [[5]][[27]]$full_name
## [1] "leeper/GK2011"
##
## [[5]][[27]]$owner
## [[5]][[27]]$owner$login
## [1] "leeper"
##
## [[5]][[27]]$owner$id
## [1] 3505428
##
## [[5]][[27]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[27]]$owner$gravatar_id
## [1] ""
##
## [[5]][[27]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[27]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[27]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[27]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[27]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[27]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[27]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[27]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[27]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[27]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[27]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[27]]$owner$type
## [1] "User"
##
## [[5]][[27]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[27]]$private
## [1] FALSE
##
## [[5]][[27]]$html_url
## [1] "https://github.com/leeper/GK2011"
##
## [[5]][[27]]$description
## [1] "Gaines and Kuklinski (2011) Estimators for Hybrid Experiments"
##
## [[5]][[27]]$fork
## [1] FALSE
##
## [[5]][[27]]$url
## [1] "https://api.github.com/repos/leeper/GK2011"
##
## [[5]][[27]]$forks_url
## [1] "https://api.github.com/repos/leeper/GK2011/forks"
##
## [[5]][[27]]$keys_url
## [1] "https://api.github.com/repos/leeper/GK2011/keys{/key_id}"
##
## [[5]][[27]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/GK2011/collaborators{/collaborator}"
##
## [[5]][[27]]$teams_url
## [1] "https://api.github.com/repos/leeper/GK2011/teams"
##
## [[5]][[27]]$hooks_url
## [1] "https://api.github.com/repos/leeper/GK2011/hooks"
##
## [[5]][[27]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/GK2011/issues/events{/number}"
##
## [[5]][[27]]$events_url
## [1] "https://api.github.com/repos/leeper/GK2011/events"
##
## [[5]][[27]]$assignees_url
## [1] "https://api.github.com/repos/leeper/GK2011/assignees{/user}"
##
## [[5]][[27]]$branches_url
## [1] "https://api.github.com/repos/leeper/GK2011/branches{/branch}"
##
## [[5]][[27]]$tags_url
## [1] "https://api.github.com/repos/leeper/GK2011/tags"
##
## [[5]][[27]]$blobs_url
## [1] "https://api.github.com/repos/leeper/GK2011/git/blobs{/sha}"
##
## [[5]][[27]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/GK2011/git/tags{/sha}"
##
## [[5]][[27]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/GK2011/git/refs{/sha}"
##
## [[5]][[27]]$trees_url
## [1] "https://api.github.com/repos/leeper/GK2011/git/trees{/sha}"
##
## [[5]][[27]]$statuses_url
## [1] "https://api.github.com/repos/leeper/GK2011/statuses/{sha}"
##
## [[5]][[27]]$languages_url
## [1] "https://api.github.com/repos/leeper/GK2011/languages"
##
## [[5]][[27]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/GK2011/stargazers"
##
## [[5]][[27]]$contributors_url
## [1] "https://api.github.com/repos/leeper/GK2011/contributors"
##
## [[5]][[27]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/GK2011/subscribers"
##
## [[5]][[27]]$subscription_url
## [1] "https://api.github.com/repos/leeper/GK2011/subscription"
##
## [[5]][[27]]$commits_url
## [1] "https://api.github.com/repos/leeper/GK2011/commits{/sha}"
##
## [[5]][[27]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/GK2011/git/commits{/sha}"
##
## [[5]][[27]]$comments_url
## [1] "https://api.github.com/repos/leeper/GK2011/comments{/number}"
##
## [[5]][[27]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/GK2011/issues/comments{/number}"
##
## [[5]][[27]]$contents_url
## [1] "https://api.github.com/repos/leeper/GK2011/contents/{+path}"
##
## [[5]][[27]]$compare_url
## [1] "https://api.github.com/repos/leeper/GK2011/compare/{base}...{head}"
##
## [[5]][[27]]$merges_url
## [1] "https://api.github.com/repos/leeper/GK2011/merges"
##
## [[5]][[27]]$archive_url
## [1] "https://api.github.com/repos/leeper/GK2011/{archive_format}{/ref}"
##
## [[5]][[27]]$downloads_url
## [1] "https://api.github.com/repos/leeper/GK2011/downloads"
##
## [[5]][[27]]$issues_url
## [1] "https://api.github.com/repos/leeper/GK2011/issues{/number}"
##
## [[5]][[27]]$pulls_url
## [1] "https://api.github.com/repos/leeper/GK2011/pulls{/number}"
##
## [[5]][[27]]$milestones_url
## [1] "https://api.github.com/repos/leeper/GK2011/milestones{/number}"
##
## [[5]][[27]]$notifications_url
## [1] "https://api.github.com/repos/leeper/GK2011/notifications{?since,all,participating}"
##
## [[5]][[27]]$labels_url
## [1] "https://api.github.com/repos/leeper/GK2011/labels{/name}"
##
## [[5]][[27]]$releases_url
## [1] "https://api.github.com/repos/leeper/GK2011/releases{/id}"
##
## [[5]][[27]]$deployments_url
## [1] "https://api.github.com/repos/leeper/GK2011/deployments"
##
## [[5]][[27]]$created_at
## [1] "2016-05-25T21:45:10Z"
##
## [[5]][[27]]$updated_at
## [1] "2016-06-07T01:11:32Z"
##
## [[5]][[27]]$pushed_at
## [1] "2016-05-26T16:43:10Z"
##
## [[5]][[27]]$git_url
## [1] "git://github.com/leeper/GK2011.git"
##
## [[5]][[27]]$ssh_url
## [1] "git@github.com:leeper/GK2011.git"
##
## [[5]][[27]]$clone_url
## [1] "https://github.com/leeper/GK2011.git"
##
## [[5]][[27]]$svn_url
## [1] "https://github.com/leeper/GK2011"
##
## [[5]][[27]]$homepage
## NULL
##
## [[5]][[27]]$size
## [1] 22
##
## [[5]][[27]]$stargazers_count
## [1] 1
##
## [[5]][[27]]$watchers_count
## [1] 1
##
## [[5]][[27]]$language
## [1] "R"
##
## [[5]][[27]]$has_issues
## [1] TRUE
##
## [[5]][[27]]$has_downloads
## [1] TRUE
##
## [[5]][[27]]$has_wiki
## [1] TRUE
##
## [[5]][[27]]$has_pages
## [1] FALSE
##
## [[5]][[27]]$forks_count
## [1] 0
##
## [[5]][[27]]$mirror_url
## NULL
##
## [[5]][[27]]$open_issues_count
## [1] 0
##
## [[5]][[27]]$forks
## [1] 0
##
## [[5]][[27]]$open_issues
## [1] 0
##
## [[5]][[27]]$watchers
## [1] 1
##
## [[5]][[27]]$default_branch
## [1] "master"
##
##
## [[5]][[28]]
## [[5]][[28]]$id
## [1] 59957482
##
## [[5]][[28]]$name
## [1] "GREA"
##
## [[5]][[28]]$full_name
## [1] "leeper/GREA"
##
## [[5]][[28]]$owner
## [[5]][[28]]$owner$login
## [1] "leeper"
##
## [[5]][[28]]$owner$id
## [1] 3505428
##
## [[5]][[28]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[28]]$owner$gravatar_id
## [1] ""
##
## [[5]][[28]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[28]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[28]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[28]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[28]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[28]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[28]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[28]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[28]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[28]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[28]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[28]]$owner$type
## [1] "User"
##
## [[5]][[28]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[28]]$private
## [1] FALSE
##
## [[5]][[28]]$html_url
## [1] "https://github.com/leeper/GREA"
##
## [[5]][[28]]$description
## [1] "Gotta Read Em All: RStudio Add-In to interactively read ALL the data into R"
##
## [[5]][[28]]$fork
## [1] TRUE
##
## [[5]][[28]]$url
## [1] "https://api.github.com/repos/leeper/GREA"
##
## [[5]][[28]]$forks_url
## [1] "https://api.github.com/repos/leeper/GREA/forks"
##
## [[5]][[28]]$keys_url
## [1] "https://api.github.com/repos/leeper/GREA/keys{/key_id}"
##
## [[5]][[28]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/GREA/collaborators{/collaborator}"
##
## [[5]][[28]]$teams_url
## [1] "https://api.github.com/repos/leeper/GREA/teams"
##
## [[5]][[28]]$hooks_url
## [1] "https://api.github.com/repos/leeper/GREA/hooks"
##
## [[5]][[28]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/GREA/issues/events{/number}"
##
## [[5]][[28]]$events_url
## [1] "https://api.github.com/repos/leeper/GREA/events"
##
## [[5]][[28]]$assignees_url
## [1] "https://api.github.com/repos/leeper/GREA/assignees{/user}"
##
## [[5]][[28]]$branches_url
## [1] "https://api.github.com/repos/leeper/GREA/branches{/branch}"
##
## [[5]][[28]]$tags_url
## [1] "https://api.github.com/repos/leeper/GREA/tags"
##
## [[5]][[28]]$blobs_url
## [1] "https://api.github.com/repos/leeper/GREA/git/blobs{/sha}"
##
## [[5]][[28]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/GREA/git/tags{/sha}"
##
## [[5]][[28]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/GREA/git/refs{/sha}"
##
## [[5]][[28]]$trees_url
## [1] "https://api.github.com/repos/leeper/GREA/git/trees{/sha}"
##
## [[5]][[28]]$statuses_url
## [1] "https://api.github.com/repos/leeper/GREA/statuses/{sha}"
##
## [[5]][[28]]$languages_url
## [1] "https://api.github.com/repos/leeper/GREA/languages"
##
## [[5]][[28]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/GREA/stargazers"
##
## [[5]][[28]]$contributors_url
## [1] "https://api.github.com/repos/leeper/GREA/contributors"
##
## [[5]][[28]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/GREA/subscribers"
##
## [[5]][[28]]$subscription_url
## [1] "https://api.github.com/repos/leeper/GREA/subscription"
##
## [[5]][[28]]$commits_url
## [1] "https://api.github.com/repos/leeper/GREA/commits{/sha}"
##
## [[5]][[28]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/GREA/git/commits{/sha}"
##
## [[5]][[28]]$comments_url
## [1] "https://api.github.com/repos/leeper/GREA/comments{/number}"
##
## [[5]][[28]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/GREA/issues/comments{/number}"
##
## [[5]][[28]]$contents_url
## [1] "https://api.github.com/repos/leeper/GREA/contents/{+path}"
##
## [[5]][[28]]$compare_url
## [1] "https://api.github.com/repos/leeper/GREA/compare/{base}...{head}"
##
## [[5]][[28]]$merges_url
## [1] "https://api.github.com/repos/leeper/GREA/merges"
##
## [[5]][[28]]$archive_url
## [1] "https://api.github.com/repos/leeper/GREA/{archive_format}{/ref}"
##
## [[5]][[28]]$downloads_url
## [1] "https://api.github.com/repos/leeper/GREA/downloads"
##
## [[5]][[28]]$issues_url
## [1] "https://api.github.com/repos/leeper/GREA/issues{/number}"
##
## [[5]][[28]]$pulls_url
## [1] "https://api.github.com/repos/leeper/GREA/pulls{/number}"
##
## [[5]][[28]]$milestones_url
## [1] "https://api.github.com/repos/leeper/GREA/milestones{/number}"
##
## [[5]][[28]]$notifications_url
## [1] "https://api.github.com/repos/leeper/GREA/notifications{?since,all,participating}"
##
## [[5]][[28]]$labels_url
## [1] "https://api.github.com/repos/leeper/GREA/labels{/name}"
##
## [[5]][[28]]$releases_url
## [1] "https://api.github.com/repos/leeper/GREA/releases{/id}"
##
## [[5]][[28]]$deployments_url
## [1] "https://api.github.com/repos/leeper/GREA/deployments"
##
## [[5]][[28]]$created_at
## [1] "2016-05-29T18:17:12Z"
##
## [[5]][[28]]$updated_at
## [1] "2016-05-29T18:17:13Z"
##
## [[5]][[28]]$pushed_at
## [1] "2016-06-10T09:13:45Z"
##
## [[5]][[28]]$git_url
## [1] "git://github.com/leeper/GREA.git"
##
## [[5]][[28]]$ssh_url
## [1] "git@github.com:leeper/GREA.git"
##
## [[5]][[28]]$clone_url
## [1] "https://github.com/leeper/GREA.git"
##
## [[5]][[28]]$svn_url
## [1] "https://github.com/leeper/GREA"
##
## [[5]][[28]]$homepage
## [1] ""
##
## [[5]][[28]]$size
## [1] 1490
##
## [[5]][[28]]$stargazers_count
## [1] 0
##
## [[5]][[28]]$watchers_count
## [1] 0
##
## [[5]][[28]]$language
## [1] "R"
##
## [[5]][[28]]$has_issues
## [1] FALSE
##
## [[5]][[28]]$has_downloads
## [1] TRUE
##
## [[5]][[28]]$has_wiki
## [1] TRUE
##
## [[5]][[28]]$has_pages
## [1] FALSE
##
## [[5]][[28]]$forks_count
## [1] 0
##
## [[5]][[28]]$mirror_url
## NULL
##
## [[5]][[28]]$open_issues_count
## [1] 0
##
## [[5]][[28]]$forks
## [1] 0
##
## [[5]][[28]]$open_issues
## [1] 0
##
## [[5]][[28]]$watchers
## [1] 0
##
## [[5]][[28]]$default_branch
## [1] "master"
##
##
## [[5]][[29]]
## [[5]][[29]]$id
## [1] 50747949
##
## [[5]][[29]]$name
## [1] "hints"
##
## [[5]][[29]]$full_name
## [1] "leeper/hints"
##
## [[5]][[29]]$owner
## [[5]][[29]]$owner$login
## [1] "leeper"
##
## [[5]][[29]]$owner$id
## [1] 3505428
##
## [[5]][[29]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[29]]$owner$gravatar_id
## [1] ""
##
## [[5]][[29]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[29]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[29]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[29]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[29]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[29]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[29]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[29]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[29]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[29]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[29]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[29]]$owner$type
## [1] "User"
##
## [[5]][[29]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[29]]$private
## [1] FALSE
##
## [[5]][[29]]$html_url
## [1] "https://github.com/leeper/hints"
##
## [[5]][[29]]$description
## [1] "Automatically exported from code.google.com/p/hints"
##
## [[5]][[29]]$fork
## [1] FALSE
##
## [[5]][[29]]$url
## [1] "https://api.github.com/repos/leeper/hints"
##
## [[5]][[29]]$forks_url
## [1] "https://api.github.com/repos/leeper/hints/forks"
##
## [[5]][[29]]$keys_url
## [1] "https://api.github.com/repos/leeper/hints/keys{/key_id}"
##
## [[5]][[29]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/hints/collaborators{/collaborator}"
##
## [[5]][[29]]$teams_url
## [1] "https://api.github.com/repos/leeper/hints/teams"
##
## [[5]][[29]]$hooks_url
## [1] "https://api.github.com/repos/leeper/hints/hooks"
##
## [[5]][[29]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/hints/issues/events{/number}"
##
## [[5]][[29]]$events_url
## [1] "https://api.github.com/repos/leeper/hints/events"
##
## [[5]][[29]]$assignees_url
## [1] "https://api.github.com/repos/leeper/hints/assignees{/user}"
##
## [[5]][[29]]$branches_url
## [1] "https://api.github.com/repos/leeper/hints/branches{/branch}"
##
## [[5]][[29]]$tags_url
## [1] "https://api.github.com/repos/leeper/hints/tags"
##
## [[5]][[29]]$blobs_url
## [1] "https://api.github.com/repos/leeper/hints/git/blobs{/sha}"
##
## [[5]][[29]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/hints/git/tags{/sha}"
##
## [[5]][[29]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/hints/git/refs{/sha}"
##
## [[5]][[29]]$trees_url
## [1] "https://api.github.com/repos/leeper/hints/git/trees{/sha}"
##
## [[5]][[29]]$statuses_url
## [1] "https://api.github.com/repos/leeper/hints/statuses/{sha}"
##
## [[5]][[29]]$languages_url
## [1] "https://api.github.com/repos/leeper/hints/languages"
##
## [[5]][[29]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/hints/stargazers"
##
## [[5]][[29]]$contributors_url
## [1] "https://api.github.com/repos/leeper/hints/contributors"
##
## [[5]][[29]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/hints/subscribers"
##
## [[5]][[29]]$subscription_url
## [1] "https://api.github.com/repos/leeper/hints/subscription"
##
## [[5]][[29]]$commits_url
## [1] "https://api.github.com/repos/leeper/hints/commits{/sha}"
##
## [[5]][[29]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/hints/git/commits{/sha}"
##
## [[5]][[29]]$comments_url
## [1] "https://api.github.com/repos/leeper/hints/comments{/number}"
##
## [[5]][[29]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/hints/issues/comments{/number}"
##
## [[5]][[29]]$contents_url
## [1] "https://api.github.com/repos/leeper/hints/contents/{+path}"
##
## [[5]][[29]]$compare_url
## [1] "https://api.github.com/repos/leeper/hints/compare/{base}...{head}"
##
## [[5]][[29]]$merges_url
## [1] "https://api.github.com/repos/leeper/hints/merges"
##
## [[5]][[29]]$archive_url
## [1] "https://api.github.com/repos/leeper/hints/{archive_format}{/ref}"
##
## [[5]][[29]]$downloads_url
## [1] "https://api.github.com/repos/leeper/hints/downloads"
##
## [[5]][[29]]$issues_url
## [1] "https://api.github.com/repos/leeper/hints/issues{/number}"
##
## [[5]][[29]]$pulls_url
## [1] "https://api.github.com/repos/leeper/hints/pulls{/number}"
##
## [[5]][[29]]$milestones_url
## [1] "https://api.github.com/repos/leeper/hints/milestones{/number}"
##
## [[5]][[29]]$notifications_url
## [1] "https://api.github.com/repos/leeper/hints/notifications{?since,all,participating}"
##
## [[5]][[29]]$labels_url
## [1] "https://api.github.com/repos/leeper/hints/labels{/name}"
##
## [[5]][[29]]$releases_url
## [1] "https://api.github.com/repos/leeper/hints/releases{/id}"
##
## [[5]][[29]]$deployments_url
## [1] "https://api.github.com/repos/leeper/hints/deployments"
##
## [[5]][[29]]$created_at
## [1] "2016-01-30T22:28:15Z"
##
## [[5]][[29]]$updated_at
## [1] "2016-01-30T22:28:58Z"
##
## [[5]][[29]]$pushed_at
## [1] "2016-01-30T22:30:47Z"
##
## [[5]][[29]]$git_url
## [1] "git://github.com/leeper/hints.git"
##
## [[5]][[29]]$ssh_url
## [1] "git@github.com:leeper/hints.git"
##
## [[5]][[29]]$clone_url
## [1] "https://github.com/leeper/hints.git"
##
## [[5]][[29]]$svn_url
## [1] "https://github.com/leeper/hints"
##
## [[5]][[29]]$homepage
## NULL
##
## [[5]][[29]]$size
## [1] 17
##
## [[5]][[29]]$stargazers_count
## [1] 0
##
## [[5]][[29]]$watchers_count
## [1] 0
##
## [[5]][[29]]$language
## [1] "TeX"
##
## [[5]][[29]]$has_issues
## [1] TRUE
##
## [[5]][[29]]$has_downloads
## [1] FALSE
##
## [[5]][[29]]$has_wiki
## [1] FALSE
##
## [[5]][[29]]$has_pages
## [1] FALSE
##
## [[5]][[29]]$forks_count
## [1] 0
##
## [[5]][[29]]$mirror_url
## NULL
##
## [[5]][[29]]$open_issues_count
## [1] 1
##
## [[5]][[29]]$forks
## [1] 0
##
## [[5]][[29]]$open_issues
## [1] 1
##
## [[5]][[29]]$watchers
## [1] 0
##
## [[5]][[29]]$default_branch
## [1] "master"
##
##
## [[5]][[30]]
## [[5]][[30]]$id
## [1] 11063005
##
## [[5]][[30]]$name
## [1] "Impressive"
##
## [[5]][[30]]$full_name
## [1] "leeper/Impressive"
##
## [[5]][[30]]$owner
## [[5]][[30]]$owner$login
## [1] "leeper"
##
## [[5]][[30]]$owner$id
## [1] 3505428
##
## [[5]][[30]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/3505428?v=3"
##
## [[5]][[30]]$owner$gravatar_id
## [1] ""
##
## [[5]][[30]]$owner$url
## [1] "https://api.github.com/users/leeper"
##
## [[5]][[30]]$owner$html_url
## [1] "https://github.com/leeper"
##
## [[5]][[30]]$owner$followers_url
## [1] "https://api.github.com/users/leeper/followers"
##
## [[5]][[30]]$owner$following_url
## [1] "https://api.github.com/users/leeper/following{/other_user}"
##
## [[5]][[30]]$owner$gists_url
## [1] "https://api.github.com/users/leeper/gists{/gist_id}"
##
## [[5]][[30]]$owner$starred_url
## [1] "https://api.github.com/users/leeper/starred{/owner}{/repo}"
##
## [[5]][[30]]$owner$subscriptions_url
## [1] "https://api.github.com/users/leeper/subscriptions"
##
## [[5]][[30]]$owner$organizations_url
## [1] "https://api.github.com/users/leeper/orgs"
##
## [[5]][[30]]$owner$repos_url
## [1] "https://api.github.com/users/leeper/repos"
##
## [[5]][[30]]$owner$events_url
## [1] "https://api.github.com/users/leeper/events{/privacy}"
##
## [[5]][[30]]$owner$received_events_url
## [1] "https://api.github.com/users/leeper/received_events"
##
## [[5]][[30]]$owner$type
## [1] "User"
##
## [[5]][[30]]$owner$site_admin
## [1] FALSE
##
##
## [[5]][[30]]$private
## [1] FALSE
##
## [[5]][[30]]$html_url
## [1] "https://github.com/leeper/Impressive"
##
## [[5]][[30]]$description
## [1] "A fork of Martin Fiedler's Impressive presentation application"
##
## [[5]][[30]]$fork
## [1] FALSE
##
## [[5]][[30]]$url
## [1] "https://api.github.com/repos/leeper/Impressive"
##
## [[5]][[30]]$forks_url
## [1] "https://api.github.com/repos/leeper/Impressive/forks"
##
## [[5]][[30]]$keys_url
## [1] "https://api.github.com/repos/leeper/Impressive/keys{/key_id}"
##
## [[5]][[30]]$collaborators_url
## [1] "https://api.github.com/repos/leeper/Impressive/collaborators{/collaborator}"
##
## [[5]][[30]]$teams_url
## [1] "https://api.github.com/repos/leeper/Impressive/teams"
##
## [[5]][[30]]$hooks_url
## [1] "https://api.github.com/repos/leeper/Impressive/hooks"
##
## [[5]][[30]]$issue_events_url
## [1] "https://api.github.com/repos/leeper/Impressive/issues/events{/number}"
##
## [[5]][[30]]$events_url
## [1] "https://api.github.com/repos/leeper/Impressive/events"
##
## [[5]][[30]]$assignees_url
## [1] "https://api.github.com/repos/leeper/Impressive/assignees{/user}"
##
## [[5]][[30]]$branches_url
## [1] "https://api.github.com/repos/leeper/Impressive/branches{/branch}"
##
## [[5]][[30]]$tags_url
## [1] "https://api.github.com/repos/leeper/Impressive/tags"
##
## [[5]][[30]]$blobs_url
## [1] "https://api.github.com/repos/leeper/Impressive/git/blobs{/sha}"
##
## [[5]][[30]]$git_tags_url
## [1] "https://api.github.com/repos/leeper/Impressive/git/tags{/sha}"
##
## [[5]][[30]]$git_refs_url
## [1] "https://api.github.com/repos/leeper/Impressive/git/refs{/sha}"
##
## [[5]][[30]]$trees_url
## [1] "https://api.github.com/repos/leeper/Impressive/git/trees{/sha}"
##
## [[5]][[30]]$statuses_url
## [1] "https://api.github.com/repos/leeper/Impressive/statuses/{sha}"
##
## [[5]][[30]]$languages_url
## [1] "https://api.github.com/repos/leeper/Impressive/languages"
##
## [[5]][[30]]$stargazers_url
## [1] "https://api.github.com/repos/leeper/Impressive/stargazers"
##
## [[5]][[30]]$contributors_url
## [1] "https://api.github.com/repos/leeper/Impressive/contributors"
##
## [[5]][[30]]$subscribers_url
## [1] "https://api.github.com/repos/leeper/Impressive/subscribers"
##
## [[5]][[30]]$subscription_url
## [1] "https://api.github.com/repos/leeper/Impressive/subscription"
##
## [[5]][[30]]$commits_url
## [1] "https://api.github.com/repos/leeper/Impressive/commits{/sha}"
##
## [[5]][[30]]$git_commits_url
## [1] "https://api.github.com/repos/leeper/Impressive/git/commits{/sha}"
##
## [[5]][[30]]$comments_url
## [1] "https://api.github.com/repos/leeper/Impressive/comments{/number}"
##
## [[5]][[30]]$issue_comment_url
## [1] "https://api.github.com/repos/leeper/Impressive/issues/comments{/number}"
##
## [[5]][[30]]$contents_url
## [1] "https://api.github.com/repos/leeper/Impressive/contents/{+path}"
##
## [[5]][[30]]$compare_url
## [1] "https://api.github.com/repos/leeper/Impressive/compare/{base}...{head}"
##
## [[5]][[30]]$merges_url
## [1] "https://api.github.com/repos/leeper/Impressive/merges"
##
## [[5]][[30]]$archive_url
## [1] "https://api.github.com/repos/leeper/Impressive/{archive_format}{/ref}"
##
## [[5]][[30]]$downloads_url
## [1] "https://api.github.com/repos/leeper/Impressive/downloads"
##
## [[5]][[30]]$issues_url
## [1] "https://api.github.com/repos/leeper/Impressive/issues{/number}"
##
## [[5]][[30]]$pulls_url
## [1] "https://api.github.com/repos/leeper/Impressive/pulls{/number}"
##
## [[5]][[30]]$milestones_url
## [1] "https://api.github.com/repos/leeper/Impressive/milestones{/number}"
##
## [[5]][[30]]$notifications_url
## [1] "https://api.github.com/repos/leeper/Impressive/notifications{?since,all,participating}"
##
## [[5]][[30]]$labels_url
## [1] "https://api.github.com/repos/leeper/Impressive/labels{/name}"
##
## [[5]][[30]]$releases_url
## [1] "https://api.github.com/repos/leeper/Impressive/releases{/id}"
##
## [[5]][[30]]$deployments_url
## [1] "https://api.github.com/repos/leeper/Impressive/deployments"
##
## [[5]][[30]]$created_at
## [1] "2013-06-30T01:49:00Z"
##
## [[5]][[30]]$updated_at
## [1] "2015-08-04T20:52:57Z"
##
## [[5]][[30]]$pushed_at
## [1] "2013-10-22T21:37:19Z"
##
## [[5]][[30]]$git_url
## [1] "git://github.com/leeper/Impressive.git"
##
## [[5]][[30]]$ssh_url
## [1] "git@github.com:leeper/Impressive.git"
##
## [[5]][[30]]$clone_url
## [1] "https://github.com/leeper/Impressive.git"
##
## [[5]][[30]]$svn_url
## [1] "https://github.com/leeper/Impressive"
##
## [[5]][[30]]$homepage
## NULL
##
## [[5]][[30]]$size
## [1] 500
##
## [[5]][[30]]$stargazers_count
## [1] 3
##
## [[5]][[30]]$watchers_count
## [1] 3
##
## [[5]][[30]]$language
## [1] "Python"
##
## [[5]][[30]]$has_issues
## [1] TRUE
##
## [[5]][[30]]$has_downloads
## [1] TRUE
##
## [[5]][[30]]$has_wiki
## [1] TRUE
##
## [[5]][[30]]$has_pages
## [1] FALSE
##
## [[5]][[30]]$forks_count
## [1] 1
##
## [[5]][[30]]$mirror_url
## NULL
##
## [[5]][[30]]$open_issues_count
## [1] 0
##
## [[5]][[30]]$forks
## [1] 1
##
## [[5]][[30]]$open_issues
## [1] 0
##
## [[5]][[30]]$watchers
## [1] 3
##
## [[5]][[30]]$default_branch
## [1] "master"
##
##
##
## [[6]]
## [[6]][[1]]
## [[6]][[1]]$id
## [1] 57878579
##
## [[6]][[1]]$name
## [1] "aqi_pdf"
##
## [[6]][[1]]$full_name
## [1] "masalmon/aqi_pdf"
##
## [[6]][[1]]$owner
## [[6]][[1]]$owner$login
## [1] "masalmon"
##
## [[6]][[1]]$owner$id
## [1] 8360597
##
## [[6]][[1]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[1]]$owner$gravatar_id
## [1] ""
##
## [[6]][[1]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[1]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[1]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[1]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[1]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[1]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[1]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[1]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[1]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[1]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[1]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[1]]$owner$type
## [1] "User"
##
## [[6]][[1]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[1]]$private
## [1] FALSE
##
## [[6]][[1]]$html_url
## [1] "https://github.com/masalmon/aqi_pdf"
##
## [[6]][[1]]$description
## [1] ":mask: Scraping a pdf with AQI data from the Maharashtra Pollution Control Board :mask:"
##
## [[6]][[1]]$fork
## [1] FALSE
##
## [[6]][[1]]$url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf"
##
## [[6]][[1]]$forks_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/forks"
##
## [[6]][[1]]$keys_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/keys{/key_id}"
##
## [[6]][[1]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/collaborators{/collaborator}"
##
## [[6]][[1]]$teams_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/teams"
##
## [[6]][[1]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/hooks"
##
## [[6]][[1]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/issues/events{/number}"
##
## [[6]][[1]]$events_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/events"
##
## [[6]][[1]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/assignees{/user}"
##
## [[6]][[1]]$branches_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/branches{/branch}"
##
## [[6]][[1]]$tags_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/tags"
##
## [[6]][[1]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/git/blobs{/sha}"
##
## [[6]][[1]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/git/tags{/sha}"
##
## [[6]][[1]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/git/refs{/sha}"
##
## [[6]][[1]]$trees_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/git/trees{/sha}"
##
## [[6]][[1]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/statuses/{sha}"
##
## [[6]][[1]]$languages_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/languages"
##
## [[6]][[1]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/stargazers"
##
## [[6]][[1]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/contributors"
##
## [[6]][[1]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/subscribers"
##
## [[6]][[1]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/subscription"
##
## [[6]][[1]]$commits_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/commits{/sha}"
##
## [[6]][[1]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/git/commits{/sha}"
##
## [[6]][[1]]$comments_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/comments{/number}"
##
## [[6]][[1]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/issues/comments{/number}"
##
## [[6]][[1]]$contents_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/contents/{+path}"
##
## [[6]][[1]]$compare_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/compare/{base}...{head}"
##
## [[6]][[1]]$merges_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/merges"
##
## [[6]][[1]]$archive_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/{archive_format}{/ref}"
##
## [[6]][[1]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/downloads"
##
## [[6]][[1]]$issues_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/issues{/number}"
##
## [[6]][[1]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/pulls{/number}"
##
## [[6]][[1]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/milestones{/number}"
##
## [[6]][[1]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/notifications{?since,all,participating}"
##
## [[6]][[1]]$labels_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/labels{/name}"
##
## [[6]][[1]]$releases_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/releases{/id}"
##
## [[6]][[1]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/aqi_pdf/deployments"
##
## [[6]][[1]]$created_at
## [1] "2016-05-02T09:34:17Z"
##
## [[6]][[1]]$updated_at
## [1] "2016-08-30T11:20:02Z"
##
## [[6]][[1]]$pushed_at
## [1] "2016-05-02T10:20:30Z"
##
## [[6]][[1]]$git_url
## [1] "git://github.com/masalmon/aqi_pdf.git"
##
## [[6]][[1]]$ssh_url
## [1] "git@github.com:masalmon/aqi_pdf.git"
##
## [[6]][[1]]$clone_url
## [1] "https://github.com/masalmon/aqi_pdf.git"
##
## [[6]][[1]]$svn_url
## [1] "https://github.com/masalmon/aqi_pdf"
##
## [[6]][[1]]$homepage
## [1] ""
##
## [[6]][[1]]$size
## [1] 1993
##
## [[6]][[1]]$stargazers_count
## [1] 0
##
## [[6]][[1]]$watchers_count
## [1] 0
##
## [[6]][[1]]$language
## [1] "R"
##
## [[6]][[1]]$has_issues
## [1] TRUE
##
## [[6]][[1]]$has_downloads
## [1] TRUE
##
## [[6]][[1]]$has_wiki
## [1] TRUE
##
## [[6]][[1]]$has_pages
## [1] FALSE
##
## [[6]][[1]]$forks_count
## [1] 0
##
## [[6]][[1]]$mirror_url
## NULL
##
## [[6]][[1]]$open_issues_count
## [1] 2
##
## [[6]][[1]]$forks
## [1] 0
##
## [[6]][[1]]$open_issues
## [1] 2
##
## [[6]][[1]]$watchers
## [1] 0
##
## [[6]][[1]]$default_branch
## [1] "master"
##
##
## [[6]][[2]]
## [[6]][[2]]$id
## [1] 56446894
##
## [[6]][[2]]$name
## [1] "catan_card_game"
##
## [[6]][[2]]$full_name
## [1] "masalmon/catan_card_game"
##
## [[6]][[2]]$owner
## [[6]][[2]]$owner$login
## [1] "masalmon"
##
## [[6]][[2]]$owner$id
## [1] 8360597
##
## [[6]][[2]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[2]]$owner$gravatar_id
## [1] ""
##
## [[6]][[2]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[2]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[2]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[2]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[2]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[2]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[2]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[2]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[2]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[2]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[2]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[2]]$owner$type
## [1] "User"
##
## [[6]][[2]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[2]]$private
## [1] FALSE
##
## [[6]][[2]]$html_url
## [1] "https://github.com/masalmon/catan_card_game"
##
## [[6]][[2]]$description
## [1] "Playing with Catan cards, playing with R"
##
## [[6]][[2]]$fork
## [1] FALSE
##
## [[6]][[2]]$url
## [1] "https://api.github.com/repos/masalmon/catan_card_game"
##
## [[6]][[2]]$forks_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/forks"
##
## [[6]][[2]]$keys_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/keys{/key_id}"
##
## [[6]][[2]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/collaborators{/collaborator}"
##
## [[6]][[2]]$teams_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/teams"
##
## [[6]][[2]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/hooks"
##
## [[6]][[2]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/issues/events{/number}"
##
## [[6]][[2]]$events_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/events"
##
## [[6]][[2]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/assignees{/user}"
##
## [[6]][[2]]$branches_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/branches{/branch}"
##
## [[6]][[2]]$tags_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/tags"
##
## [[6]][[2]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/git/blobs{/sha}"
##
## [[6]][[2]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/git/tags{/sha}"
##
## [[6]][[2]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/git/refs{/sha}"
##
## [[6]][[2]]$trees_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/git/trees{/sha}"
##
## [[6]][[2]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/statuses/{sha}"
##
## [[6]][[2]]$languages_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/languages"
##
## [[6]][[2]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/stargazers"
##
## [[6]][[2]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/contributors"
##
## [[6]][[2]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/subscribers"
##
## [[6]][[2]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/subscription"
##
## [[6]][[2]]$commits_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/commits{/sha}"
##
## [[6]][[2]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/git/commits{/sha}"
##
## [[6]][[2]]$comments_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/comments{/number}"
##
## [[6]][[2]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/issues/comments{/number}"
##
## [[6]][[2]]$contents_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/contents/{+path}"
##
## [[6]][[2]]$compare_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/compare/{base}...{head}"
##
## [[6]][[2]]$merges_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/merges"
##
## [[6]][[2]]$archive_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/{archive_format}{/ref}"
##
## [[6]][[2]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/downloads"
##
## [[6]][[2]]$issues_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/issues{/number}"
##
## [[6]][[2]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/pulls{/number}"
##
## [[6]][[2]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/milestones{/number}"
##
## [[6]][[2]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/notifications{?since,all,participating}"
##
## [[6]][[2]]$labels_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/labels{/name}"
##
## [[6]][[2]]$releases_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/releases{/id}"
##
## [[6]][[2]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/catan_card_game/deployments"
##
## [[6]][[2]]$created_at
## [1] "2016-04-17T16:34:19Z"
##
## [[6]][[2]]$updated_at
## [1] "2016-04-17T17:08:20Z"
##
## [[6]][[2]]$pushed_at
## [1] "2016-05-06T19:58:23Z"
##
## [[6]][[2]]$git_url
## [1] "git://github.com/masalmon/catan_card_game.git"
##
## [[6]][[2]]$ssh_url
## [1] "git@github.com:masalmon/catan_card_game.git"
##
## [[6]][[2]]$clone_url
## [1] "https://github.com/masalmon/catan_card_game.git"
##
## [[6]][[2]]$svn_url
## [1] "https://github.com/masalmon/catan_card_game"
##
## [[6]][[2]]$homepage
## NULL
##
## [[6]][[2]]$size
## [1] 4435
##
## [[6]][[2]]$stargazers_count
## [1] 0
##
## [[6]][[2]]$watchers_count
## [1] 0
##
## [[6]][[2]]$language
## [1] "R"
##
## [[6]][[2]]$has_issues
## [1] TRUE
##
## [[6]][[2]]$has_downloads
## [1] TRUE
##
## [[6]][[2]]$has_wiki
## [1] TRUE
##
## [[6]][[2]]$has_pages
## [1] FALSE
##
## [[6]][[2]]$forks_count
## [1] 0
##
## [[6]][[2]]$mirror_url
## NULL
##
## [[6]][[2]]$open_issues_count
## [1] 0
##
## [[6]][[2]]$forks
## [1] 0
##
## [[6]][[2]]$open_issues
## [1] 0
##
## [[6]][[2]]$watchers
## [1] 0
##
## [[6]][[2]]$default_branch
## [1] "master"
##
##
## [[6]][[3]]
## [[6]][[3]]$id
## [1] 54405013
##
## [[6]][[3]]$name
## [1] "colourlovers_patterns"
##
## [[6]][[3]]$full_name
## [1] "masalmon/colourlovers_patterns"
##
## [[6]][[3]]$owner
## [[6]][[3]]$owner$login
## [1] "masalmon"
##
## [[6]][[3]]$owner$id
## [1] 8360597
##
## [[6]][[3]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[3]]$owner$gravatar_id
## [1] ""
##
## [[6]][[3]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[3]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[3]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[3]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[3]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[3]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[3]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[3]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[3]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[3]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[3]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[3]]$owner$type
## [1] "User"
##
## [[6]][[3]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[3]]$private
## [1] FALSE
##
## [[6]][[3]]$html_url
## [1] "https://github.com/masalmon/colourlovers_patterns"
##
## [[6]][[3]]$description
## [1] "See https://github.com/leeper/colourlovers/issues/4"
##
## [[6]][[3]]$fork
## [1] FALSE
##
## [[6]][[3]]$url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns"
##
## [[6]][[3]]$forks_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/forks"
##
## [[6]][[3]]$keys_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/keys{/key_id}"
##
## [[6]][[3]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/collaborators{/collaborator}"
##
## [[6]][[3]]$teams_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/teams"
##
## [[6]][[3]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/hooks"
##
## [[6]][[3]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/issues/events{/number}"
##
## [[6]][[3]]$events_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/events"
##
## [[6]][[3]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/assignees{/user}"
##
## [[6]][[3]]$branches_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/branches{/branch}"
##
## [[6]][[3]]$tags_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/tags"
##
## [[6]][[3]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/git/blobs{/sha}"
##
## [[6]][[3]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/git/tags{/sha}"
##
## [[6]][[3]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/git/refs{/sha}"
##
## [[6]][[3]]$trees_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/git/trees{/sha}"
##
## [[6]][[3]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/statuses/{sha}"
##
## [[6]][[3]]$languages_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/languages"
##
## [[6]][[3]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/stargazers"
##
## [[6]][[3]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/contributors"
##
## [[6]][[3]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/subscribers"
##
## [[6]][[3]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/subscription"
##
## [[6]][[3]]$commits_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/commits{/sha}"
##
## [[6]][[3]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/git/commits{/sha}"
##
## [[6]][[3]]$comments_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/comments{/number}"
##
## [[6]][[3]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/issues/comments{/number}"
##
## [[6]][[3]]$contents_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/contents/{+path}"
##
## [[6]][[3]]$compare_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/compare/{base}...{head}"
##
## [[6]][[3]]$merges_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/merges"
##
## [[6]][[3]]$archive_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/{archive_format}{/ref}"
##
## [[6]][[3]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/downloads"
##
## [[6]][[3]]$issues_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/issues{/number}"
##
## [[6]][[3]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/pulls{/number}"
##
## [[6]][[3]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/milestones{/number}"
##
## [[6]][[3]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/notifications{?since,all,participating}"
##
## [[6]][[3]]$labels_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/labels{/name}"
##
## [[6]][[3]]$releases_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/releases{/id}"
##
## [[6]][[3]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/colourlovers_patterns/deployments"
##
## [[6]][[3]]$created_at
## [1] "2016-03-21T16:25:40Z"
##
## [[6]][[3]]$updated_at
## [1] "2016-03-22T12:52:20Z"
##
## [[6]][[3]]$pushed_at
## [1] "2016-03-21T16:31:53Z"
##
## [[6]][[3]]$git_url
## [1] "git://github.com/masalmon/colourlovers_patterns.git"
##
## [[6]][[3]]$ssh_url
## [1] "git@github.com:masalmon/colourlovers_patterns.git"
##
## [[6]][[3]]$clone_url
## [1] "https://github.com/masalmon/colourlovers_patterns.git"
##
## [[6]][[3]]$svn_url
## [1] "https://github.com/masalmon/colourlovers_patterns"
##
## [[6]][[3]]$homepage
## [1] ""
##
## [[6]][[3]]$size
## [1] 719
##
## [[6]][[3]]$stargazers_count
## [1] 1
##
## [[6]][[3]]$watchers_count
## [1] 1
##
## [[6]][[3]]$language
## [1] "HTML"
##
## [[6]][[3]]$has_issues
## [1] TRUE
##
## [[6]][[3]]$has_downloads
## [1] TRUE
##
## [[6]][[3]]$has_wiki
## [1] TRUE
##
## [[6]][[3]]$has_pages
## [1] FALSE
##
## [[6]][[3]]$forks_count
## [1] 0
##
## [[6]][[3]]$mirror_url
## NULL
##
## [[6]][[3]]$open_issues_count
## [1] 1
##
## [[6]][[3]]$forks
## [1] 0
##
## [[6]][[3]]$open_issues
## [1] 1
##
## [[6]][[3]]$watchers
## [1] 1
##
## [[6]][[3]]$default_branch
## [1] "master"
##
##
## [[6]][[4]]
## [[6]][[4]]$id
## [1] 50439405
##
## [[6]][[4]]$name
## [1] "convertagd"
##
## [[6]][[4]]$full_name
## [1] "masalmon/convertagd"
##
## [[6]][[4]]$owner
## [[6]][[4]]$owner$login
## [1] "masalmon"
##
## [[6]][[4]]$owner$id
## [1] 8360597
##
## [[6]][[4]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[4]]$owner$gravatar_id
## [1] ""
##
## [[6]][[4]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[4]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[4]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[4]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[4]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[4]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[4]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[4]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[4]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[4]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[4]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[4]]$owner$type
## [1] "User"
##
## [[6]][[4]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[4]]$private
## [1] FALSE
##
## [[6]][[4]]$html_url
## [1] "https://github.com/masalmon/convertagd"
##
## [[6]][[4]]$description
## [1] ":runner: R package for converting .agd files from Actigraph into data.frames :bicyclist:"
##
## [[6]][[4]]$fork
## [1] FALSE
##
## [[6]][[4]]$url
## [1] "https://api.github.com/repos/masalmon/convertagd"
##
## [[6]][[4]]$forks_url
## [1] "https://api.github.com/repos/masalmon/convertagd/forks"
##
## [[6]][[4]]$keys_url
## [1] "https://api.github.com/repos/masalmon/convertagd/keys{/key_id}"
##
## [[6]][[4]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/convertagd/collaborators{/collaborator}"
##
## [[6]][[4]]$teams_url
## [1] "https://api.github.com/repos/masalmon/convertagd/teams"
##
## [[6]][[4]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/convertagd/hooks"
##
## [[6]][[4]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/convertagd/issues/events{/number}"
##
## [[6]][[4]]$events_url
## [1] "https://api.github.com/repos/masalmon/convertagd/events"
##
## [[6]][[4]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/convertagd/assignees{/user}"
##
## [[6]][[4]]$branches_url
## [1] "https://api.github.com/repos/masalmon/convertagd/branches{/branch}"
##
## [[6]][[4]]$tags_url
## [1] "https://api.github.com/repos/masalmon/convertagd/tags"
##
## [[6]][[4]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/convertagd/git/blobs{/sha}"
##
## [[6]][[4]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/convertagd/git/tags{/sha}"
##
## [[6]][[4]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/convertagd/git/refs{/sha}"
##
## [[6]][[4]]$trees_url
## [1] "https://api.github.com/repos/masalmon/convertagd/git/trees{/sha}"
##
## [[6]][[4]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/convertagd/statuses/{sha}"
##
## [[6]][[4]]$languages_url
## [1] "https://api.github.com/repos/masalmon/convertagd/languages"
##
## [[6]][[4]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/convertagd/stargazers"
##
## [[6]][[4]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/convertagd/contributors"
##
## [[6]][[4]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/convertagd/subscribers"
##
## [[6]][[4]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/convertagd/subscription"
##
## [[6]][[4]]$commits_url
## [1] "https://api.github.com/repos/masalmon/convertagd/commits{/sha}"
##
## [[6]][[4]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/convertagd/git/commits{/sha}"
##
## [[6]][[4]]$comments_url
## [1] "https://api.github.com/repos/masalmon/convertagd/comments{/number}"
##
## [[6]][[4]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/convertagd/issues/comments{/number}"
##
## [[6]][[4]]$contents_url
## [1] "https://api.github.com/repos/masalmon/convertagd/contents/{+path}"
##
## [[6]][[4]]$compare_url
## [1] "https://api.github.com/repos/masalmon/convertagd/compare/{base}...{head}"
##
## [[6]][[4]]$merges_url
## [1] "https://api.github.com/repos/masalmon/convertagd/merges"
##
## [[6]][[4]]$archive_url
## [1] "https://api.github.com/repos/masalmon/convertagd/{archive_format}{/ref}"
##
## [[6]][[4]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/convertagd/downloads"
##
## [[6]][[4]]$issues_url
## [1] "https://api.github.com/repos/masalmon/convertagd/issues{/number}"
##
## [[6]][[4]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/convertagd/pulls{/number}"
##
## [[6]][[4]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/convertagd/milestones{/number}"
##
## [[6]][[4]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/convertagd/notifications{?since,all,participating}"
##
## [[6]][[4]]$labels_url
## [1] "https://api.github.com/repos/masalmon/convertagd/labels{/name}"
##
## [[6]][[4]]$releases_url
## [1] "https://api.github.com/repos/masalmon/convertagd/releases{/id}"
##
## [[6]][[4]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/convertagd/deployments"
##
## [[6]][[4]]$created_at
## [1] "2016-01-26T15:49:44Z"
##
## [[6]][[4]]$updated_at
## [1] "2016-04-13T11:42:57Z"
##
## [[6]][[4]]$pushed_at
## [1] "2016-04-15T11:51:37Z"
##
## [[6]][[4]]$git_url
## [1] "git://github.com/masalmon/convertagd.git"
##
## [[6]][[4]]$ssh_url
## [1] "git@github.com:masalmon/convertagd.git"
##
## [[6]][[4]]$clone_url
## [1] "https://github.com/masalmon/convertagd.git"
##
## [[6]][[4]]$svn_url
## [1] "https://github.com/masalmon/convertagd"
##
## [[6]][[4]]$homepage
## [1] ""
##
## [[6]][[4]]$size
## [1] 379
##
## [[6]][[4]]$stargazers_count
## [1] 0
##
## [[6]][[4]]$watchers_count
## [1] 0
##
## [[6]][[4]]$language
## [1] "R"
##
## [[6]][[4]]$has_issues
## [1] TRUE
##
## [[6]][[4]]$has_downloads
## [1] TRUE
##
## [[6]][[4]]$has_wiki
## [1] TRUE
##
## [[6]][[4]]$has_pages
## [1] FALSE
##
## [[6]][[4]]$forks_count
## [1] 0
##
## [[6]][[4]]$mirror_url
## NULL
##
## [[6]][[4]]$open_issues_count
## [1] 1
##
## [[6]][[4]]$forks
## [1] 0
##
## [[6]][[4]]$open_issues
## [1] 1
##
## [[6]][[4]]$watchers
## [1] 0
##
## [[6]][[4]]$default_branch
## [1] "master"
##
##
## [[6]][[5]]
## [[6]][[5]]$id
## [1] 68307946
##
## [[6]][[5]]$name
## [1] "cpcb"
##
## [[6]][[5]]$full_name
## [1] "masalmon/cpcb"
##
## [[6]][[5]]$owner
## [[6]][[5]]$owner$login
## [1] "masalmon"
##
## [[6]][[5]]$owner$id
## [1] 8360597
##
## [[6]][[5]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[5]]$owner$gravatar_id
## [1] ""
##
## [[6]][[5]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[5]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[5]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[5]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[5]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[5]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[5]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[5]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[5]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[5]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[5]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[5]]$owner$type
## [1] "User"
##
## [[6]][[5]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[5]]$private
## [1] FALSE
##
## [[6]][[5]]$html_url
## [1] "https://github.com/masalmon/cpcb"
##
## [[6]][[5]]$description
## [1] ":mask: Scraping India CPCB air quality data :mask:"
##
## [[6]][[5]]$fork
## [1] FALSE
##
## [[6]][[5]]$url
## [1] "https://api.github.com/repos/masalmon/cpcb"
##
## [[6]][[5]]$forks_url
## [1] "https://api.github.com/repos/masalmon/cpcb/forks"
##
## [[6]][[5]]$keys_url
## [1] "https://api.github.com/repos/masalmon/cpcb/keys{/key_id}"
##
## [[6]][[5]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/cpcb/collaborators{/collaborator}"
##
## [[6]][[5]]$teams_url
## [1] "https://api.github.com/repos/masalmon/cpcb/teams"
##
## [[6]][[5]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/cpcb/hooks"
##
## [[6]][[5]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/cpcb/issues/events{/number}"
##
## [[6]][[5]]$events_url
## [1] "https://api.github.com/repos/masalmon/cpcb/events"
##
## [[6]][[5]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/cpcb/assignees{/user}"
##
## [[6]][[5]]$branches_url
## [1] "https://api.github.com/repos/masalmon/cpcb/branches{/branch}"
##
## [[6]][[5]]$tags_url
## [1] "https://api.github.com/repos/masalmon/cpcb/tags"
##
## [[6]][[5]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/cpcb/git/blobs{/sha}"
##
## [[6]][[5]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/cpcb/git/tags{/sha}"
##
## [[6]][[5]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/cpcb/git/refs{/sha}"
##
## [[6]][[5]]$trees_url
## [1] "https://api.github.com/repos/masalmon/cpcb/git/trees{/sha}"
##
## [[6]][[5]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/cpcb/statuses/{sha}"
##
## [[6]][[5]]$languages_url
## [1] "https://api.github.com/repos/masalmon/cpcb/languages"
##
## [[6]][[5]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/cpcb/stargazers"
##
## [[6]][[5]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/cpcb/contributors"
##
## [[6]][[5]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/cpcb/subscribers"
##
## [[6]][[5]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/cpcb/subscription"
##
## [[6]][[5]]$commits_url
## [1] "https://api.github.com/repos/masalmon/cpcb/commits{/sha}"
##
## [[6]][[5]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/cpcb/git/commits{/sha}"
##
## [[6]][[5]]$comments_url
## [1] "https://api.github.com/repos/masalmon/cpcb/comments{/number}"
##
## [[6]][[5]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/cpcb/issues/comments{/number}"
##
## [[6]][[5]]$contents_url
## [1] "https://api.github.com/repos/masalmon/cpcb/contents/{+path}"
##
## [[6]][[5]]$compare_url
## [1] "https://api.github.com/repos/masalmon/cpcb/compare/{base}...{head}"
##
## [[6]][[5]]$merges_url
## [1] "https://api.github.com/repos/masalmon/cpcb/merges"
##
## [[6]][[5]]$archive_url
## [1] "https://api.github.com/repos/masalmon/cpcb/{archive_format}{/ref}"
##
## [[6]][[5]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/cpcb/downloads"
##
## [[6]][[5]]$issues_url
## [1] "https://api.github.com/repos/masalmon/cpcb/issues{/number}"
##
## [[6]][[5]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/cpcb/pulls{/number}"
##
## [[6]][[5]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/cpcb/milestones{/number}"
##
## [[6]][[5]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/cpcb/notifications{?since,all,participating}"
##
## [[6]][[5]]$labels_url
## [1] "https://api.github.com/repos/masalmon/cpcb/labels{/name}"
##
## [[6]][[5]]$releases_url
## [1] "https://api.github.com/repos/masalmon/cpcb/releases{/id}"
##
## [[6]][[5]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/cpcb/deployments"
##
## [[6]][[5]]$created_at
## [1] "2016-09-15T15:45:42Z"
##
## [[6]][[5]]$updated_at
## [1] "2016-09-16T16:19:35Z"
##
## [[6]][[5]]$pushed_at
## [1] "2016-09-30T08:19:50Z"
##
## [[6]][[5]]$git_url
## [1] "git://github.com/masalmon/cpcb.git"
##
## [[6]][[5]]$ssh_url
## [1] "git@github.com:masalmon/cpcb.git"
##
## [[6]][[5]]$clone_url
## [1] "https://github.com/masalmon/cpcb.git"
##
## [[6]][[5]]$svn_url
## [1] "https://github.com/masalmon/cpcb"
##
## [[6]][[5]]$homepage
## [1] ""
##
## [[6]][[5]]$size
## [1] 18
##
## [[6]][[5]]$stargazers_count
## [1] 2
##
## [[6]][[5]]$watchers_count
## [1] 2
##
## [[6]][[5]]$language
## [1] "R"
##
## [[6]][[5]]$has_issues
## [1] TRUE
##
## [[6]][[5]]$has_downloads
## [1] TRUE
##
## [[6]][[5]]$has_wiki
## [1] TRUE
##
## [[6]][[5]]$has_pages
## [1] FALSE
##
## [[6]][[5]]$forks_count
## [1] 1
##
## [[6]][[5]]$mirror_url
## NULL
##
## [[6]][[5]]$open_issues_count
## [1] 5
##
## [[6]][[5]]$forks
## [1] 1
##
## [[6]][[5]]$open_issues
## [1] 5
##
## [[6]][[5]]$watchers
## [1] 2
##
## [[6]][[5]]$default_branch
## [1] "master"
##
##
## [[6]][[6]]
## [[6]][[6]]$id
## [1] 55674394
##
## [[6]][[6]]$name
## [1] "domar_datos"
##
## [[6]][[6]]$full_name
## [1] "masalmon/domar_datos"
##
## [[6]][[6]]$owner
## [[6]][[6]]$owner$login
## [1] "masalmon"
##
## [[6]][[6]]$owner$id
## [1] 8360597
##
## [[6]][[6]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[6]]$owner$gravatar_id
## [1] ""
##
## [[6]][[6]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[6]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[6]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[6]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[6]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[6]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[6]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[6]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[6]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[6]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[6]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[6]]$owner$type
## [1] "User"
##
## [[6]][[6]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[6]]$private
## [1] FALSE
##
## [[6]][[6]]$html_url
## [1] "https://github.com/masalmon/domar_datos"
##
## [[6]][[6]]$description
## [1] ":boom: Datos y codigo para la sessión \"Domar datos\" el 14 abril en el CREAL :boom:"
##
## [[6]][[6]]$fork
## [1] FALSE
##
## [[6]][[6]]$url
## [1] "https://api.github.com/repos/masalmon/domar_datos"
##
## [[6]][[6]]$forks_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/forks"
##
## [[6]][[6]]$keys_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/keys{/key_id}"
##
## [[6]][[6]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/collaborators{/collaborator}"
##
## [[6]][[6]]$teams_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/teams"
##
## [[6]][[6]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/hooks"
##
## [[6]][[6]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/issues/events{/number}"
##
## [[6]][[6]]$events_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/events"
##
## [[6]][[6]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/assignees{/user}"
##
## [[6]][[6]]$branches_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/branches{/branch}"
##
## [[6]][[6]]$tags_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/tags"
##
## [[6]][[6]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/git/blobs{/sha}"
##
## [[6]][[6]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/git/tags{/sha}"
##
## [[6]][[6]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/git/refs{/sha}"
##
## [[6]][[6]]$trees_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/git/trees{/sha}"
##
## [[6]][[6]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/statuses/{sha}"
##
## [[6]][[6]]$languages_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/languages"
##
## [[6]][[6]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/stargazers"
##
## [[6]][[6]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/contributors"
##
## [[6]][[6]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/subscribers"
##
## [[6]][[6]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/subscription"
##
## [[6]][[6]]$commits_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/commits{/sha}"
##
## [[6]][[6]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/git/commits{/sha}"
##
## [[6]][[6]]$comments_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/comments{/number}"
##
## [[6]][[6]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/issues/comments{/number}"
##
## [[6]][[6]]$contents_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/contents/{+path}"
##
## [[6]][[6]]$compare_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/compare/{base}...{head}"
##
## [[6]][[6]]$merges_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/merges"
##
## [[6]][[6]]$archive_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/{archive_format}{/ref}"
##
## [[6]][[6]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/downloads"
##
## [[6]][[6]]$issues_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/issues{/number}"
##
## [[6]][[6]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/pulls{/number}"
##
## [[6]][[6]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/milestones{/number}"
##
## [[6]][[6]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/notifications{?since,all,participating}"
##
## [[6]][[6]]$labels_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/labels{/name}"
##
## [[6]][[6]]$releases_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/releases{/id}"
##
## [[6]][[6]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/domar_datos/deployments"
##
## [[6]][[6]]$created_at
## [1] "2016-04-07T07:44:36Z"
##
## [[6]][[6]]$updated_at
## [1] "2016-04-14T13:15:37Z"
##
## [[6]][[6]]$pushed_at
## [1] "2016-04-20T09:27:09Z"
##
## [[6]][[6]]$git_url
## [1] "git://github.com/masalmon/domar_datos.git"
##
## [[6]][[6]]$ssh_url
## [1] "git@github.com:masalmon/domar_datos.git"
##
## [[6]][[6]]$clone_url
## [1] "https://github.com/masalmon/domar_datos.git"
##
## [[6]][[6]]$svn_url
## [1] "https://github.com/masalmon/domar_datos"
##
## [[6]][[6]]$homepage
## [1] ""
##
## [[6]][[6]]$size
## [1] 631
##
## [[6]][[6]]$stargazers_count
## [1] 1
##
## [[6]][[6]]$watchers_count
## [1] 1
##
## [[6]][[6]]$language
## [1] "R"
##
## [[6]][[6]]$has_issues
## [1] TRUE
##
## [[6]][[6]]$has_downloads
## [1] TRUE
##
## [[6]][[6]]$has_wiki
## [1] TRUE
##
## [[6]][[6]]$has_pages
## [1] FALSE
##
## [[6]][[6]]$forks_count
## [1] 0
##
## [[6]][[6]]$mirror_url
## NULL
##
## [[6]][[6]]$open_issues_count
## [1] 0
##
## [[6]][[6]]$forks
## [1] 0
##
## [[6]][[6]]$open_issues
## [1] 0
##
## [[6]][[6]]$watchers
## [1] 1
##
## [[6]][[6]]$default_branch
## [1] "master"
##
##
## [[6]][[7]]
## [[6]][[7]]$id
## [1] 60245445
##
## [[6]][[7]]$name
## [1] "duststorm"
##
## [[6]][[7]]$full_name
## [1] "masalmon/duststorm"
##
## [[6]][[7]]$owner
## [[6]][[7]]$owner$login
## [1] "masalmon"
##
## [[6]][[7]]$owner$id
## [1] 8360597
##
## [[6]][[7]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[7]]$owner$gravatar_id
## [1] ""
##
## [[6]][[7]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[7]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[7]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[7]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[7]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[7]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[7]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[7]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[7]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[7]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[7]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[7]]$owner$type
## [1] "User"
##
## [[6]][[7]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[7]]$private
## [1] FALSE
##
## [[6]][[7]]$html_url
## [1] "https://github.com/masalmon/duststorm"
##
## [[6]][[7]]$description
## [1] ":mask: PM10 in Delhi during the dust storm in May 2016, small viz work for OpenAQ :mask:"
##
## [[6]][[7]]$fork
## [1] FALSE
##
## [[6]][[7]]$url
## [1] "https://api.github.com/repos/masalmon/duststorm"
##
## [[6]][[7]]$forks_url
## [1] "https://api.github.com/repos/masalmon/duststorm/forks"
##
## [[6]][[7]]$keys_url
## [1] "https://api.github.com/repos/masalmon/duststorm/keys{/key_id}"
##
## [[6]][[7]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/duststorm/collaborators{/collaborator}"
##
## [[6]][[7]]$teams_url
## [1] "https://api.github.com/repos/masalmon/duststorm/teams"
##
## [[6]][[7]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/duststorm/hooks"
##
## [[6]][[7]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/duststorm/issues/events{/number}"
##
## [[6]][[7]]$events_url
## [1] "https://api.github.com/repos/masalmon/duststorm/events"
##
## [[6]][[7]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/duststorm/assignees{/user}"
##
## [[6]][[7]]$branches_url
## [1] "https://api.github.com/repos/masalmon/duststorm/branches{/branch}"
##
## [[6]][[7]]$tags_url
## [1] "https://api.github.com/repos/masalmon/duststorm/tags"
##
## [[6]][[7]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/duststorm/git/blobs{/sha}"
##
## [[6]][[7]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/duststorm/git/tags{/sha}"
##
## [[6]][[7]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/duststorm/git/refs{/sha}"
##
## [[6]][[7]]$trees_url
## [1] "https://api.github.com/repos/masalmon/duststorm/git/trees{/sha}"
##
## [[6]][[7]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/duststorm/statuses/{sha}"
##
## [[6]][[7]]$languages_url
## [1] "https://api.github.com/repos/masalmon/duststorm/languages"
##
## [[6]][[7]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/duststorm/stargazers"
##
## [[6]][[7]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/duststorm/contributors"
##
## [[6]][[7]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/duststorm/subscribers"
##
## [[6]][[7]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/duststorm/subscription"
##
## [[6]][[7]]$commits_url
## [1] "https://api.github.com/repos/masalmon/duststorm/commits{/sha}"
##
## [[6]][[7]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/duststorm/git/commits{/sha}"
##
## [[6]][[7]]$comments_url
## [1] "https://api.github.com/repos/masalmon/duststorm/comments{/number}"
##
## [[6]][[7]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/duststorm/issues/comments{/number}"
##
## [[6]][[7]]$contents_url
## [1] "https://api.github.com/repos/masalmon/duststorm/contents/{+path}"
##
## [[6]][[7]]$compare_url
## [1] "https://api.github.com/repos/masalmon/duststorm/compare/{base}...{head}"
##
## [[6]][[7]]$merges_url
## [1] "https://api.github.com/repos/masalmon/duststorm/merges"
##
## [[6]][[7]]$archive_url
## [1] "https://api.github.com/repos/masalmon/duststorm/{archive_format}{/ref}"
##
## [[6]][[7]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/duststorm/downloads"
##
## [[6]][[7]]$issues_url
## [1] "https://api.github.com/repos/masalmon/duststorm/issues{/number}"
##
## [[6]][[7]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/duststorm/pulls{/number}"
##
## [[6]][[7]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/duststorm/milestones{/number}"
##
## [[6]][[7]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/duststorm/notifications{?since,all,participating}"
##
## [[6]][[7]]$labels_url
## [1] "https://api.github.com/repos/masalmon/duststorm/labels{/name}"
##
## [[6]][[7]]$releases_url
## [1] "https://api.github.com/repos/masalmon/duststorm/releases{/id}"
##
## [[6]][[7]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/duststorm/deployments"
##
## [[6]][[7]]$created_at
## [1] "2016-06-02T08:16:02Z"
##
## [[6]][[7]]$updated_at
## [1] "2016-08-30T11:21:39Z"
##
## [[6]][[7]]$pushed_at
## [1] "2016-06-02T08:20:26Z"
##
## [[6]][[7]]$git_url
## [1] "git://github.com/masalmon/duststorm.git"
##
## [[6]][[7]]$ssh_url
## [1] "git@github.com:masalmon/duststorm.git"
##
## [[6]][[7]]$clone_url
## [1] "https://github.com/masalmon/duststorm.git"
##
## [[6]][[7]]$svn_url
## [1] "https://github.com/masalmon/duststorm"
##
## [[6]][[7]]$homepage
## [1] ""
##
## [[6]][[7]]$size
## [1] 8436
##
## [[6]][[7]]$stargazers_count
## [1] 0
##
## [[6]][[7]]$watchers_count
## [1] 0
##
## [[6]][[7]]$language
## [1] "R"
##
## [[6]][[7]]$has_issues
## [1] TRUE
##
## [[6]][[7]]$has_downloads
## [1] TRUE
##
## [[6]][[7]]$has_wiki
## [1] TRUE
##
## [[6]][[7]]$has_pages
## [1] FALSE
##
## [[6]][[7]]$forks_count
## [1] 0
##
## [[6]][[7]]$mirror_url
## NULL
##
## [[6]][[7]]$open_issues_count
## [1] 1
##
## [[6]][[7]]$forks
## [1] 0
##
## [[6]][[7]]$open_issues
## [1] 1
##
## [[6]][[7]]$watchers
## [1] 0
##
## [[6]][[7]]$default_branch
## [1] "master"
##
##
## [[6]][[8]]
## [[6]][[8]]$id
## [1] 61539091
##
## [[6]][[8]]$name
## [1] "EML"
##
## [[6]][[8]]$full_name
## [1] "masalmon/EML"
##
## [[6]][[8]]$owner
## [[6]][[8]]$owner$login
## [1] "masalmon"
##
## [[6]][[8]]$owner$id
## [1] 8360597
##
## [[6]][[8]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[8]]$owner$gravatar_id
## [1] ""
##
## [[6]][[8]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[8]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[8]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[8]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[8]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[8]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[8]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[8]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[8]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[8]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[8]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[8]]$owner$type
## [1] "User"
##
## [[6]][[8]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[8]]$private
## [1] FALSE
##
## [[6]][[8]]$html_url
## [1] "https://github.com/masalmon/EML"
##
## [[6]][[8]]$description
## [1] " Ecological Metadata Language interface for R: synthesis and integration of heterogenous data"
##
## [[6]][[8]]$fork
## [1] TRUE
##
## [[6]][[8]]$url
## [1] "https://api.github.com/repos/masalmon/EML"
##
## [[6]][[8]]$forks_url
## [1] "https://api.github.com/repos/masalmon/EML/forks"
##
## [[6]][[8]]$keys_url
## [1] "https://api.github.com/repos/masalmon/EML/keys{/key_id}"
##
## [[6]][[8]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/EML/collaborators{/collaborator}"
##
## [[6]][[8]]$teams_url
## [1] "https://api.github.com/repos/masalmon/EML/teams"
##
## [[6]][[8]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/EML/hooks"
##
## [[6]][[8]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/EML/issues/events{/number}"
##
## [[6]][[8]]$events_url
## [1] "https://api.github.com/repos/masalmon/EML/events"
##
## [[6]][[8]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/EML/assignees{/user}"
##
## [[6]][[8]]$branches_url
## [1] "https://api.github.com/repos/masalmon/EML/branches{/branch}"
##
## [[6]][[8]]$tags_url
## [1] "https://api.github.com/repos/masalmon/EML/tags"
##
## [[6]][[8]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/EML/git/blobs{/sha}"
##
## [[6]][[8]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/EML/git/tags{/sha}"
##
## [[6]][[8]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/EML/git/refs{/sha}"
##
## [[6]][[8]]$trees_url
## [1] "https://api.github.com/repos/masalmon/EML/git/trees{/sha}"
##
## [[6]][[8]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/EML/statuses/{sha}"
##
## [[6]][[8]]$languages_url
## [1] "https://api.github.com/repos/masalmon/EML/languages"
##
## [[6]][[8]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/EML/stargazers"
##
## [[6]][[8]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/EML/contributors"
##
## [[6]][[8]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/EML/subscribers"
##
## [[6]][[8]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/EML/subscription"
##
## [[6]][[8]]$commits_url
## [1] "https://api.github.com/repos/masalmon/EML/commits{/sha}"
##
## [[6]][[8]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/EML/git/commits{/sha}"
##
## [[6]][[8]]$comments_url
## [1] "https://api.github.com/repos/masalmon/EML/comments{/number}"
##
## [[6]][[8]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/EML/issues/comments{/number}"
##
## [[6]][[8]]$contents_url
## [1] "https://api.github.com/repos/masalmon/EML/contents/{+path}"
##
## [[6]][[8]]$compare_url
## [1] "https://api.github.com/repos/masalmon/EML/compare/{base}...{head}"
##
## [[6]][[8]]$merges_url
## [1] "https://api.github.com/repos/masalmon/EML/merges"
##
## [[6]][[8]]$archive_url
## [1] "https://api.github.com/repos/masalmon/EML/{archive_format}{/ref}"
##
## [[6]][[8]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/EML/downloads"
##
## [[6]][[8]]$issues_url
## [1] "https://api.github.com/repos/masalmon/EML/issues{/number}"
##
## [[6]][[8]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/EML/pulls{/number}"
##
## [[6]][[8]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/EML/milestones{/number}"
##
## [[6]][[8]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/EML/notifications{?since,all,participating}"
##
## [[6]][[8]]$labels_url
## [1] "https://api.github.com/repos/masalmon/EML/labels{/name}"
##
## [[6]][[8]]$releases_url
## [1] "https://api.github.com/repos/masalmon/EML/releases{/id}"
##
## [[6]][[8]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/EML/deployments"
##
## [[6]][[8]]$created_at
## [1] "2016-06-20T10:30:18Z"
##
## [[6]][[8]]$updated_at
## [1] "2016-06-20T10:30:22Z"
##
## [[6]][[8]]$pushed_at
## [1] "2016-10-17T16:08:49Z"
##
## [[6]][[8]]$git_url
## [1] "git://github.com/masalmon/EML.git"
##
## [[6]][[8]]$ssh_url
## [1] "git@github.com:masalmon/EML.git"
##
## [[6]][[8]]$clone_url
## [1] "https://github.com/masalmon/EML.git"
##
## [[6]][[8]]$svn_url
## [1] "https://github.com/masalmon/EML"
##
## [[6]][[8]]$homepage
## [1] ""
##
## [[6]][[8]]$size
## [1] 4884
##
## [[6]][[8]]$stargazers_count
## [1] 0
##
## [[6]][[8]]$watchers_count
## [1] 0
##
## [[6]][[8]]$language
## [1] "HTML"
##
## [[6]][[8]]$has_issues
## [1] FALSE
##
## [[6]][[8]]$has_downloads
## [1] TRUE
##
## [[6]][[8]]$has_wiki
## [1] TRUE
##
## [[6]][[8]]$has_pages
## [1] FALSE
##
## [[6]][[8]]$forks_count
## [1] 0
##
## [[6]][[8]]$mirror_url
## NULL
##
## [[6]][[8]]$open_issues_count
## [1] 0
##
## [[6]][[8]]$forks
## [1] 0
##
## [[6]][[8]]$open_issues
## [1] 0
##
## [[6]][[8]]$watchers
## [1] 0
##
## [[6]][[8]]$default_branch
## [1] "master"
##
##
## [[6]][[9]]
## [[6]][[9]]$id
## [1] 65557499
##
## [[6]][[9]]$name
## [1] "fietsen"
##
## [[6]][[9]]$full_name
## [1] "masalmon/fietsen"
##
## [[6]][[9]]$owner
## [[6]][[9]]$owner$login
## [1] "masalmon"
##
## [[6]][[9]]$owner$id
## [1] 8360597
##
## [[6]][[9]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[9]]$owner$gravatar_id
## [1] ""
##
## [[6]][[9]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[9]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[9]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[9]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[9]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[9]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[9]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[9]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[9]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[9]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[9]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[9]]$owner$type
## [1] "User"
##
## [[6]][[9]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[9]]$private
## [1] FALSE
##
## [[6]][[9]]$html_url
## [1] "https://github.com/masalmon/fietsen"
##
## [[6]][[9]]$description
## [1] ":bicyclist: Finding cycle paths and tracks in 7 cities :bicyclist: "
##
## [[6]][[9]]$fork
## [1] FALSE
##
## [[6]][[9]]$url
## [1] "https://api.github.com/repos/masalmon/fietsen"
##
## [[6]][[9]]$forks_url
## [1] "https://api.github.com/repos/masalmon/fietsen/forks"
##
## [[6]][[9]]$keys_url
## [1] "https://api.github.com/repos/masalmon/fietsen/keys{/key_id}"
##
## [[6]][[9]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/fietsen/collaborators{/collaborator}"
##
## [[6]][[9]]$teams_url
## [1] "https://api.github.com/repos/masalmon/fietsen/teams"
##
## [[6]][[9]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/fietsen/hooks"
##
## [[6]][[9]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/fietsen/issues/events{/number}"
##
## [[6]][[9]]$events_url
## [1] "https://api.github.com/repos/masalmon/fietsen/events"
##
## [[6]][[9]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/fietsen/assignees{/user}"
##
## [[6]][[9]]$branches_url
## [1] "https://api.github.com/repos/masalmon/fietsen/branches{/branch}"
##
## [[6]][[9]]$tags_url
## [1] "https://api.github.com/repos/masalmon/fietsen/tags"
##
## [[6]][[9]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/fietsen/git/blobs{/sha}"
##
## [[6]][[9]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/fietsen/git/tags{/sha}"
##
## [[6]][[9]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/fietsen/git/refs{/sha}"
##
## [[6]][[9]]$trees_url
## [1] "https://api.github.com/repos/masalmon/fietsen/git/trees{/sha}"
##
## [[6]][[9]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/fietsen/statuses/{sha}"
##
## [[6]][[9]]$languages_url
## [1] "https://api.github.com/repos/masalmon/fietsen/languages"
##
## [[6]][[9]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/fietsen/stargazers"
##
## [[6]][[9]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/fietsen/contributors"
##
## [[6]][[9]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/fietsen/subscribers"
##
## [[6]][[9]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/fietsen/subscription"
##
## [[6]][[9]]$commits_url
## [1] "https://api.github.com/repos/masalmon/fietsen/commits{/sha}"
##
## [[6]][[9]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/fietsen/git/commits{/sha}"
##
## [[6]][[9]]$comments_url
## [1] "https://api.github.com/repos/masalmon/fietsen/comments{/number}"
##
## [[6]][[9]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/fietsen/issues/comments{/number}"
##
## [[6]][[9]]$contents_url
## [1] "https://api.github.com/repos/masalmon/fietsen/contents/{+path}"
##
## [[6]][[9]]$compare_url
## [1] "https://api.github.com/repos/masalmon/fietsen/compare/{base}...{head}"
##
## [[6]][[9]]$merges_url
## [1] "https://api.github.com/repos/masalmon/fietsen/merges"
##
## [[6]][[9]]$archive_url
## [1] "https://api.github.com/repos/masalmon/fietsen/{archive_format}{/ref}"
##
## [[6]][[9]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/fietsen/downloads"
##
## [[6]][[9]]$issues_url
## [1] "https://api.github.com/repos/masalmon/fietsen/issues{/number}"
##
## [[6]][[9]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/fietsen/pulls{/number}"
##
## [[6]][[9]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/fietsen/milestones{/number}"
##
## [[6]][[9]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/fietsen/notifications{?since,all,participating}"
##
## [[6]][[9]]$labels_url
## [1] "https://api.github.com/repos/masalmon/fietsen/labels{/name}"
##
## [[6]][[9]]$releases_url
## [1] "https://api.github.com/repos/masalmon/fietsen/releases{/id}"
##
## [[6]][[9]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/fietsen/deployments"
##
## [[6]][[9]]$created_at
## [1] "2016-08-12T14:01:52Z"
##
## [[6]][[9]]$updated_at
## [1] "2016-09-22T15:30:55Z"
##
## [[6]][[9]]$pushed_at
## [1] "2016-09-23T07:13:56Z"
##
## [[6]][[9]]$git_url
## [1] "git://github.com/masalmon/fietsen.git"
##
## [[6]][[9]]$ssh_url
## [1] "git@github.com:masalmon/fietsen.git"
##
## [[6]][[9]]$clone_url
## [1] "https://github.com/masalmon/fietsen.git"
##
## [[6]][[9]]$svn_url
## [1] "https://github.com/masalmon/fietsen"
##
## [[6]][[9]]$homepage
## [1] ""
##
## [[6]][[9]]$size
## [1] 76455
##
## [[6]][[9]]$stargazers_count
## [1] 2
##
## [[6]][[9]]$watchers_count
## [1] 2
##
## [[6]][[9]]$language
## [1] "HTML"
##
## [[6]][[9]]$has_issues
## [1] TRUE
##
## [[6]][[9]]$has_downloads
## [1] TRUE
##
## [[6]][[9]]$has_wiki
## [1] TRUE
##
## [[6]][[9]]$has_pages
## [1] FALSE
##
## [[6]][[9]]$forks_count
## [1] 0
##
## [[6]][[9]]$mirror_url
## NULL
##
## [[6]][[9]]$open_issues_count
## [1] 2
##
## [[6]][[9]]$forks
## [1] 0
##
## [[6]][[9]]$open_issues
## [1] 2
##
## [[6]][[9]]$watchers
## [1] 2
##
## [[6]][[9]]$default_branch
## [1] "master"
##
##
## [[6]][[10]]
## [[6]][[10]]$id
## [1] 66141898
##
## [[6]][[10]]$name
## [1] "first_7_jobs"
##
## [[6]][[10]]$full_name
## [1] "masalmon/first_7_jobs"
##
## [[6]][[10]]$owner
## [[6]][[10]]$owner$login
## [1] "masalmon"
##
## [[6]][[10]]$owner$id
## [1] 8360597
##
## [[6]][[10]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[10]]$owner$gravatar_id
## [1] ""
##
## [[6]][[10]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[10]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[10]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[10]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[10]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[10]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[10]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[10]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[10]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[10]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[10]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[10]]$owner$type
## [1] "User"
##
## [[6]][[10]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[10]]$private
## [1] FALSE
##
## [[6]][[10]]$html_url
## [1] "https://github.com/masalmon/first_7_jobs"
##
## [[6]][[10]]$description
## [1] ":monkey_face: Parsing #first7jobs tweets and assigning them a field of work using Monkeylearn :monkey_face:"
##
## [[6]][[10]]$fork
## [1] FALSE
##
## [[6]][[10]]$url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs"
##
## [[6]][[10]]$forks_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/forks"
##
## [[6]][[10]]$keys_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/keys{/key_id}"
##
## [[6]][[10]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/collaborators{/collaborator}"
##
## [[6]][[10]]$teams_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/teams"
##
## [[6]][[10]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/hooks"
##
## [[6]][[10]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/issues/events{/number}"
##
## [[6]][[10]]$events_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/events"
##
## [[6]][[10]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/assignees{/user}"
##
## [[6]][[10]]$branches_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/branches{/branch}"
##
## [[6]][[10]]$tags_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/tags"
##
## [[6]][[10]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/git/blobs{/sha}"
##
## [[6]][[10]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/git/tags{/sha}"
##
## [[6]][[10]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/git/refs{/sha}"
##
## [[6]][[10]]$trees_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/git/trees{/sha}"
##
## [[6]][[10]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/statuses/{sha}"
##
## [[6]][[10]]$languages_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/languages"
##
## [[6]][[10]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/stargazers"
##
## [[6]][[10]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/contributors"
##
## [[6]][[10]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/subscribers"
##
## [[6]][[10]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/subscription"
##
## [[6]][[10]]$commits_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/commits{/sha}"
##
## [[6]][[10]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/git/commits{/sha}"
##
## [[6]][[10]]$comments_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/comments{/number}"
##
## [[6]][[10]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/issues/comments{/number}"
##
## [[6]][[10]]$contents_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/contents/{+path}"
##
## [[6]][[10]]$compare_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/compare/{base}...{head}"
##
## [[6]][[10]]$merges_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/merges"
##
## [[6]][[10]]$archive_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/{archive_format}{/ref}"
##
## [[6]][[10]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/downloads"
##
## [[6]][[10]]$issues_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/issues{/number}"
##
## [[6]][[10]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/pulls{/number}"
##
## [[6]][[10]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/milestones{/number}"
##
## [[6]][[10]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/notifications{?since,all,participating}"
##
## [[6]][[10]]$labels_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/labels{/name}"
##
## [[6]][[10]]$releases_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/releases{/id}"
##
## [[6]][[10]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/first_7_jobs/deployments"
##
## [[6]][[10]]$created_at
## [1] "2016-08-20T10:47:30Z"
##
## [[6]][[10]]$updated_at
## [1] "2016-10-23T12:35:05Z"
##
## [[6]][[10]]$pushed_at
## [1] "2016-09-05T07:19:35Z"
##
## [[6]][[10]]$git_url
## [1] "git://github.com/masalmon/first_7_jobs.git"
##
## [[6]][[10]]$ssh_url
## [1] "git@github.com:masalmon/first_7_jobs.git"
##
## [[6]][[10]]$clone_url
## [1] "https://github.com/masalmon/first_7_jobs.git"
##
## [[6]][[10]]$svn_url
## [1] "https://github.com/masalmon/first_7_jobs"
##
## [[6]][[10]]$homepage
## [1] ""
##
## [[6]][[10]]$size
## [1] 7952
##
## [[6]][[10]]$stargazers_count
## [1] 15
##
## [[6]][[10]]$watchers_count
## [1] 15
##
## [[6]][[10]]$language
## [1] "R"
##
## [[6]][[10]]$has_issues
## [1] TRUE
##
## [[6]][[10]]$has_downloads
## [1] TRUE
##
## [[6]][[10]]$has_wiki
## [1] TRUE
##
## [[6]][[10]]$has_pages
## [1] FALSE
##
## [[6]][[10]]$forks_count
## [1] 2
##
## [[6]][[10]]$mirror_url
## NULL
##
## [[6]][[10]]$open_issues_count
## [1] 0
##
## [[6]][[10]]$forks
## [1] 2
##
## [[6]][[10]]$open_issues
## [1] 0
##
## [[6]][[10]]$watchers
## [1] 15
##
## [[6]][[10]]$default_branch
## [1] "master"
##
##
## [[6]][[11]]
## [[6]][[11]]$id
## [1] 65678851
##
## [[6]][[11]]$name
## [1] "geoparsing_tweets"
##
## [[6]][[11]]$full_name
## [1] "masalmon/geoparsing_tweets"
##
## [[6]][[11]]$owner
## [[6]][[11]]$owner$login
## [1] "masalmon"
##
## [[6]][[11]]$owner$id
## [1] 8360597
##
## [[6]][[11]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[11]]$owner$gravatar_id
## [1] ""
##
## [[6]][[11]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[11]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[11]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[11]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[11]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[11]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[11]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[11]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[11]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[11]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[11]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[11]]$owner$type
## [1] "User"
##
## [[6]][[11]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[11]]$private
## [1] FALSE
##
## [[6]][[11]]$html_url
## [1] "https://github.com/masalmon/geoparsing_tweets"
##
## [[6]][[11]]$description
## NULL
##
## [[6]][[11]]$fork
## [1] FALSE
##
## [[6]][[11]]$url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets"
##
## [[6]][[11]]$forks_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/forks"
##
## [[6]][[11]]$keys_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/keys{/key_id}"
##
## [[6]][[11]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/collaborators{/collaborator}"
##
## [[6]][[11]]$teams_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/teams"
##
## [[6]][[11]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/hooks"
##
## [[6]][[11]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/issues/events{/number}"
##
## [[6]][[11]]$events_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/events"
##
## [[6]][[11]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/assignees{/user}"
##
## [[6]][[11]]$branches_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/branches{/branch}"
##
## [[6]][[11]]$tags_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/tags"
##
## [[6]][[11]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/git/blobs{/sha}"
##
## [[6]][[11]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/git/tags{/sha}"
##
## [[6]][[11]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/git/refs{/sha}"
##
## [[6]][[11]]$trees_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/git/trees{/sha}"
##
## [[6]][[11]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/statuses/{sha}"
##
## [[6]][[11]]$languages_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/languages"
##
## [[6]][[11]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/stargazers"
##
## [[6]][[11]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/contributors"
##
## [[6]][[11]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/subscribers"
##
## [[6]][[11]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/subscription"
##
## [[6]][[11]]$commits_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/commits{/sha}"
##
## [[6]][[11]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/git/commits{/sha}"
##
## [[6]][[11]]$comments_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/comments{/number}"
##
## [[6]][[11]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/issues/comments{/number}"
##
## [[6]][[11]]$contents_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/contents/{+path}"
##
## [[6]][[11]]$compare_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/compare/{base}...{head}"
##
## [[6]][[11]]$merges_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/merges"
##
## [[6]][[11]]$archive_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/{archive_format}{/ref}"
##
## [[6]][[11]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/downloads"
##
## [[6]][[11]]$issues_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/issues{/number}"
##
## [[6]][[11]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/pulls{/number}"
##
## [[6]][[11]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/milestones{/number}"
##
## [[6]][[11]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/notifications{?since,all,participating}"
##
## [[6]][[11]]$labels_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/labels{/name}"
##
## [[6]][[11]]$releases_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/releases{/id}"
##
## [[6]][[11]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/geoparsing_tweets/deployments"
##
## [[6]][[11]]$created_at
## [1] "2016-08-14T17:46:31Z"
##
## [[6]][[11]]$updated_at
## [1] "2016-08-14T17:47:32Z"
##
## [[6]][[11]]$pushed_at
## [1] "2016-08-14T17:47:31Z"
##
## [[6]][[11]]$git_url
## [1] "git://github.com/masalmon/geoparsing_tweets.git"
##
## [[6]][[11]]$ssh_url
## [1] "git@github.com:masalmon/geoparsing_tweets.git"
##
## [[6]][[11]]$clone_url
## [1] "https://github.com/masalmon/geoparsing_tweets.git"
##
## [[6]][[11]]$svn_url
## [1] "https://github.com/masalmon/geoparsing_tweets"
##
## [[6]][[11]]$homepage
## NULL
##
## [[6]][[11]]$size
## [1] 89
##
## [[6]][[11]]$stargazers_count
## [1] 0
##
## [[6]][[11]]$watchers_count
## [1] 0
##
## [[6]][[11]]$language
## [1] "R"
##
## [[6]][[11]]$has_issues
## [1] TRUE
##
## [[6]][[11]]$has_downloads
## [1] TRUE
##
## [[6]][[11]]$has_wiki
## [1] TRUE
##
## [[6]][[11]]$has_pages
## [1] FALSE
##
## [[6]][[11]]$forks_count
## [1] 0
##
## [[6]][[11]]$mirror_url
## NULL
##
## [[6]][[11]]$open_issues_count
## [1] 0
##
## [[6]][[11]]$forks
## [1] 0
##
## [[6]][[11]]$open_issues
## [1] 0
##
## [[6]][[11]]$watchers
## [1] 0
##
## [[6]][[11]]$default_branch
## [1] "master"
##
##
## [[6]][[12]]
## [[6]][[12]]$id
## [1] 71355120
##
## [[6]][[12]]$name
## [1] "ggExtra"
##
## [[6]][[12]]$full_name
## [1] "masalmon/ggExtra"
##
## [[6]][[12]]$owner
## [[6]][[12]]$owner$login
## [1] "masalmon"
##
## [[6]][[12]]$owner$id
## [1] 8360597
##
## [[6]][[12]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[12]]$owner$gravatar_id
## [1] ""
##
## [[6]][[12]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[12]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[12]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[12]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[12]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[12]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[12]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[12]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[12]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[12]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[12]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[12]]$owner$type
## [1] "User"
##
## [[6]][[12]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[12]]$private
## [1] FALSE
##
## [[6]][[12]]$html_url
## [1] "https://github.com/masalmon/ggExtra"
##
## [[6]][[12]]$description
## [1] "Add marginal histograms to ggplot2, and more ggplot2 enhancements"
##
## [[6]][[12]]$fork
## [1] TRUE
##
## [[6]][[12]]$url
## [1] "https://api.github.com/repos/masalmon/ggExtra"
##
## [[6]][[12]]$forks_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/forks"
##
## [[6]][[12]]$keys_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/keys{/key_id}"
##
## [[6]][[12]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/collaborators{/collaborator}"
##
## [[6]][[12]]$teams_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/teams"
##
## [[6]][[12]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/hooks"
##
## [[6]][[12]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/issues/events{/number}"
##
## [[6]][[12]]$events_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/events"
##
## [[6]][[12]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/assignees{/user}"
##
## [[6]][[12]]$branches_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/branches{/branch}"
##
## [[6]][[12]]$tags_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/tags"
##
## [[6]][[12]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/git/blobs{/sha}"
##
## [[6]][[12]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/git/tags{/sha}"
##
## [[6]][[12]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/git/refs{/sha}"
##
## [[6]][[12]]$trees_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/git/trees{/sha}"
##
## [[6]][[12]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/statuses/{sha}"
##
## [[6]][[12]]$languages_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/languages"
##
## [[6]][[12]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/stargazers"
##
## [[6]][[12]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/contributors"
##
## [[6]][[12]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/subscribers"
##
## [[6]][[12]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/subscription"
##
## [[6]][[12]]$commits_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/commits{/sha}"
##
## [[6]][[12]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/git/commits{/sha}"
##
## [[6]][[12]]$comments_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/comments{/number}"
##
## [[6]][[12]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/issues/comments{/number}"
##
## [[6]][[12]]$contents_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/contents/{+path}"
##
## [[6]][[12]]$compare_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/compare/{base}...{head}"
##
## [[6]][[12]]$merges_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/merges"
##
## [[6]][[12]]$archive_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/{archive_format}{/ref}"
##
## [[6]][[12]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/downloads"
##
## [[6]][[12]]$issues_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/issues{/number}"
##
## [[6]][[12]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/pulls{/number}"
##
## [[6]][[12]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/milestones{/number}"
##
## [[6]][[12]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/notifications{?since,all,participating}"
##
## [[6]][[12]]$labels_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/labels{/name}"
##
## [[6]][[12]]$releases_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/releases{/id}"
##
## [[6]][[12]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/ggExtra/deployments"
##
## [[6]][[12]]$created_at
## [1] "2016-10-19T12:33:18Z"
##
## [[6]][[12]]$updated_at
## [1] "2016-10-19T12:33:19Z"
##
## [[6]][[12]]$pushed_at
## [1] "2016-10-05T18:44:12Z"
##
## [[6]][[12]]$git_url
## [1] "git://github.com/masalmon/ggExtra.git"
##
## [[6]][[12]]$ssh_url
## [1] "git@github.com:masalmon/ggExtra.git"
##
## [[6]][[12]]$clone_url
## [1] "https://github.com/masalmon/ggExtra.git"
##
## [[6]][[12]]$svn_url
## [1] "https://github.com/masalmon/ggExtra"
##
## [[6]][[12]]$homepage
## [1] "http://daattali.com/shiny/ggExtra-ggMarginal-demo/"
##
## [[6]][[12]]$size
## [1] 689
##
## [[6]][[12]]$stargazers_count
## [1] 0
##
## [[6]][[12]]$watchers_count
## [1] 0
##
## [[6]][[12]]$language
## [1] "R"
##
## [[6]][[12]]$has_issues
## [1] FALSE
##
## [[6]][[12]]$has_downloads
## [1] TRUE
##
## [[6]][[12]]$has_wiki
## [1] TRUE
##
## [[6]][[12]]$has_pages
## [1] FALSE
##
## [[6]][[12]]$forks_count
## [1] 0
##
## [[6]][[12]]$mirror_url
## NULL
##
## [[6]][[12]]$open_issues_count
## [1] 0
##
## [[6]][[12]]$forks
## [1] 0
##
## [[6]][[12]]$open_issues
## [1] 0
##
## [[6]][[12]]$watchers
## [1] 0
##
## [[6]][[12]]$default_branch
## [1] "master"
##
##
## [[6]][[13]]
## [[6]][[13]]$id
## [1] 51748125
##
## [[6]][[13]]$name
## [1] "india_trains"
##
## [[6]][[13]]$full_name
## [1] "masalmon/india_trains"
##
## [[6]][[13]]$owner
## [[6]][[13]]$owner$login
## [1] "masalmon"
##
## [[6]][[13]]$owner$id
## [1] 8360597
##
## [[6]][[13]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[13]]$owner$gravatar_id
## [1] ""
##
## [[6]][[13]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[13]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[13]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[13]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[13]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[13]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[13]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[13]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[13]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[13]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[13]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[13]]$owner$type
## [1] "User"
##
## [[6]][[13]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[13]]$private
## [1] FALSE
##
## [[6]][[13]]$html_url
## [1] "https://github.com/masalmon/india_trains"
##
## [[6]][[13]]$description
## [1] ":train: Getting and using data about Indian trains and train stations :train:"
##
## [[6]][[13]]$fork
## [1] FALSE
##
## [[6]][[13]]$url
## [1] "https://api.github.com/repos/masalmon/india_trains"
##
## [[6]][[13]]$forks_url
## [1] "https://api.github.com/repos/masalmon/india_trains/forks"
##
## [[6]][[13]]$keys_url
## [1] "https://api.github.com/repos/masalmon/india_trains/keys{/key_id}"
##
## [[6]][[13]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/india_trains/collaborators{/collaborator}"
##
## [[6]][[13]]$teams_url
## [1] "https://api.github.com/repos/masalmon/india_trains/teams"
##
## [[6]][[13]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/india_trains/hooks"
##
## [[6]][[13]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/india_trains/issues/events{/number}"
##
## [[6]][[13]]$events_url
## [1] "https://api.github.com/repos/masalmon/india_trains/events"
##
## [[6]][[13]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/india_trains/assignees{/user}"
##
## [[6]][[13]]$branches_url
## [1] "https://api.github.com/repos/masalmon/india_trains/branches{/branch}"
##
## [[6]][[13]]$tags_url
## [1] "https://api.github.com/repos/masalmon/india_trains/tags"
##
## [[6]][[13]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/india_trains/git/blobs{/sha}"
##
## [[6]][[13]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/india_trains/git/tags{/sha}"
##
## [[6]][[13]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/india_trains/git/refs{/sha}"
##
## [[6]][[13]]$trees_url
## [1] "https://api.github.com/repos/masalmon/india_trains/git/trees{/sha}"
##
## [[6]][[13]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/india_trains/statuses/{sha}"
##
## [[6]][[13]]$languages_url
## [1] "https://api.github.com/repos/masalmon/india_trains/languages"
##
## [[6]][[13]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/india_trains/stargazers"
##
## [[6]][[13]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/india_trains/contributors"
##
## [[6]][[13]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/india_trains/subscribers"
##
## [[6]][[13]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/india_trains/subscription"
##
## [[6]][[13]]$commits_url
## [1] "https://api.github.com/repos/masalmon/india_trains/commits{/sha}"
##
## [[6]][[13]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/india_trains/git/commits{/sha}"
##
## [[6]][[13]]$comments_url
## [1] "https://api.github.com/repos/masalmon/india_trains/comments{/number}"
##
## [[6]][[13]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/india_trains/issues/comments{/number}"
##
## [[6]][[13]]$contents_url
## [1] "https://api.github.com/repos/masalmon/india_trains/contents/{+path}"
##
## [[6]][[13]]$compare_url
## [1] "https://api.github.com/repos/masalmon/india_trains/compare/{base}...{head}"
##
## [[6]][[13]]$merges_url
## [1] "https://api.github.com/repos/masalmon/india_trains/merges"
##
## [[6]][[13]]$archive_url
## [1] "https://api.github.com/repos/masalmon/india_trains/{archive_format}{/ref}"
##
## [[6]][[13]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/india_trains/downloads"
##
## [[6]][[13]]$issues_url
## [1] "https://api.github.com/repos/masalmon/india_trains/issues{/number}"
##
## [[6]][[13]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/india_trains/pulls{/number}"
##
## [[6]][[13]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/india_trains/milestones{/number}"
##
## [[6]][[13]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/india_trains/notifications{?since,all,participating}"
##
## [[6]][[13]]$labels_url
## [1] "https://api.github.com/repos/masalmon/india_trains/labels{/name}"
##
## [[6]][[13]]$releases_url
## [1] "https://api.github.com/repos/masalmon/india_trains/releases{/id}"
##
## [[6]][[13]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/india_trains/deployments"
##
## [[6]][[13]]$created_at
## [1] "2016-02-15T10:28:35Z"
##
## [[6]][[13]]$updated_at
## [1] "2016-10-15T22:26:25Z"
##
## [[6]][[13]]$pushed_at
## [1] "2016-10-16T12:01:06Z"
##
## [[6]][[13]]$git_url
## [1] "git://github.com/masalmon/india_trains.git"
##
## [[6]][[13]]$ssh_url
## [1] "git@github.com:masalmon/india_trains.git"
##
## [[6]][[13]]$clone_url
## [1] "https://github.com/masalmon/india_trains.git"
##
## [[6]][[13]]$svn_url
## [1] "https://github.com/masalmon/india_trains"
##
## [[6]][[13]]$homepage
## [1] ""
##
## [[6]][[13]]$size
## [1] 6426
##
## [[6]][[13]]$stargazers_count
## [1] 2
##
## [[6]][[13]]$watchers_count
## [1] 2
##
## [[6]][[13]]$language
## [1] "R"
##
## [[6]][[13]]$has_issues
## [1] TRUE
##
## [[6]][[13]]$has_downloads
## [1] TRUE
##
## [[6]][[13]]$has_wiki
## [1] TRUE
##
## [[6]][[13]]$has_pages
## [1] FALSE
##
## [[6]][[13]]$forks_count
## [1] 1
##
## [[6]][[13]]$mirror_url
## NULL
##
## [[6]][[13]]$open_issues_count
## [1] 0
##
## [[6]][[13]]$forks
## [1] 1
##
## [[6]][[13]]$open_issues
## [1] 0
##
## [[6]][[13]]$watchers
## [1] 2
##
## [[6]][[13]]$default_branch
## [1] "master"
##
##
## [[6]][[14]]
## [[6]][[14]]$id
## [1] 54842683
##
## [[6]][[14]]$name
## [1] "janeausten"
##
## [[6]][[14]]$full_name
## [1] "masalmon/janeausten"
##
## [[6]][[14]]$owner
## [[6]][[14]]$owner$login
## [1] "masalmon"
##
## [[6]][[14]]$owner$id
## [1] 8360597
##
## [[6]][[14]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[14]]$owner$gravatar_id
## [1] ""
##
## [[6]][[14]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[14]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[14]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[14]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[14]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[14]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[14]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[14]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[14]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[14]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[14]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[14]]$owner$type
## [1] "User"
##
## [[6]][[14]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[14]]$private
## [1] FALSE
##
## [[6]][[14]]$html_url
## [1] "https://github.com/masalmon/janeausten"
##
## [[6]][[14]]$description
## [1] ":earth_americas: A small analysis using https://github.com/juliasilge/janeaustenr and Named Entity Recognition :earth_americas:"
##
## [[6]][[14]]$fork
## [1] FALSE
##
## [[6]][[14]]$url
## [1] "https://api.github.com/repos/masalmon/janeausten"
##
## [[6]][[14]]$forks_url
## [1] "https://api.github.com/repos/masalmon/janeausten/forks"
##
## [[6]][[14]]$keys_url
## [1] "https://api.github.com/repos/masalmon/janeausten/keys{/key_id}"
##
## [[6]][[14]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/janeausten/collaborators{/collaborator}"
##
## [[6]][[14]]$teams_url
## [1] "https://api.github.com/repos/masalmon/janeausten/teams"
##
## [[6]][[14]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/janeausten/hooks"
##
## [[6]][[14]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/janeausten/issues/events{/number}"
##
## [[6]][[14]]$events_url
## [1] "https://api.github.com/repos/masalmon/janeausten/events"
##
## [[6]][[14]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/janeausten/assignees{/user}"
##
## [[6]][[14]]$branches_url
## [1] "https://api.github.com/repos/masalmon/janeausten/branches{/branch}"
##
## [[6]][[14]]$tags_url
## [1] "https://api.github.com/repos/masalmon/janeausten/tags"
##
## [[6]][[14]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/janeausten/git/blobs{/sha}"
##
## [[6]][[14]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/janeausten/git/tags{/sha}"
##
## [[6]][[14]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/janeausten/git/refs{/sha}"
##
## [[6]][[14]]$trees_url
## [1] "https://api.github.com/repos/masalmon/janeausten/git/trees{/sha}"
##
## [[6]][[14]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/janeausten/statuses/{sha}"
##
## [[6]][[14]]$languages_url
## [1] "https://api.github.com/repos/masalmon/janeausten/languages"
##
## [[6]][[14]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/janeausten/stargazers"
##
## [[6]][[14]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/janeausten/contributors"
##
## [[6]][[14]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/janeausten/subscribers"
##
## [[6]][[14]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/janeausten/subscription"
##
## [[6]][[14]]$commits_url
## [1] "https://api.github.com/repos/masalmon/janeausten/commits{/sha}"
##
## [[6]][[14]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/janeausten/git/commits{/sha}"
##
## [[6]][[14]]$comments_url
## [1] "https://api.github.com/repos/masalmon/janeausten/comments{/number}"
##
## [[6]][[14]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/janeausten/issues/comments{/number}"
##
## [[6]][[14]]$contents_url
## [1] "https://api.github.com/repos/masalmon/janeausten/contents/{+path}"
##
## [[6]][[14]]$compare_url
## [1] "https://api.github.com/repos/masalmon/janeausten/compare/{base}...{head}"
##
## [[6]][[14]]$merges_url
## [1] "https://api.github.com/repos/masalmon/janeausten/merges"
##
## [[6]][[14]]$archive_url
## [1] "https://api.github.com/repos/masalmon/janeausten/{archive_format}{/ref}"
##
## [[6]][[14]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/janeausten/downloads"
##
## [[6]][[14]]$issues_url
## [1] "https://api.github.com/repos/masalmon/janeausten/issues{/number}"
##
## [[6]][[14]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/janeausten/pulls{/number}"
##
## [[6]][[14]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/janeausten/milestones{/number}"
##
## [[6]][[14]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/janeausten/notifications{?since,all,participating}"
##
## [[6]][[14]]$labels_url
## [1] "https://api.github.com/repos/masalmon/janeausten/labels{/name}"
##
## [[6]][[14]]$releases_url
## [1] "https://api.github.com/repos/masalmon/janeausten/releases{/id}"
##
## [[6]][[14]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/janeausten/deployments"
##
## [[6]][[14]]$created_at
## [1] "2016-03-27T18:37:28Z"
##
## [[6]][[14]]$updated_at
## [1] "2016-08-30T11:23:12Z"
##
## [[6]][[14]]$pushed_at
## [1] "2016-03-27T19:09:35Z"
##
## [[6]][[14]]$git_url
## [1] "git://github.com/masalmon/janeausten.git"
##
## [[6]][[14]]$ssh_url
## [1] "git@github.com:masalmon/janeausten.git"
##
## [[6]][[14]]$clone_url
## [1] "https://github.com/masalmon/janeausten.git"
##
## [[6]][[14]]$svn_url
## [1] "https://github.com/masalmon/janeausten"
##
## [[6]][[14]]$homepage
## [1] ""
##
## [[6]][[14]]$size
## [1] 146
##
## [[6]][[14]]$stargazers_count
## [1] 1
##
## [[6]][[14]]$watchers_count
## [1] 1
##
## [[6]][[14]]$language
## [1] "R"
##
## [[6]][[14]]$has_issues
## [1] TRUE
##
## [[6]][[14]]$has_downloads
## [1] TRUE
##
## [[6]][[14]]$has_wiki
## [1] TRUE
##
## [[6]][[14]]$has_pages
## [1] FALSE
##
## [[6]][[14]]$forks_count
## [1] 0
##
## [[6]][[14]]$mirror_url
## NULL
##
## [[6]][[14]]$open_issues_count
## [1] 0
##
## [[6]][[14]]$forks
## [1] 0
##
## [[6]][[14]]$open_issues
## [1] 0
##
## [[6]][[14]]$watchers
## [1] 1
##
## [[6]][[14]]$default_branch
## [1] "master"
##
##
## [[6]][[15]]
## [[6]][[15]]$id
## [1] 71770057
##
## [[6]][[15]]$name
## [1] "jss_genderizer"
##
## [[6]][[15]]$full_name
## [1] "masalmon/jss_genderizer"
##
## [[6]][[15]]$owner
## [[6]][[15]]$owner$login
## [1] "masalmon"
##
## [[6]][[15]]$owner$id
## [1] 8360597
##
## [[6]][[15]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[15]]$owner$gravatar_id
## [1] ""
##
## [[6]][[15]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[15]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[15]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[15]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[15]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[15]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[15]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[15]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[15]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[15]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[15]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[15]]$owner$type
## [1] "User"
##
## [[6]][[15]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[15]]$private
## [1] FALSE
##
## [[6]][[15]]$html_url
## [1] "https://github.com/masalmon/jss_genderizer"
##
## [[6]][[15]]$description
## [1] "Using genderizeR on authors of JSS papers"
##
## [[6]][[15]]$fork
## [1] FALSE
##
## [[6]][[15]]$url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer"
##
## [[6]][[15]]$forks_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/forks"
##
## [[6]][[15]]$keys_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/keys{/key_id}"
##
## [[6]][[15]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/collaborators{/collaborator}"
##
## [[6]][[15]]$teams_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/teams"
##
## [[6]][[15]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/hooks"
##
## [[6]][[15]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/issues/events{/number}"
##
## [[6]][[15]]$events_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/events"
##
## [[6]][[15]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/assignees{/user}"
##
## [[6]][[15]]$branches_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/branches{/branch}"
##
## [[6]][[15]]$tags_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/tags"
##
## [[6]][[15]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/git/blobs{/sha}"
##
## [[6]][[15]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/git/tags{/sha}"
##
## [[6]][[15]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/git/refs{/sha}"
##
## [[6]][[15]]$trees_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/git/trees{/sha}"
##
## [[6]][[15]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/statuses/{sha}"
##
## [[6]][[15]]$languages_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/languages"
##
## [[6]][[15]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/stargazers"
##
## [[6]][[15]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/contributors"
##
## [[6]][[15]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/subscribers"
##
## [[6]][[15]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/subscription"
##
## [[6]][[15]]$commits_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/commits{/sha}"
##
## [[6]][[15]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/git/commits{/sha}"
##
## [[6]][[15]]$comments_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/comments{/number}"
##
## [[6]][[15]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/issues/comments{/number}"
##
## [[6]][[15]]$contents_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/contents/{+path}"
##
## [[6]][[15]]$compare_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/compare/{base}...{head}"
##
## [[6]][[15]]$merges_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/merges"
##
## [[6]][[15]]$archive_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/{archive_format}{/ref}"
##
## [[6]][[15]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/downloads"
##
## [[6]][[15]]$issues_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/issues{/number}"
##
## [[6]][[15]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/pulls{/number}"
##
## [[6]][[15]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/milestones{/number}"
##
## [[6]][[15]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/notifications{?since,all,participating}"
##
## [[6]][[15]]$labels_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/labels{/name}"
##
## [[6]][[15]]$releases_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/releases{/id}"
##
## [[6]][[15]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/jss_genderizer/deployments"
##
## [[6]][[15]]$created_at
## [1] "2016-10-24T08:52:01Z"
##
## [[6]][[15]]$updated_at
## [1] "2016-10-24T11:00:47Z"
##
## [[6]][[15]]$pushed_at
## [1] "2016-10-24T19:29:48Z"
##
## [[6]][[15]]$git_url
## [1] "git://github.com/masalmon/jss_genderizer.git"
##
## [[6]][[15]]$ssh_url
## [1] "git@github.com:masalmon/jss_genderizer.git"
##
## [[6]][[15]]$clone_url
## [1] "https://github.com/masalmon/jss_genderizer.git"
##
## [[6]][[15]]$svn_url
## [1] "https://github.com/masalmon/jss_genderizer"
##
## [[6]][[15]]$homepage
## NULL
##
## [[6]][[15]]$size
## [1] 140
##
## [[6]][[15]]$stargazers_count
## [1] 1
##
## [[6]][[15]]$watchers_count
## [1] 1
##
## [[6]][[15]]$language
## [1] "R"
##
## [[6]][[15]]$has_issues
## [1] TRUE
##
## [[6]][[15]]$has_downloads
## [1] TRUE
##
## [[6]][[15]]$has_wiki
## [1] TRUE
##
## [[6]][[15]]$has_pages
## [1] FALSE
##
## [[6]][[15]]$forks_count
## [1] 0
##
## [[6]][[15]]$mirror_url
## NULL
##
## [[6]][[15]]$open_issues_count
## [1] 0
##
## [[6]][[15]]$forks
## [1] 0
##
## [[6]][[15]]$open_issues
## [1] 0
##
## [[6]][[15]]$watchers
## [1] 1
##
## [[6]][[15]]$default_branch
## [1] "master"
##
##
## [[6]][[16]]
## [[6]][[16]]$id
## [1] 58225930
##
## [[6]][[16]]$name
## [1] "kervillebourg"
##
## [[6]][[16]]$full_name
## [1] "masalmon/kervillebourg"
##
## [[6]][[16]]$owner
## [[6]][[16]]$owner$login
## [1] "masalmon"
##
## [[6]][[16]]$owner$id
## [1] 8360597
##
## [[6]][[16]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[16]]$owner$gravatar_id
## [1] ""
##
## [[6]][[16]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[16]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[16]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[16]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[16]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[16]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[16]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[16]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[16]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[16]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[16]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[16]]$owner$type
## [1] "User"
##
## [[6]][[16]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[16]]$private
## [1] FALSE
##
## [[6]][[16]]$html_url
## [1] "https://github.com/masalmon/kervillebourg"
##
## [[6]][[16]]$description
## [1] "Visualizing names of French villages (communes, métropole only)"
##
## [[6]][[16]]$fork
## [1] FALSE
##
## [[6]][[16]]$url
## [1] "https://api.github.com/repos/masalmon/kervillebourg"
##
## [[6]][[16]]$forks_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/forks"
##
## [[6]][[16]]$keys_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/keys{/key_id}"
##
## [[6]][[16]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/collaborators{/collaborator}"
##
## [[6]][[16]]$teams_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/teams"
##
## [[6]][[16]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/hooks"
##
## [[6]][[16]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/issues/events{/number}"
##
## [[6]][[16]]$events_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/events"
##
## [[6]][[16]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/assignees{/user}"
##
## [[6]][[16]]$branches_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/branches{/branch}"
##
## [[6]][[16]]$tags_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/tags"
##
## [[6]][[16]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/git/blobs{/sha}"
##
## [[6]][[16]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/git/tags{/sha}"
##
## [[6]][[16]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/git/refs{/sha}"
##
## [[6]][[16]]$trees_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/git/trees{/sha}"
##
## [[6]][[16]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/statuses/{sha}"
##
## [[6]][[16]]$languages_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/languages"
##
## [[6]][[16]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/stargazers"
##
## [[6]][[16]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/contributors"
##
## [[6]][[16]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/subscribers"
##
## [[6]][[16]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/subscription"
##
## [[6]][[16]]$commits_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/commits{/sha}"
##
## [[6]][[16]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/git/commits{/sha}"
##
## [[6]][[16]]$comments_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/comments{/number}"
##
## [[6]][[16]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/issues/comments{/number}"
##
## [[6]][[16]]$contents_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/contents/{+path}"
##
## [[6]][[16]]$compare_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/compare/{base}...{head}"
##
## [[6]][[16]]$merges_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/merges"
##
## [[6]][[16]]$archive_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/{archive_format}{/ref}"
##
## [[6]][[16]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/downloads"
##
## [[6]][[16]]$issues_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/issues{/number}"
##
## [[6]][[16]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/pulls{/number}"
##
## [[6]][[16]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/milestones{/number}"
##
## [[6]][[16]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/notifications{?since,all,participating}"
##
## [[6]][[16]]$labels_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/labels{/name}"
##
## [[6]][[16]]$releases_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/releases{/id}"
##
## [[6]][[16]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/kervillebourg/deployments"
##
## [[6]][[16]]$created_at
## [1] "2016-05-06T18:07:52Z"
##
## [[6]][[16]]$updated_at
## [1] "2016-05-06T18:07:52Z"
##
## [[6]][[16]]$pushed_at
## [1] "2016-05-06T18:54:25Z"
##
## [[6]][[16]]$git_url
## [1] "git://github.com/masalmon/kervillebourg.git"
##
## [[6]][[16]]$ssh_url
## [1] "git@github.com:masalmon/kervillebourg.git"
##
## [[6]][[16]]$clone_url
## [1] "https://github.com/masalmon/kervillebourg.git"
##
## [[6]][[16]]$svn_url
## [1] "https://github.com/masalmon/kervillebourg"
##
## [[6]][[16]]$homepage
## NULL
##
## [[6]][[16]]$size
## [1] 8088
##
## [[6]][[16]]$stargazers_count
## [1] 0
##
## [[6]][[16]]$watchers_count
## [1] 0
##
## [[6]][[16]]$language
## NULL
##
## [[6]][[16]]$has_issues
## [1] TRUE
##
## [[6]][[16]]$has_downloads
## [1] TRUE
##
## [[6]][[16]]$has_wiki
## [1] TRUE
##
## [[6]][[16]]$has_pages
## [1] FALSE
##
## [[6]][[16]]$forks_count
## [1] 0
##
## [[6]][[16]]$mirror_url
## NULL
##
## [[6]][[16]]$open_issues_count
## [1] 0
##
## [[6]][[16]]$forks
## [1] 0
##
## [[6]][[16]]$open_issues
## [1] 0
##
## [[6]][[16]]$watchers
## [1] 0
##
## [[6]][[16]]$default_branch
## [1] "master"
##
##
## [[6]][[17]]
## [[6]][[17]]$id
## [1] 64486391
##
## [[6]][[17]]$name
## [1] "laads"
##
## [[6]][[17]]$full_name
## [1] "masalmon/laads"
##
## [[6]][[17]]$owner
## [[6]][[17]]$owner$login
## [1] "masalmon"
##
## [[6]][[17]]$owner$id
## [1] 8360597
##
## [[6]][[17]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[17]]$owner$gravatar_id
## [1] ""
##
## [[6]][[17]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[17]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[17]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[17]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[17]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[17]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[17]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[17]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[17]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[17]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[17]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[17]]$owner$type
## [1] "User"
##
## [[6]][[17]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[17]]$private
## [1] FALSE
##
## [[6]][[17]]$html_url
## [1] "https://github.com/masalmon/laads"
##
## [[6]][[17]]$description
## [1] ":rocket: R Package for the NASA API of MODIS Level 1 and Atmosphere data products :rocket:"
##
## [[6]][[17]]$fork
## [1] FALSE
##
## [[6]][[17]]$url
## [1] "https://api.github.com/repos/masalmon/laads"
##
## [[6]][[17]]$forks_url
## [1] "https://api.github.com/repos/masalmon/laads/forks"
##
## [[6]][[17]]$keys_url
## [1] "https://api.github.com/repos/masalmon/laads/keys{/key_id}"
##
## [[6]][[17]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/laads/collaborators{/collaborator}"
##
## [[6]][[17]]$teams_url
## [1] "https://api.github.com/repos/masalmon/laads/teams"
##
## [[6]][[17]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/laads/hooks"
##
## [[6]][[17]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/laads/issues/events{/number}"
##
## [[6]][[17]]$events_url
## [1] "https://api.github.com/repos/masalmon/laads/events"
##
## [[6]][[17]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/laads/assignees{/user}"
##
## [[6]][[17]]$branches_url
## [1] "https://api.github.com/repos/masalmon/laads/branches{/branch}"
##
## [[6]][[17]]$tags_url
## [1] "https://api.github.com/repos/masalmon/laads/tags"
##
## [[6]][[17]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/laads/git/blobs{/sha}"
##
## [[6]][[17]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/laads/git/tags{/sha}"
##
## [[6]][[17]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/laads/git/refs{/sha}"
##
## [[6]][[17]]$trees_url
## [1] "https://api.github.com/repos/masalmon/laads/git/trees{/sha}"
##
## [[6]][[17]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/laads/statuses/{sha}"
##
## [[6]][[17]]$languages_url
## [1] "https://api.github.com/repos/masalmon/laads/languages"
##
## [[6]][[17]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/laads/stargazers"
##
## [[6]][[17]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/laads/contributors"
##
## [[6]][[17]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/laads/subscribers"
##
## [[6]][[17]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/laads/subscription"
##
## [[6]][[17]]$commits_url
## [1] "https://api.github.com/repos/masalmon/laads/commits{/sha}"
##
## [[6]][[17]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/laads/git/commits{/sha}"
##
## [[6]][[17]]$comments_url
## [1] "https://api.github.com/repos/masalmon/laads/comments{/number}"
##
## [[6]][[17]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/laads/issues/comments{/number}"
##
## [[6]][[17]]$contents_url
## [1] "https://api.github.com/repos/masalmon/laads/contents/{+path}"
##
## [[6]][[17]]$compare_url
## [1] "https://api.github.com/repos/masalmon/laads/compare/{base}...{head}"
##
## [[6]][[17]]$merges_url
## [1] "https://api.github.com/repos/masalmon/laads/merges"
##
## [[6]][[17]]$archive_url
## [1] "https://api.github.com/repos/masalmon/laads/{archive_format}{/ref}"
##
## [[6]][[17]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/laads/downloads"
##
## [[6]][[17]]$issues_url
## [1] "https://api.github.com/repos/masalmon/laads/issues{/number}"
##
## [[6]][[17]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/laads/pulls{/number}"
##
## [[6]][[17]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/laads/milestones{/number}"
##
## [[6]][[17]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/laads/notifications{?since,all,participating}"
##
## [[6]][[17]]$labels_url
## [1] "https://api.github.com/repos/masalmon/laads/labels{/name}"
##
## [[6]][[17]]$releases_url
## [1] "https://api.github.com/repos/masalmon/laads/releases{/id}"
##
## [[6]][[17]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/laads/deployments"
##
## [[6]][[17]]$created_at
## [1] "2016-07-29T14:21:14Z"
##
## [[6]][[17]]$updated_at
## [1] "2016-09-26T18:35:11Z"
##
## [[6]][[17]]$pushed_at
## [1] "2016-08-01T10:56:54Z"
##
## [[6]][[17]]$git_url
## [1] "git://github.com/masalmon/laads.git"
##
## [[6]][[17]]$ssh_url
## [1] "git@github.com:masalmon/laads.git"
##
## [[6]][[17]]$clone_url
## [1] "https://github.com/masalmon/laads.git"
##
## [[6]][[17]]$svn_url
## [1] "https://github.com/masalmon/laads"
##
## [[6]][[17]]$homepage
## [1] ""
##
## [[6]][[17]]$size
## [1] 45
##
## [[6]][[17]]$stargazers_count
## [1] 8
##
## [[6]][[17]]$watchers_count
## [1] 8
##
## [[6]][[17]]$language
## [1] "R"
##
## [[6]][[17]]$has_issues
## [1] TRUE
##
## [[6]][[17]]$has_downloads
## [1] TRUE
##
## [[6]][[17]]$has_wiki
## [1] TRUE
##
## [[6]][[17]]$has_pages
## [1] FALSE
##
## [[6]][[17]]$forks_count
## [1] 1
##
## [[6]][[17]]$mirror_url
## NULL
##
## [[6]][[17]]$open_issues_count
## [1] 4
##
## [[6]][[17]]$forks
## [1] 1
##
## [[6]][[17]]$open_issues
## [1] 4
##
## [[6]][[17]]$watchers
## [1] 8
##
## [[6]][[17]]$default_branch
## [1] "master"
##
##
## [[6]][[18]]
## [[6]][[18]]$id
## [1] 53740103
##
## [[6]][[18]]$name
## [1] "masalmon.github.io"
##
## [[6]][[18]]$full_name
## [1] "masalmon/masalmon.github.io"
##
## [[6]][[18]]$owner
## [[6]][[18]]$owner$login
## [1] "masalmon"
##
## [[6]][[18]]$owner$id
## [1] 8360597
##
## [[6]][[18]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[18]]$owner$gravatar_id
## [1] ""
##
## [[6]][[18]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[18]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[18]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[18]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[18]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[18]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[18]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[18]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[18]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[18]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[18]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[18]]$owner$type
## [1] "User"
##
## [[6]][[18]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[18]]$private
## [1] FALSE
##
## [[6]][[18]]$html_url
## [1] "https://github.com/masalmon/masalmon.github.io"
##
## [[6]][[18]]$description
## [1] "Code for my website"
##
## [[6]][[18]]$fork
## [1] FALSE
##
## [[6]][[18]]$url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io"
##
## [[6]][[18]]$forks_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/forks"
##
## [[6]][[18]]$keys_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/keys{/key_id}"
##
## [[6]][[18]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/collaborators{/collaborator}"
##
## [[6]][[18]]$teams_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/teams"
##
## [[6]][[18]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/hooks"
##
## [[6]][[18]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/issues/events{/number}"
##
## [[6]][[18]]$events_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/events"
##
## [[6]][[18]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/assignees{/user}"
##
## [[6]][[18]]$branches_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/branches{/branch}"
##
## [[6]][[18]]$tags_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/tags"
##
## [[6]][[18]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/git/blobs{/sha}"
##
## [[6]][[18]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/git/tags{/sha}"
##
## [[6]][[18]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/git/refs{/sha}"
##
## [[6]][[18]]$trees_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/git/trees{/sha}"
##
## [[6]][[18]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/statuses/{sha}"
##
## [[6]][[18]]$languages_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/languages"
##
## [[6]][[18]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/stargazers"
##
## [[6]][[18]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/contributors"
##
## [[6]][[18]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/subscribers"
##
## [[6]][[18]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/subscription"
##
## [[6]][[18]]$commits_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/commits{/sha}"
##
## [[6]][[18]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/git/commits{/sha}"
##
## [[6]][[18]]$comments_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/comments{/number}"
##
## [[6]][[18]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/issues/comments{/number}"
##
## [[6]][[18]]$contents_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/contents/{+path}"
##
## [[6]][[18]]$compare_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/compare/{base}...{head}"
##
## [[6]][[18]]$merges_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/merges"
##
## [[6]][[18]]$archive_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/{archive_format}{/ref}"
##
## [[6]][[18]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/downloads"
##
## [[6]][[18]]$issues_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/issues{/number}"
##
## [[6]][[18]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/pulls{/number}"
##
## [[6]][[18]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/milestones{/number}"
##
## [[6]][[18]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/notifications{?since,all,participating}"
##
## [[6]][[18]]$labels_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/labels{/name}"
##
## [[6]][[18]]$releases_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/releases{/id}"
##
## [[6]][[18]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/masalmon.github.io/deployments"
##
## [[6]][[18]]$created_at
## [1] "2016-03-12T16:00:18Z"
##
## [[6]][[18]]$updated_at
## [1] "2016-09-24T12:34:48Z"
##
## [[6]][[18]]$pushed_at
## [1] "2016-10-16T11:56:47Z"
##
## [[6]][[18]]$git_url
## [1] "git://github.com/masalmon/masalmon.github.io.git"
##
## [[6]][[18]]$ssh_url
## [1] "git@github.com:masalmon/masalmon.github.io.git"
##
## [[6]][[18]]$clone_url
## [1] "https://github.com/masalmon/masalmon.github.io.git"
##
## [[6]][[18]]$svn_url
## [1] "https://github.com/masalmon/masalmon.github.io"
##
## [[6]][[18]]$homepage
## [1] "http://masalmon.github.io/"
##
## [[6]][[18]]$size
## [1] 4757
##
## [[6]][[18]]$stargazers_count
## [1] 0
##
## [[6]][[18]]$watchers_count
## [1] 0
##
## [[6]][[18]]$language
## [1] "HTML"
##
## [[6]][[18]]$has_issues
## [1] TRUE
##
## [[6]][[18]]$has_downloads
## [1] TRUE
##
## [[6]][[18]]$has_wiki
## [1] TRUE
##
## [[6]][[18]]$has_pages
## [1] TRUE
##
## [[6]][[18]]$forks_count
## [1] 0
##
## [[6]][[18]]$mirror_url
## NULL
##
## [[6]][[18]]$open_issues_count
## [1] 0
##
## [[6]][[18]]$forks
## [1] 0
##
## [[6]][[18]]$open_issues
## [1] 0
##
## [[6]][[18]]$watchers
## [1] 0
##
## [[6]][[18]]$default_branch
## [1] "master"
##
##
## [[6]][[19]]
## [[6]][[19]]$id
## [1] 63962575
##
## [[6]][[19]]$name
## [1] "onboarding"
##
## [[6]][[19]]$full_name
## [1] "masalmon/onboarding"
##
## [[6]][[19]]$owner
## [[6]][[19]]$owner$login
## [1] "masalmon"
##
## [[6]][[19]]$owner$id
## [1] 8360597
##
## [[6]][[19]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[19]]$owner$gravatar_id
## [1] ""
##
## [[6]][[19]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[19]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[19]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[19]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[19]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[19]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[19]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[19]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[19]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[19]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[19]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[19]]$owner$type
## [1] "User"
##
## [[6]][[19]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[19]]$private
## [1] FALSE
##
## [[6]][[19]]$html_url
## [1] "https://github.com/masalmon/onboarding"
##
## [[6]][[19]]$description
## [1] "rOpenSci Onboarding"
##
## [[6]][[19]]$fork
## [1] TRUE
##
## [[6]][[19]]$url
## [1] "https://api.github.com/repos/masalmon/onboarding"
##
## [[6]][[19]]$forks_url
## [1] "https://api.github.com/repos/masalmon/onboarding/forks"
##
## [[6]][[19]]$keys_url
## [1] "https://api.github.com/repos/masalmon/onboarding/keys{/key_id}"
##
## [[6]][[19]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/onboarding/collaborators{/collaborator}"
##
## [[6]][[19]]$teams_url
## [1] "https://api.github.com/repos/masalmon/onboarding/teams"
##
## [[6]][[19]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/onboarding/hooks"
##
## [[6]][[19]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/onboarding/issues/events{/number}"
##
## [[6]][[19]]$events_url
## [1] "https://api.github.com/repos/masalmon/onboarding/events"
##
## [[6]][[19]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/onboarding/assignees{/user}"
##
## [[6]][[19]]$branches_url
## [1] "https://api.github.com/repos/masalmon/onboarding/branches{/branch}"
##
## [[6]][[19]]$tags_url
## [1] "https://api.github.com/repos/masalmon/onboarding/tags"
##
## [[6]][[19]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/onboarding/git/blobs{/sha}"
##
## [[6]][[19]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/onboarding/git/tags{/sha}"
##
## [[6]][[19]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/onboarding/git/refs{/sha}"
##
## [[6]][[19]]$trees_url
## [1] "https://api.github.com/repos/masalmon/onboarding/git/trees{/sha}"
##
## [[6]][[19]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/onboarding/statuses/{sha}"
##
## [[6]][[19]]$languages_url
## [1] "https://api.github.com/repos/masalmon/onboarding/languages"
##
## [[6]][[19]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/onboarding/stargazers"
##
## [[6]][[19]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/onboarding/contributors"
##
## [[6]][[19]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/onboarding/subscribers"
##
## [[6]][[19]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/onboarding/subscription"
##
## [[6]][[19]]$commits_url
## [1] "https://api.github.com/repos/masalmon/onboarding/commits{/sha}"
##
## [[6]][[19]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/onboarding/git/commits{/sha}"
##
## [[6]][[19]]$comments_url
## [1] "https://api.github.com/repos/masalmon/onboarding/comments{/number}"
##
## [[6]][[19]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/onboarding/issues/comments{/number}"
##
## [[6]][[19]]$contents_url
## [1] "https://api.github.com/repos/masalmon/onboarding/contents/{+path}"
##
## [[6]][[19]]$compare_url
## [1] "https://api.github.com/repos/masalmon/onboarding/compare/{base}...{head}"
##
## [[6]][[19]]$merges_url
## [1] "https://api.github.com/repos/masalmon/onboarding/merges"
##
## [[6]][[19]]$archive_url
## [1] "https://api.github.com/repos/masalmon/onboarding/{archive_format}{/ref}"
##
## [[6]][[19]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/onboarding/downloads"
##
## [[6]][[19]]$issues_url
## [1] "https://api.github.com/repos/masalmon/onboarding/issues{/number}"
##
## [[6]][[19]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/onboarding/pulls{/number}"
##
## [[6]][[19]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/onboarding/milestones{/number}"
##
## [[6]][[19]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/onboarding/notifications{?since,all,participating}"
##
## [[6]][[19]]$labels_url
## [1] "https://api.github.com/repos/masalmon/onboarding/labels{/name}"
##
## [[6]][[19]]$releases_url
## [1] "https://api.github.com/repos/masalmon/onboarding/releases{/id}"
##
## [[6]][[19]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/onboarding/deployments"
##
## [[6]][[19]]$created_at
## [1] "2016-07-22T15:09:59Z"
##
## [[6]][[19]]$updated_at
## [1] "2016-07-20T14:00:31Z"
##
## [[6]][[19]]$pushed_at
## [1] "2016-07-22T15:17:10Z"
##
## [[6]][[19]]$git_url
## [1] "git://github.com/masalmon/onboarding.git"
##
## [[6]][[19]]$ssh_url
## [1] "git@github.com:masalmon/onboarding.git"
##
## [[6]][[19]]$clone_url
## [1] "https://github.com/masalmon/onboarding.git"
##
## [[6]][[19]]$svn_url
## [1] "https://github.com/masalmon/onboarding"
##
## [[6]][[19]]$homepage
## [1] ""
##
## [[6]][[19]]$size
## [1] 68
##
## [[6]][[19]]$stargazers_count
## [1] 0
##
## [[6]][[19]]$watchers_count
## [1] 0
##
## [[6]][[19]]$language
## NULL
##
## [[6]][[19]]$has_issues
## [1] FALSE
##
## [[6]][[19]]$has_downloads
## [1] TRUE
##
## [[6]][[19]]$has_wiki
## [1] TRUE
##
## [[6]][[19]]$has_pages
## [1] FALSE
##
## [[6]][[19]]$forks_count
## [1] 0
##
## [[6]][[19]]$mirror_url
## NULL
##
## [[6]][[19]]$open_issues_count
## [1] 0
##
## [[6]][[19]]$forks
## [1] 0
##
## [[6]][[19]]$open_issues
## [1] 0
##
## [[6]][[19]]$watchers
## [1] 0
##
## [[6]][[19]]$default_branch
## [1] "master"
##
##
## [[6]][[20]]
## [[6]][[20]]$id
## [1] 55397541
##
## [[6]][[20]]$name
## [1] "openaq_figures"
##
## [[6]][[20]]$full_name
## [1] "masalmon/openaq_figures"
##
## [[6]][[20]]$owner
## [[6]][[20]]$owner$login
## [1] "masalmon"
##
## [[6]][[20]]$owner$id
## [1] 8360597
##
## [[6]][[20]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[20]]$owner$gravatar_id
## [1] ""
##
## [[6]][[20]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[20]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[20]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[20]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[20]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[20]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[20]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[20]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[20]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[20]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[20]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[20]]$owner$type
## [1] "User"
##
## [[6]][[20]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[20]]$private
## [1] FALSE
##
## [[6]][[20]]$html_url
## [1] "https://github.com/masalmon/openaq_figures"
##
## [[6]][[20]]$description
## [1] ":mask: some figures about OpenAQ growth :mask:"
##
## [[6]][[20]]$fork
## [1] FALSE
##
## [[6]][[20]]$url
## [1] "https://api.github.com/repos/masalmon/openaq_figures"
##
## [[6]][[20]]$forks_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/forks"
##
## [[6]][[20]]$keys_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/keys{/key_id}"
##
## [[6]][[20]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/collaborators{/collaborator}"
##
## [[6]][[20]]$teams_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/teams"
##
## [[6]][[20]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/hooks"
##
## [[6]][[20]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/issues/events{/number}"
##
## [[6]][[20]]$events_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/events"
##
## [[6]][[20]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/assignees{/user}"
##
## [[6]][[20]]$branches_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/branches{/branch}"
##
## [[6]][[20]]$tags_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/tags"
##
## [[6]][[20]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/git/blobs{/sha}"
##
## [[6]][[20]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/git/tags{/sha}"
##
## [[6]][[20]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/git/refs{/sha}"
##
## [[6]][[20]]$trees_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/git/trees{/sha}"
##
## [[6]][[20]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/statuses/{sha}"
##
## [[6]][[20]]$languages_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/languages"
##
## [[6]][[20]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/stargazers"
##
## [[6]][[20]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/contributors"
##
## [[6]][[20]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/subscribers"
##
## [[6]][[20]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/subscription"
##
## [[6]][[20]]$commits_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/commits{/sha}"
##
## [[6]][[20]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/git/commits{/sha}"
##
## [[6]][[20]]$comments_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/comments{/number}"
##
## [[6]][[20]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/issues/comments{/number}"
##
## [[6]][[20]]$contents_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/contents/{+path}"
##
## [[6]][[20]]$compare_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/compare/{base}...{head}"
##
## [[6]][[20]]$merges_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/merges"
##
## [[6]][[20]]$archive_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/{archive_format}{/ref}"
##
## [[6]][[20]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/downloads"
##
## [[6]][[20]]$issues_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/issues{/number}"
##
## [[6]][[20]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/pulls{/number}"
##
## [[6]][[20]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/milestones{/number}"
##
## [[6]][[20]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/notifications{?since,all,participating}"
##
## [[6]][[20]]$labels_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/labels{/name}"
##
## [[6]][[20]]$releases_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/releases{/id}"
##
## [[6]][[20]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/openaq_figures/deployments"
##
## [[6]][[20]]$created_at
## [1] "2016-04-04T09:00:14Z"
##
## [[6]][[20]]$updated_at
## [1] "2016-09-08T15:06:01Z"
##
## [[6]][[20]]$pushed_at
## [1] "2016-05-31T10:38:38Z"
##
## [[6]][[20]]$git_url
## [1] "git://github.com/masalmon/openaq_figures.git"
##
## [[6]][[20]]$ssh_url
## [1] "git@github.com:masalmon/openaq_figures.git"
##
## [[6]][[20]]$clone_url
## [1] "https://github.com/masalmon/openaq_figures.git"
##
## [[6]][[20]]$svn_url
## [1] "https://github.com/masalmon/openaq_figures"
##
## [[6]][[20]]$homepage
## [1] ""
##
## [[6]][[20]]$size
## [1] 1948
##
## [[6]][[20]]$stargazers_count
## [1] 1
##
## [[6]][[20]]$watchers_count
## [1] 1
##
## [[6]][[20]]$language
## [1] "HTML"
##
## [[6]][[20]]$has_issues
## [1] TRUE
##
## [[6]][[20]]$has_downloads
## [1] TRUE
##
## [[6]][[20]]$has_wiki
## [1] TRUE
##
## [[6]][[20]]$has_pages
## [1] FALSE
##
## [[6]][[20]]$forks_count
## [1] 0
##
## [[6]][[20]]$mirror_url
## NULL
##
## [[6]][[20]]$open_issues_count
## [1] 2
##
## [[6]][[20]]$forks
## [1] 0
##
## [[6]][[20]]$open_issues
## [1] 2
##
## [[6]][[20]]$watchers
## [1] 1
##
## [[6]][[20]]$default_branch
## [1] "master"
##
##
## [[6]][[21]]
## [[6]][[21]]$id
## [1] 54572308
##
## [[6]][[21]]$name
## [1] "r-appveyor"
##
## [[6]][[21]]$full_name
## [1] "masalmon/r-appveyor"
##
## [[6]][[21]]$owner
## [[6]][[21]]$owner$login
## [1] "masalmon"
##
## [[6]][[21]]$owner$id
## [1] 8360597
##
## [[6]][[21]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[21]]$owner$gravatar_id
## [1] ""
##
## [[6]][[21]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[21]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[21]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[21]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[21]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[21]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[21]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[21]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[21]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[21]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[21]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[21]]$owner$type
## [1] "User"
##
## [[6]][[21]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[21]]$private
## [1] FALSE
##
## [[6]][[21]]$html_url
## [1] "https://github.com/masalmon/r-appveyor"
##
## [[6]][[21]]$description
## [1] "Tools for using R with AppVeyor (http://appveyor.com)"
##
## [[6]][[21]]$fork
## [1] TRUE
##
## [[6]][[21]]$url
## [1] "https://api.github.com/repos/masalmon/r-appveyor"
##
## [[6]][[21]]$forks_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/forks"
##
## [[6]][[21]]$keys_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/keys{/key_id}"
##
## [[6]][[21]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/collaborators{/collaborator}"
##
## [[6]][[21]]$teams_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/teams"
##
## [[6]][[21]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/hooks"
##
## [[6]][[21]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/issues/events{/number}"
##
## [[6]][[21]]$events_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/events"
##
## [[6]][[21]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/assignees{/user}"
##
## [[6]][[21]]$branches_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/branches{/branch}"
##
## [[6]][[21]]$tags_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/tags"
##
## [[6]][[21]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/git/blobs{/sha}"
##
## [[6]][[21]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/git/tags{/sha}"
##
## [[6]][[21]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/git/refs{/sha}"
##
## [[6]][[21]]$trees_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/git/trees{/sha}"
##
## [[6]][[21]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/statuses/{sha}"
##
## [[6]][[21]]$languages_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/languages"
##
## [[6]][[21]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/stargazers"
##
## [[6]][[21]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/contributors"
##
## [[6]][[21]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/subscribers"
##
## [[6]][[21]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/subscription"
##
## [[6]][[21]]$commits_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/commits{/sha}"
##
## [[6]][[21]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/git/commits{/sha}"
##
## [[6]][[21]]$comments_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/comments{/number}"
##
## [[6]][[21]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/issues/comments{/number}"
##
## [[6]][[21]]$contents_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/contents/{+path}"
##
## [[6]][[21]]$compare_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/compare/{base}...{head}"
##
## [[6]][[21]]$merges_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/merges"
##
## [[6]][[21]]$archive_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/{archive_format}{/ref}"
##
## [[6]][[21]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/downloads"
##
## [[6]][[21]]$issues_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/issues{/number}"
##
## [[6]][[21]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/pulls{/number}"
##
## [[6]][[21]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/milestones{/number}"
##
## [[6]][[21]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/notifications{?since,all,participating}"
##
## [[6]][[21]]$labels_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/labels{/name}"
##
## [[6]][[21]]$releases_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/releases{/id}"
##
## [[6]][[21]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/r-appveyor/deployments"
##
## [[6]][[21]]$created_at
## [1] "2016-03-23T15:44:28Z"
##
## [[6]][[21]]$updated_at
## [1] "2016-09-07T10:57:19Z"
##
## [[6]][[21]]$pushed_at
## [1] "2016-09-07T10:57:10Z"
##
## [[6]][[21]]$git_url
## [1] "git://github.com/masalmon/r-appveyor.git"
##
## [[6]][[21]]$ssh_url
## [1] "git@github.com:masalmon/r-appveyor.git"
##
## [[6]][[21]]$clone_url
## [1] "https://github.com/masalmon/r-appveyor.git"
##
## [[6]][[21]]$svn_url
## [1] "https://github.com/masalmon/r-appveyor"
##
## [[6]][[21]]$homepage
## [1] ""
##
## [[6]][[21]]$size
## [1] 305
##
## [[6]][[21]]$stargazers_count
## [1] 0
##
## [[6]][[21]]$watchers_count
## [1] 0
##
## [[6]][[21]]$language
## [1] "Shell"
##
## [[6]][[21]]$has_issues
## [1] FALSE
##
## [[6]][[21]]$has_downloads
## [1] TRUE
##
## [[6]][[21]]$has_wiki
## [1] TRUE
##
## [[6]][[21]]$has_pages
## [1] FALSE
##
## [[6]][[21]]$forks_count
## [1] 0
##
## [[6]][[21]]$mirror_url
## NULL
##
## [[6]][[21]]$open_issues_count
## [1] 0
##
## [[6]][[21]]$forks
## [1] 0
##
## [[6]][[21]]$open_issues
## [1] 0
##
## [[6]][[21]]$watchers
## [1] 0
##
## [[6]][[21]]$default_branch
## [1] "master"
##
##
## [[6]][[22]]
## [[6]][[22]]$id
## [1] 71052784
##
## [[6]][[22]]$name
## [1] "railways"
##
## [[6]][[22]]$full_name
## [1] "masalmon/railways"
##
## [[6]][[22]]$owner
## [[6]][[22]]$owner$login
## [1] "masalmon"
##
## [[6]][[22]]$owner$id
## [1] 8360597
##
## [[6]][[22]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[22]]$owner$gravatar_id
## [1] ""
##
## [[6]][[22]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[22]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[22]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[22]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[22]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[22]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[22]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[22]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[22]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[22]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[22]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[22]]$owner$type
## [1] "User"
##
## [[6]][[22]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[22]]$private
## [1] FALSE
##
## [[6]][[22]]$html_url
## [1] "https://github.com/masalmon/railways"
##
## [[6]][[22]]$description
## [1] "Indian Railways Data"
##
## [[6]][[22]]$fork
## [1] TRUE
##
## [[6]][[22]]$url
## [1] "https://api.github.com/repos/masalmon/railways"
##
## [[6]][[22]]$forks_url
## [1] "https://api.github.com/repos/masalmon/railways/forks"
##
## [[6]][[22]]$keys_url
## [1] "https://api.github.com/repos/masalmon/railways/keys{/key_id}"
##
## [[6]][[22]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/railways/collaborators{/collaborator}"
##
## [[6]][[22]]$teams_url
## [1] "https://api.github.com/repos/masalmon/railways/teams"
##
## [[6]][[22]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/railways/hooks"
##
## [[6]][[22]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/railways/issues/events{/number}"
##
## [[6]][[22]]$events_url
## [1] "https://api.github.com/repos/masalmon/railways/events"
##
## [[6]][[22]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/railways/assignees{/user}"
##
## [[6]][[22]]$branches_url
## [1] "https://api.github.com/repos/masalmon/railways/branches{/branch}"
##
## [[6]][[22]]$tags_url
## [1] "https://api.github.com/repos/masalmon/railways/tags"
##
## [[6]][[22]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/railways/git/blobs{/sha}"
##
## [[6]][[22]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/railways/git/tags{/sha}"
##
## [[6]][[22]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/railways/git/refs{/sha}"
##
## [[6]][[22]]$trees_url
## [1] "https://api.github.com/repos/masalmon/railways/git/trees{/sha}"
##
## [[6]][[22]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/railways/statuses/{sha}"
##
## [[6]][[22]]$languages_url
## [1] "https://api.github.com/repos/masalmon/railways/languages"
##
## [[6]][[22]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/railways/stargazers"
##
## [[6]][[22]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/railways/contributors"
##
## [[6]][[22]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/railways/subscribers"
##
## [[6]][[22]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/railways/subscription"
##
## [[6]][[22]]$commits_url
## [1] "https://api.github.com/repos/masalmon/railways/commits{/sha}"
##
## [[6]][[22]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/railways/git/commits{/sha}"
##
## [[6]][[22]]$comments_url
## [1] "https://api.github.com/repos/masalmon/railways/comments{/number}"
##
## [[6]][[22]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/railways/issues/comments{/number}"
##
## [[6]][[22]]$contents_url
## [1] "https://api.github.com/repos/masalmon/railways/contents/{+path}"
##
## [[6]][[22]]$compare_url
## [1] "https://api.github.com/repos/masalmon/railways/compare/{base}...{head}"
##
## [[6]][[22]]$merges_url
## [1] "https://api.github.com/repos/masalmon/railways/merges"
##
## [[6]][[22]]$archive_url
## [1] "https://api.github.com/repos/masalmon/railways/{archive_format}{/ref}"
##
## [[6]][[22]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/railways/downloads"
##
## [[6]][[22]]$issues_url
## [1] "https://api.github.com/repos/masalmon/railways/issues{/number}"
##
## [[6]][[22]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/railways/pulls{/number}"
##
## [[6]][[22]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/railways/milestones{/number}"
##
## [[6]][[22]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/railways/notifications{?since,all,participating}"
##
## [[6]][[22]]$labels_url
## [1] "https://api.github.com/repos/masalmon/railways/labels{/name}"
##
## [[6]][[22]]$releases_url
## [1] "https://api.github.com/repos/masalmon/railways/releases{/id}"
##
## [[6]][[22]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/railways/deployments"
##
## [[6]][[22]]$created_at
## [1] "2016-10-16T13:42:37Z"
##
## [[6]][[22]]$updated_at
## [1] "2016-10-16T14:58:40Z"
##
## [[6]][[22]]$pushed_at
## [1] "2016-10-23T16:32:21Z"
##
## [[6]][[22]]$git_url
## [1] "git://github.com/masalmon/railways.git"
##
## [[6]][[22]]$ssh_url
## [1] "git@github.com:masalmon/railways.git"
##
## [[6]][[22]]$clone_url
## [1] "https://github.com/masalmon/railways.git"
##
## [[6]][[22]]$svn_url
## [1] "https://github.com/masalmon/railways"
##
## [[6]][[22]]$homepage
## NULL
##
## [[6]][[22]]$size
## [1] 19430
##
## [[6]][[22]]$stargazers_count
## [1] 0
##
## [[6]][[22]]$watchers_count
## [1] 0
##
## [[6]][[22]]$language
## [1] "R"
##
## [[6]][[22]]$has_issues
## [1] FALSE
##
## [[6]][[22]]$has_downloads
## [1] TRUE
##
## [[6]][[22]]$has_wiki
## [1] TRUE
##
## [[6]][[22]]$has_pages
## [1] FALSE
##
## [[6]][[22]]$forks_count
## [1] 0
##
## [[6]][[22]]$mirror_url
## NULL
##
## [[6]][[22]]$open_issues_count
## [1] 0
##
## [[6]][[22]]$forks
## [1] 0
##
## [[6]][[22]]$open_issues
## [1] 0
##
## [[6]][[22]]$watchers
## [1] 0
##
## [[6]][[22]]$default_branch
## [1] "master"
##
##
## [[6]][[23]]
## [[6]][[23]]$id
## [1] 50208520
##
## [[6]][[23]]$name
## [1] "RealTimeVsHistoric"
##
## [[6]][[23]]$full_name
## [1] "masalmon/RealTimeVsHistoric"
##
## [[6]][[23]]$owner
## [[6]][[23]]$owner$login
## [1] "masalmon"
##
## [[6]][[23]]$owner$id
## [1] 8360597
##
## [[6]][[23]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[23]]$owner$gravatar_id
## [1] ""
##
## [[6]][[23]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[23]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[23]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[23]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[23]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[23]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[23]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[23]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[23]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[23]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[23]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[23]]$owner$type
## [1] "User"
##
## [[6]][[23]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[23]]$private
## [1] FALSE
##
## [[6]][[23]]$html_url
## [1] "https://github.com/masalmon/RealTimeVsHistoric"
##
## [[6]][[23]]$description
## [1] "RealTimeVsHistoric"
##
## [[6]][[23]]$fork
## [1] FALSE
##
## [[6]][[23]]$url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric"
##
## [[6]][[23]]$forks_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/forks"
##
## [[6]][[23]]$keys_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/keys{/key_id}"
##
## [[6]][[23]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/collaborators{/collaborator}"
##
## [[6]][[23]]$teams_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/teams"
##
## [[6]][[23]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/hooks"
##
## [[6]][[23]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/issues/events{/number}"
##
## [[6]][[23]]$events_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/events"
##
## [[6]][[23]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/assignees{/user}"
##
## [[6]][[23]]$branches_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/branches{/branch}"
##
## [[6]][[23]]$tags_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/tags"
##
## [[6]][[23]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/git/blobs{/sha}"
##
## [[6]][[23]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/git/tags{/sha}"
##
## [[6]][[23]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/git/refs{/sha}"
##
## [[6]][[23]]$trees_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/git/trees{/sha}"
##
## [[6]][[23]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/statuses/{sha}"
##
## [[6]][[23]]$languages_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/languages"
##
## [[6]][[23]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/stargazers"
##
## [[6]][[23]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/contributors"
##
## [[6]][[23]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/subscribers"
##
## [[6]][[23]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/subscription"
##
## [[6]][[23]]$commits_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/commits{/sha}"
##
## [[6]][[23]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/git/commits{/sha}"
##
## [[6]][[23]]$comments_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/comments{/number}"
##
## [[6]][[23]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/issues/comments{/number}"
##
## [[6]][[23]]$contents_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/contents/{+path}"
##
## [[6]][[23]]$compare_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/compare/{base}...{head}"
##
## [[6]][[23]]$merges_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/merges"
##
## [[6]][[23]]$archive_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/{archive_format}{/ref}"
##
## [[6]][[23]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/downloads"
##
## [[6]][[23]]$issues_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/issues{/number}"
##
## [[6]][[23]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/pulls{/number}"
##
## [[6]][[23]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/milestones{/number}"
##
## [[6]][[23]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/notifications{?since,all,participating}"
##
## [[6]][[23]]$labels_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/labels{/name}"
##
## [[6]][[23]]$releases_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/releases{/id}"
##
## [[6]][[23]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/RealTimeVsHistoric/deployments"
##
## [[6]][[23]]$created_at
## [1] "2016-01-22T21:28:19Z"
##
## [[6]][[23]]$updated_at
## [1] "2016-01-23T09:04:51Z"
##
## [[6]][[23]]$pushed_at
## [1] "2016-01-23T17:02:43Z"
##
## [[6]][[23]]$git_url
## [1] "git://github.com/masalmon/RealTimeVsHistoric.git"
##
## [[6]][[23]]$ssh_url
## [1] "git@github.com:masalmon/RealTimeVsHistoric.git"
##
## [[6]][[23]]$clone_url
## [1] "https://github.com/masalmon/RealTimeVsHistoric.git"
##
## [[6]][[23]]$svn_url
## [1] "https://github.com/masalmon/RealTimeVsHistoric"
##
## [[6]][[23]]$homepage
## NULL
##
## [[6]][[23]]$size
## [1] 9803
##
## [[6]][[23]]$stargazers_count
## [1] 0
##
## [[6]][[23]]$watchers_count
## [1] 0
##
## [[6]][[23]]$language
## [1] "HTML"
##
## [[6]][[23]]$has_issues
## [1] TRUE
##
## [[6]][[23]]$has_downloads
## [1] TRUE
##
## [[6]][[23]]$has_wiki
## [1] TRUE
##
## [[6]][[23]]$has_pages
## [1] FALSE
##
## [[6]][[23]]$forks_count
## [1] 0
##
## [[6]][[23]]$mirror_url
## NULL
##
## [[6]][[23]]$open_issues_count
## [1] 0
##
## [[6]][[23]]$forks
## [1] 0
##
## [[6]][[23]]$open_issues
## [1] 0
##
## [[6]][[23]]$watchers
## [1] 0
##
## [[6]][[23]]$default_branch
## [1] "master"
##
##
## [[6]][[24]]
## [[6]][[24]]$id
## [1] 52366004
##
## [[6]][[24]]$name
## [1] "rtimicropem"
##
## [[6]][[24]]$full_name
## [1] "masalmon/rtimicropem"
##
## [[6]][[24]]$owner
## [[6]][[24]]$owner$login
## [1] "masalmon"
##
## [[6]][[24]]$owner$id
## [1] 8360597
##
## [[6]][[24]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[24]]$owner$gravatar_id
## [1] ""
##
## [[6]][[24]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[24]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[24]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[24]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[24]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[24]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[24]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[24]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[24]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[24]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[24]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[24]]$owner$type
## [1] "User"
##
## [[6]][[24]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[24]]$private
## [1] FALSE
##
## [[6]][[24]]$html_url
## [1] "https://github.com/masalmon/rtimicropem"
##
## [[6]][[24]]$description
## [1] ":mask: R Package for the Reproducible Analysis of RTI MicroPEM Output Files :mask:"
##
## [[6]][[24]]$fork
## [1] FALSE
##
## [[6]][[24]]$url
## [1] "https://api.github.com/repos/masalmon/rtimicropem"
##
## [[6]][[24]]$forks_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/forks"
##
## [[6]][[24]]$keys_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/keys{/key_id}"
##
## [[6]][[24]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/collaborators{/collaborator}"
##
## [[6]][[24]]$teams_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/teams"
##
## [[6]][[24]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/hooks"
##
## [[6]][[24]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/issues/events{/number}"
##
## [[6]][[24]]$events_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/events"
##
## [[6]][[24]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/assignees{/user}"
##
## [[6]][[24]]$branches_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/branches{/branch}"
##
## [[6]][[24]]$tags_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/tags"
##
## [[6]][[24]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/git/blobs{/sha}"
##
## [[6]][[24]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/git/tags{/sha}"
##
## [[6]][[24]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/git/refs{/sha}"
##
## [[6]][[24]]$trees_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/git/trees{/sha}"
##
## [[6]][[24]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/statuses/{sha}"
##
## [[6]][[24]]$languages_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/languages"
##
## [[6]][[24]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/stargazers"
##
## [[6]][[24]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/contributors"
##
## [[6]][[24]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/subscribers"
##
## [[6]][[24]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/subscription"
##
## [[6]][[24]]$commits_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/commits{/sha}"
##
## [[6]][[24]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/git/commits{/sha}"
##
## [[6]][[24]]$comments_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/comments{/number}"
##
## [[6]][[24]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/issues/comments{/number}"
##
## [[6]][[24]]$contents_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/contents/{+path}"
##
## [[6]][[24]]$compare_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/compare/{base}...{head}"
##
## [[6]][[24]]$merges_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/merges"
##
## [[6]][[24]]$archive_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/{archive_format}{/ref}"
##
## [[6]][[24]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/downloads"
##
## [[6]][[24]]$issues_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/issues{/number}"
##
## [[6]][[24]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/pulls{/number}"
##
## [[6]][[24]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/milestones{/number}"
##
## [[6]][[24]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/notifications{?since,all,participating}"
##
## [[6]][[24]]$labels_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/labels{/name}"
##
## [[6]][[24]]$releases_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/releases{/id}"
##
## [[6]][[24]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/rtimicropem/deployments"
##
## [[6]][[24]]$created_at
## [1] "2016-02-23T14:46:49Z"
##
## [[6]][[24]]$updated_at
## [1] "2016-09-28T07:31:30Z"
##
## [[6]][[24]]$pushed_at
## [1] "2016-10-20T13:42:04Z"
##
## [[6]][[24]]$git_url
## [1] "git://github.com/masalmon/rtimicropem.git"
##
## [[6]][[24]]$ssh_url
## [1] "git@github.com:masalmon/rtimicropem.git"
##
## [[6]][[24]]$clone_url
## [1] "https://github.com/masalmon/rtimicropem.git"
##
## [[6]][[24]]$svn_url
## [1] "https://github.com/masalmon/rtimicropem"
##
## [[6]][[24]]$homepage
## [1] ""
##
## [[6]][[24]]$size
## [1] 6599
##
## [[6]][[24]]$stargazers_count
## [1] 3
##
## [[6]][[24]]$watchers_count
## [1] 3
##
## [[6]][[24]]$language
## [1] "R"
##
## [[6]][[24]]$has_issues
## [1] TRUE
##
## [[6]][[24]]$has_downloads
## [1] TRUE
##
## [[6]][[24]]$has_wiki
## [1] TRUE
##
## [[6]][[24]]$has_pages
## [1] FALSE
##
## [[6]][[24]]$forks_count
## [1] 0
##
## [[6]][[24]]$mirror_url
## NULL
##
## [[6]][[24]]$open_issues_count
## [1] 5
##
## [[6]][[24]]$forks
## [1] 0
##
## [[6]][[24]]$open_issues
## [1] 5
##
## [[6]][[24]]$watchers
## [1] 3
##
## [[6]][[24]]$default_branch
## [1] "master"
##
##
## [[6]][[25]]
## [[6]][[25]]$id
## [1] 69267728
##
## [[6]][[25]]$name
## [1] "songlyrics"
##
## [[6]][[25]]$full_name
## [1] "masalmon/songlyrics"
##
## [[6]][[25]]$owner
## [[6]][[25]]$owner$login
## [1] "masalmon"
##
## [[6]][[25]]$owner$id
## [1] 8360597
##
## [[6]][[25]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[25]]$owner$gravatar_id
## [1] ""
##
## [[6]][[25]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[25]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[25]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[25]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[25]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[25]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[25]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[25]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[25]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[25]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[25]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[25]]$owner$type
## [1] "User"
##
## [[6]][[25]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[25]]$private
## [1] FALSE
##
## [[6]][[25]]$html_url
## [1] "https://github.com/masalmon/songlyrics"
##
## [[6]][[25]]$description
## [1] "Just a test of geoparser ability to geoparse song texts, see Julia Silge's post http://juliasilge.com/blog/Song-Lyrics-Across/"
##
## [[6]][[25]]$fork
## [1] FALSE
##
## [[6]][[25]]$url
## [1] "https://api.github.com/repos/masalmon/songlyrics"
##
## [[6]][[25]]$forks_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/forks"
##
## [[6]][[25]]$keys_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/keys{/key_id}"
##
## [[6]][[25]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/collaborators{/collaborator}"
##
## [[6]][[25]]$teams_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/teams"
##
## [[6]][[25]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/hooks"
##
## [[6]][[25]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/issues/events{/number}"
##
## [[6]][[25]]$events_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/events"
##
## [[6]][[25]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/assignees{/user}"
##
## [[6]][[25]]$branches_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/branches{/branch}"
##
## [[6]][[25]]$tags_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/tags"
##
## [[6]][[25]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/git/blobs{/sha}"
##
## [[6]][[25]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/git/tags{/sha}"
##
## [[6]][[25]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/git/refs{/sha}"
##
## [[6]][[25]]$trees_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/git/trees{/sha}"
##
## [[6]][[25]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/statuses/{sha}"
##
## [[6]][[25]]$languages_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/languages"
##
## [[6]][[25]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/stargazers"
##
## [[6]][[25]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/contributors"
##
## [[6]][[25]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/subscribers"
##
## [[6]][[25]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/subscription"
##
## [[6]][[25]]$commits_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/commits{/sha}"
##
## [[6]][[25]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/git/commits{/sha}"
##
## [[6]][[25]]$comments_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/comments{/number}"
##
## [[6]][[25]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/issues/comments{/number}"
##
## [[6]][[25]]$contents_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/contents/{+path}"
##
## [[6]][[25]]$compare_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/compare/{base}...{head}"
##
## [[6]][[25]]$merges_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/merges"
##
## [[6]][[25]]$archive_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/{archive_format}{/ref}"
##
## [[6]][[25]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/downloads"
##
## [[6]][[25]]$issues_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/issues{/number}"
##
## [[6]][[25]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/pulls{/number}"
##
## [[6]][[25]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/milestones{/number}"
##
## [[6]][[25]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/notifications{?since,all,participating}"
##
## [[6]][[25]]$labels_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/labels{/name}"
##
## [[6]][[25]]$releases_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/releases{/id}"
##
## [[6]][[25]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/songlyrics/deployments"
##
## [[6]][[25]]$created_at
## [1] "2016-09-26T16:05:59Z"
##
## [[6]][[25]]$updated_at
## [1] "2016-09-26T17:12:56Z"
##
## [[6]][[25]]$pushed_at
## [1] "2016-09-26T18:40:38Z"
##
## [[6]][[25]]$git_url
## [1] "git://github.com/masalmon/songlyrics.git"
##
## [[6]][[25]]$ssh_url
## [1] "git@github.com:masalmon/songlyrics.git"
##
## [[6]][[25]]$clone_url
## [1] "https://github.com/masalmon/songlyrics.git"
##
## [[6]][[25]]$svn_url
## [1] "https://github.com/masalmon/songlyrics"
##
## [[6]][[25]]$homepage
## [1] ""
##
## [[6]][[25]]$size
## [1] 2429
##
## [[6]][[25]]$stargazers_count
## [1] 1
##
## [[6]][[25]]$watchers_count
## [1] 1
##
## [[6]][[25]]$language
## [1] "HTML"
##
## [[6]][[25]]$has_issues
## [1] TRUE
##
## [[6]][[25]]$has_downloads
## [1] TRUE
##
## [[6]][[25]]$has_wiki
## [1] TRUE
##
## [[6]][[25]]$has_pages
## [1] FALSE
##
## [[6]][[25]]$forks_count
## [1] 0
##
## [[6]][[25]]$mirror_url
## NULL
##
## [[6]][[25]]$open_issues_count
## [1] 0
##
## [[6]][[25]]$forks
## [1] 0
##
## [[6]][[25]]$open_issues
## [1] 0
##
## [[6]][[25]]$watchers
## [1] 1
##
## [[6]][[25]]$default_branch
## [1] "master"
##
##
## [[6]][[26]]
## [[6]][[26]]$id
## [1] 58138218
##
## [[6]][[26]]$name
## [1] "usaqmindia"
##
## [[6]][[26]]$full_name
## [1] "masalmon/usaqmindia"
##
## [[6]][[26]]$owner
## [[6]][[26]]$owner$login
## [1] "masalmon"
##
## [[6]][[26]]$owner$id
## [1] 8360597
##
## [[6]][[26]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[26]]$owner$gravatar_id
## [1] ""
##
## [[6]][[26]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[26]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[26]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[26]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[26]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[26]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[26]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[26]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[26]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[26]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[26]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[26]]$owner$type
## [1] "User"
##
## [[6]][[26]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[26]]$private
## [1] FALSE
##
## [[6]][[26]]$html_url
## [1] "https://github.com/masalmon/usaqmindia"
##
## [[6]][[26]]$description
## [1] ":mask: Data from the U.S. Embassy and Consulate air quality monitors in India :mask:"
##
## [[6]][[26]]$fork
## [1] FALSE
##
## [[6]][[26]]$url
## [1] "https://api.github.com/repos/masalmon/usaqmindia"
##
## [[6]][[26]]$forks_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/forks"
##
## [[6]][[26]]$keys_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/keys{/key_id}"
##
## [[6]][[26]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/collaborators{/collaborator}"
##
## [[6]][[26]]$teams_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/teams"
##
## [[6]][[26]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/hooks"
##
## [[6]][[26]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/issues/events{/number}"
##
## [[6]][[26]]$events_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/events"
##
## [[6]][[26]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/assignees{/user}"
##
## [[6]][[26]]$branches_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/branches{/branch}"
##
## [[6]][[26]]$tags_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/tags"
##
## [[6]][[26]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/git/blobs{/sha}"
##
## [[6]][[26]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/git/tags{/sha}"
##
## [[6]][[26]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/git/refs{/sha}"
##
## [[6]][[26]]$trees_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/git/trees{/sha}"
##
## [[6]][[26]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/statuses/{sha}"
##
## [[6]][[26]]$languages_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/languages"
##
## [[6]][[26]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/stargazers"
##
## [[6]][[26]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/contributors"
##
## [[6]][[26]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/subscribers"
##
## [[6]][[26]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/subscription"
##
## [[6]][[26]]$commits_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/commits{/sha}"
##
## [[6]][[26]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/git/commits{/sha}"
##
## [[6]][[26]]$comments_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/comments{/number}"
##
## [[6]][[26]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/issues/comments{/number}"
##
## [[6]][[26]]$contents_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/contents/{+path}"
##
## [[6]][[26]]$compare_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/compare/{base}...{head}"
##
## [[6]][[26]]$merges_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/merges"
##
## [[6]][[26]]$archive_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/{archive_format}{/ref}"
##
## [[6]][[26]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/downloads"
##
## [[6]][[26]]$issues_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/issues{/number}"
##
## [[6]][[26]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/pulls{/number}"
##
## [[6]][[26]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/milestones{/number}"
##
## [[6]][[26]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/notifications{?since,all,participating}"
##
## [[6]][[26]]$labels_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/labels{/name}"
##
## [[6]][[26]]$releases_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/releases{/id}"
##
## [[6]][[26]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/usaqmindia/deployments"
##
## [[6]][[26]]$created_at
## [1] "2016-05-05T14:48:12Z"
##
## [[6]][[26]]$updated_at
## [1] "2016-09-14T22:30:33Z"
##
## [[6]][[26]]$pushed_at
## [1] "2016-10-18T16:02:43Z"
##
## [[6]][[26]]$git_url
## [1] "git://github.com/masalmon/usaqmindia.git"
##
## [[6]][[26]]$ssh_url
## [1] "git@github.com:masalmon/usaqmindia.git"
##
## [[6]][[26]]$clone_url
## [1] "https://github.com/masalmon/usaqmindia.git"
##
## [[6]][[26]]$svn_url
## [1] "https://github.com/masalmon/usaqmindia"
##
## [[6]][[26]]$homepage
## [1] ""
##
## [[6]][[26]]$size
## [1] 8265
##
## [[6]][[26]]$stargazers_count
## [1] 5
##
## [[6]][[26]]$watchers_count
## [1] 5
##
## [[6]][[26]]$language
## [1] "R"
##
## [[6]][[26]]$has_issues
## [1] TRUE
##
## [[6]][[26]]$has_downloads
## [1] TRUE
##
## [[6]][[26]]$has_wiki
## [1] TRUE
##
## [[6]][[26]]$has_pages
## [1] FALSE
##
## [[6]][[26]]$forks_count
## [1] 0
##
## [[6]][[26]]$mirror_url
## NULL
##
## [[6]][[26]]$open_issues_count
## [1] 0
##
## [[6]][[26]]$forks
## [1] 0
##
## [[6]][[26]]$open_issues
## [1] 0
##
## [[6]][[26]]$watchers
## [1] 5
##
## [[6]][[26]]$default_branch
## [1] "master"
##
##
## [[6]][[27]]
## [[6]][[27]]$id
## [1] 46853453
##
## [[6]][[27]]$name
## [1] "watchme"
##
## [[6]][[27]]$full_name
## [1] "masalmon/watchme"
##
## [[6]][[27]]$owner
## [[6]][[27]]$owner$login
## [1] "masalmon"
##
## [[6]][[27]]$owner$id
## [1] 8360597
##
## [[6]][[27]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[27]]$owner$gravatar_id
## [1] ""
##
## [[6]][[27]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[27]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[27]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[27]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[27]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[27]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[27]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[27]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[27]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[27]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[27]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[27]]$owner$type
## [1] "User"
##
## [[6]][[27]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[27]]$private
## [1] FALSE
##
## [[6]][[27]]$html_url
## [1] "https://github.com/masalmon/watchme"
##
## [[6]][[27]]$description
## [1] ":camera: R package that supports the analysis of images obtained with wearable cameras and then annotated :camera:"
##
## [[6]][[27]]$fork
## [1] FALSE
##
## [[6]][[27]]$url
## [1] "https://api.github.com/repos/masalmon/watchme"
##
## [[6]][[27]]$forks_url
## [1] "https://api.github.com/repos/masalmon/watchme/forks"
##
## [[6]][[27]]$keys_url
## [1] "https://api.github.com/repos/masalmon/watchme/keys{/key_id}"
##
## [[6]][[27]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/watchme/collaborators{/collaborator}"
##
## [[6]][[27]]$teams_url
## [1] "https://api.github.com/repos/masalmon/watchme/teams"
##
## [[6]][[27]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/watchme/hooks"
##
## [[6]][[27]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/watchme/issues/events{/number}"
##
## [[6]][[27]]$events_url
## [1] "https://api.github.com/repos/masalmon/watchme/events"
##
## [[6]][[27]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/watchme/assignees{/user}"
##
## [[6]][[27]]$branches_url
## [1] "https://api.github.com/repos/masalmon/watchme/branches{/branch}"
##
## [[6]][[27]]$tags_url
## [1] "https://api.github.com/repos/masalmon/watchme/tags"
##
## [[6]][[27]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/watchme/git/blobs{/sha}"
##
## [[6]][[27]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/watchme/git/tags{/sha}"
##
## [[6]][[27]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/watchme/git/refs{/sha}"
##
## [[6]][[27]]$trees_url
## [1] "https://api.github.com/repos/masalmon/watchme/git/trees{/sha}"
##
## [[6]][[27]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/watchme/statuses/{sha}"
##
## [[6]][[27]]$languages_url
## [1] "https://api.github.com/repos/masalmon/watchme/languages"
##
## [[6]][[27]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/watchme/stargazers"
##
## [[6]][[27]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/watchme/contributors"
##
## [[6]][[27]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/watchme/subscribers"
##
## [[6]][[27]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/watchme/subscription"
##
## [[6]][[27]]$commits_url
## [1] "https://api.github.com/repos/masalmon/watchme/commits{/sha}"
##
## [[6]][[27]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/watchme/git/commits{/sha}"
##
## [[6]][[27]]$comments_url
## [1] "https://api.github.com/repos/masalmon/watchme/comments{/number}"
##
## [[6]][[27]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/watchme/issues/comments{/number}"
##
## [[6]][[27]]$contents_url
## [1] "https://api.github.com/repos/masalmon/watchme/contents/{+path}"
##
## [[6]][[27]]$compare_url
## [1] "https://api.github.com/repos/masalmon/watchme/compare/{base}...{head}"
##
## [[6]][[27]]$merges_url
## [1] "https://api.github.com/repos/masalmon/watchme/merges"
##
## [[6]][[27]]$archive_url
## [1] "https://api.github.com/repos/masalmon/watchme/{archive_format}{/ref}"
##
## [[6]][[27]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/watchme/downloads"
##
## [[6]][[27]]$issues_url
## [1] "https://api.github.com/repos/masalmon/watchme/issues{/number}"
##
## [[6]][[27]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/watchme/pulls{/number}"
##
## [[6]][[27]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/watchme/milestones{/number}"
##
## [[6]][[27]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/watchme/notifications{?since,all,participating}"
##
## [[6]][[27]]$labels_url
## [1] "https://api.github.com/repos/masalmon/watchme/labels{/name}"
##
## [[6]][[27]]$releases_url
## [1] "https://api.github.com/repos/masalmon/watchme/releases{/id}"
##
## [[6]][[27]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/watchme/deployments"
##
## [[6]][[27]]$created_at
## [1] "2015-11-25T10:08:34Z"
##
## [[6]][[27]]$updated_at
## [1] "2016-09-13T10:21:47Z"
##
## [[6]][[27]]$pushed_at
## [1] "2016-10-06T13:22:51Z"
##
## [[6]][[27]]$git_url
## [1] "git://github.com/masalmon/watchme.git"
##
## [[6]][[27]]$ssh_url
## [1] "git@github.com:masalmon/watchme.git"
##
## [[6]][[27]]$clone_url
## [1] "https://github.com/masalmon/watchme.git"
##
## [[6]][[27]]$svn_url
## [1] "https://github.com/masalmon/watchme"
##
## [[6]][[27]]$homepage
## [1] ""
##
## [[6]][[27]]$size
## [1] 4351
##
## [[6]][[27]]$stargazers_count
## [1] 3
##
## [[6]][[27]]$watchers_count
## [1] 3
##
## [[6]][[27]]$language
## [1] "R"
##
## [[6]][[27]]$has_issues
## [1] TRUE
##
## [[6]][[27]]$has_downloads
## [1] TRUE
##
## [[6]][[27]]$has_wiki
## [1] TRUE
##
## [[6]][[27]]$has_pages
## [1] FALSE
##
## [[6]][[27]]$forks_count
## [1] 0
##
## [[6]][[27]]$mirror_url
## NULL
##
## [[6]][[27]]$open_issues_count
## [1] 1
##
## [[6]][[27]]$forks
## [1] 0
##
## [[6]][[27]]$open_issues
## [1] 1
##
## [[6]][[27]]$watchers
## [1] 3
##
## [[6]][[27]]$default_branch
## [1] "master"
##
##
## [[6]][[28]]
## [[6]][[28]]$id
## [1] 59301900
##
## [[6]][[28]]$name
## [1] "who_aq_db"
##
## [[6]][[28]]$full_name
## [1] "masalmon/who_aq_db"
##
## [[6]][[28]]$owner
## [[6]][[28]]$owner$login
## [1] "masalmon"
##
## [[6]][[28]]$owner$id
## [1] 8360597
##
## [[6]][[28]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[28]]$owner$gravatar_id
## [1] ""
##
## [[6]][[28]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[28]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[28]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[28]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[28]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[28]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[28]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[28]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[28]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[28]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[28]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[28]]$owner$type
## [1] "User"
##
## [[6]][[28]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[28]]$private
## [1] FALSE
##
## [[6]][[28]]$html_url
## [1] "https://github.com/masalmon/who_aq_db"
##
## [[6]][[28]]$description
## [1] ":earth_asia: :mask: Playing with data from http://www.who.int/phe/health_topics/outdoorair/databases/cities/en/ :mask: :earth_asia:"
##
## [[6]][[28]]$fork
## [1] FALSE
##
## [[6]][[28]]$url
## [1] "https://api.github.com/repos/masalmon/who_aq_db"
##
## [[6]][[28]]$forks_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/forks"
##
## [[6]][[28]]$keys_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/keys{/key_id}"
##
## [[6]][[28]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/collaborators{/collaborator}"
##
## [[6]][[28]]$teams_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/teams"
##
## [[6]][[28]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/hooks"
##
## [[6]][[28]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/issues/events{/number}"
##
## [[6]][[28]]$events_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/events"
##
## [[6]][[28]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/assignees{/user}"
##
## [[6]][[28]]$branches_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/branches{/branch}"
##
## [[6]][[28]]$tags_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/tags"
##
## [[6]][[28]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/git/blobs{/sha}"
##
## [[6]][[28]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/git/tags{/sha}"
##
## [[6]][[28]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/git/refs{/sha}"
##
## [[6]][[28]]$trees_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/git/trees{/sha}"
##
## [[6]][[28]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/statuses/{sha}"
##
## [[6]][[28]]$languages_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/languages"
##
## [[6]][[28]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/stargazers"
##
## [[6]][[28]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/contributors"
##
## [[6]][[28]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/subscribers"
##
## [[6]][[28]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/subscription"
##
## [[6]][[28]]$commits_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/commits{/sha}"
##
## [[6]][[28]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/git/commits{/sha}"
##
## [[6]][[28]]$comments_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/comments{/number}"
##
## [[6]][[28]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/issues/comments{/number}"
##
## [[6]][[28]]$contents_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/contents/{+path}"
##
## [[6]][[28]]$compare_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/compare/{base}...{head}"
##
## [[6]][[28]]$merges_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/merges"
##
## [[6]][[28]]$archive_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/{archive_format}{/ref}"
##
## [[6]][[28]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/downloads"
##
## [[6]][[28]]$issues_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/issues{/number}"
##
## [[6]][[28]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/pulls{/number}"
##
## [[6]][[28]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/milestones{/number}"
##
## [[6]][[28]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/notifications{?since,all,participating}"
##
## [[6]][[28]]$labels_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/labels{/name}"
##
## [[6]][[28]]$releases_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/releases{/id}"
##
## [[6]][[28]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/who_aq_db/deployments"
##
## [[6]][[28]]$created_at
## [1] "2016-05-20T14:38:41Z"
##
## [[6]][[28]]$updated_at
## [1] "2016-08-30T11:19:22Z"
##
## [[6]][[28]]$pushed_at
## [1] "2016-05-21T09:44:58Z"
##
## [[6]][[28]]$git_url
## [1] "git://github.com/masalmon/who_aq_db.git"
##
## [[6]][[28]]$ssh_url
## [1] "git@github.com:masalmon/who_aq_db.git"
##
## [[6]][[28]]$clone_url
## [1] "https://github.com/masalmon/who_aq_db.git"
##
## [[6]][[28]]$svn_url
## [1] "https://github.com/masalmon/who_aq_db"
##
## [[6]][[28]]$homepage
## [1] ""
##
## [[6]][[28]]$size
## [1] 1784
##
## [[6]][[28]]$stargazers_count
## [1] 1
##
## [[6]][[28]]$watchers_count
## [1] 1
##
## [[6]][[28]]$language
## [1] "R"
##
## [[6]][[28]]$has_issues
## [1] TRUE
##
## [[6]][[28]]$has_downloads
## [1] TRUE
##
## [[6]][[28]]$has_wiki
## [1] TRUE
##
## [[6]][[28]]$has_pages
## [1] FALSE
##
## [[6]][[28]]$forks_count
## [1] 0
##
## [[6]][[28]]$mirror_url
## NULL
##
## [[6]][[28]]$open_issues_count
## [1] 0
##
## [[6]][[28]]$forks
## [1] 0
##
## [[6]][[28]]$open_issues
## [1] 0
##
## [[6]][[28]]$watchers
## [1] 1
##
## [[6]][[28]]$default_branch
## [1] "master"
##
##
## [[6]][[29]]
## [[6]][[29]]$id
## [1] 59554129
##
## [[6]][[29]]$name
## [1] "worldbank_data"
##
## [[6]][[29]]$full_name
## [1] "masalmon/worldbank_data"
##
## [[6]][[29]]$owner
## [[6]][[29]]$owner$login
## [1] "masalmon"
##
## [[6]][[29]]$owner$id
## [1] 8360597
##
## [[6]][[29]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[29]]$owner$gravatar_id
## [1] ""
##
## [[6]][[29]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[29]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[29]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[29]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[29]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[29]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[29]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[29]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[29]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[29]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[29]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[29]]$owner$type
## [1] "User"
##
## [[6]][[29]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[29]]$private
## [1] FALSE
##
## [[6]][[29]]$html_url
## [1] "https://github.com/masalmon/worldbank_data"
##
## [[6]][[29]]$description
## [1] ":earth_americas: A look at http://data.worldbank.org/indicator/IP.JRN.ARTC.SC/countries :earth_americas:"
##
## [[6]][[29]]$fork
## [1] FALSE
##
## [[6]][[29]]$url
## [1] "https://api.github.com/repos/masalmon/worldbank_data"
##
## [[6]][[29]]$forks_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/forks"
##
## [[6]][[29]]$keys_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/keys{/key_id}"
##
## [[6]][[29]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/collaborators{/collaborator}"
##
## [[6]][[29]]$teams_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/teams"
##
## [[6]][[29]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/hooks"
##
## [[6]][[29]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/issues/events{/number}"
##
## [[6]][[29]]$events_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/events"
##
## [[6]][[29]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/assignees{/user}"
##
## [[6]][[29]]$branches_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/branches{/branch}"
##
## [[6]][[29]]$tags_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/tags"
##
## [[6]][[29]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/git/blobs{/sha}"
##
## [[6]][[29]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/git/tags{/sha}"
##
## [[6]][[29]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/git/refs{/sha}"
##
## [[6]][[29]]$trees_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/git/trees{/sha}"
##
## [[6]][[29]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/statuses/{sha}"
##
## [[6]][[29]]$languages_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/languages"
##
## [[6]][[29]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/stargazers"
##
## [[6]][[29]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/contributors"
##
## [[6]][[29]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/subscribers"
##
## [[6]][[29]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/subscription"
##
## [[6]][[29]]$commits_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/commits{/sha}"
##
## [[6]][[29]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/git/commits{/sha}"
##
## [[6]][[29]]$comments_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/comments{/number}"
##
## [[6]][[29]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/issues/comments{/number}"
##
## [[6]][[29]]$contents_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/contents/{+path}"
##
## [[6]][[29]]$compare_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/compare/{base}...{head}"
##
## [[6]][[29]]$merges_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/merges"
##
## [[6]][[29]]$archive_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/{archive_format}{/ref}"
##
## [[6]][[29]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/downloads"
##
## [[6]][[29]]$issues_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/issues{/number}"
##
## [[6]][[29]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/pulls{/number}"
##
## [[6]][[29]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/milestones{/number}"
##
## [[6]][[29]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/notifications{?since,all,participating}"
##
## [[6]][[29]]$labels_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/labels{/name}"
##
## [[6]][[29]]$releases_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/releases{/id}"
##
## [[6]][[29]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/worldbank_data/deployments"
##
## [[6]][[29]]$created_at
## [1] "2016-05-24T08:19:49Z"
##
## [[6]][[29]]$updated_at
## [1] "2016-08-30T11:20:51Z"
##
## [[6]][[29]]$pushed_at
## [1] "2016-05-24T08:37:08Z"
##
## [[6]][[29]]$git_url
## [1] "git://github.com/masalmon/worldbank_data.git"
##
## [[6]][[29]]$ssh_url
## [1] "git@github.com:masalmon/worldbank_data.git"
##
## [[6]][[29]]$clone_url
## [1] "https://github.com/masalmon/worldbank_data.git"
##
## [[6]][[29]]$svn_url
## [1] "https://github.com/masalmon/worldbank_data"
##
## [[6]][[29]]$homepage
## [1] ""
##
## [[6]][[29]]$size
## [1] 343
##
## [[6]][[29]]$stargazers_count
## [1] 0
##
## [[6]][[29]]$watchers_count
## [1] 0
##
## [[6]][[29]]$language
## [1] "R"
##
## [[6]][[29]]$has_issues
## [1] TRUE
##
## [[6]][[29]]$has_downloads
## [1] TRUE
##
## [[6]][[29]]$has_wiki
## [1] TRUE
##
## [[6]][[29]]$has_pages
## [1] FALSE
##
## [[6]][[29]]$forks_count
## [1] 0
##
## [[6]][[29]]$mirror_url
## NULL
##
## [[6]][[29]]$open_issues_count
## [1] 0
##
## [[6]][[29]]$forks
## [1] 0
##
## [[6]][[29]]$open_issues
## [1] 0
##
## [[6]][[29]]$watchers
## [1] 0
##
## [[6]][[29]]$default_branch
## [1] "master"
##
##
## [[6]][[30]]
## [[6]][[30]]$id
## [1] 54576272
##
## [[6]][[30]]$name
## [1] "youtubedata"
##
## [[6]][[30]]$full_name
## [1] "masalmon/youtubedata"
##
## [[6]][[30]]$owner
## [[6]][[30]]$owner$login
## [1] "masalmon"
##
## [[6]][[30]]$owner$id
## [1] 8360597
##
## [[6]][[30]]$owner$avatar_url
## [1] "https://avatars.githubusercontent.com/u/8360597?v=3"
##
## [[6]][[30]]$owner$gravatar_id
## [1] ""
##
## [[6]][[30]]$owner$url
## [1] "https://api.github.com/users/masalmon"
##
## [[6]][[30]]$owner$html_url
## [1] "https://github.com/masalmon"
##
## [[6]][[30]]$owner$followers_url
## [1] "https://api.github.com/users/masalmon/followers"
##
## [[6]][[30]]$owner$following_url
## [1] "https://api.github.com/users/masalmon/following{/other_user}"
##
## [[6]][[30]]$owner$gists_url
## [1] "https://api.github.com/users/masalmon/gists{/gist_id}"
##
## [[6]][[30]]$owner$starred_url
## [1] "https://api.github.com/users/masalmon/starred{/owner}{/repo}"
##
## [[6]][[30]]$owner$subscriptions_url
## [1] "https://api.github.com/users/masalmon/subscriptions"
##
## [[6]][[30]]$owner$organizations_url
## [1] "https://api.github.com/users/masalmon/orgs"
##
## [[6]][[30]]$owner$repos_url
## [1] "https://api.github.com/users/masalmon/repos"
##
## [[6]][[30]]$owner$events_url
## [1] "https://api.github.com/users/masalmon/events{/privacy}"
##
## [[6]][[30]]$owner$received_events_url
## [1] "https://api.github.com/users/masalmon/received_events"
##
## [[6]][[30]]$owner$type
## [1] "User"
##
## [[6]][[30]]$owner$site_admin
## [1] FALSE
##
##
## [[6]][[30]]$private
## [1] FALSE
##
## [[6]][[30]]$html_url
## [1] "https://github.com/masalmon/youtubedata"
##
## [[6]][[30]]$description
## NULL
##
## [[6]][[30]]$fork
## [1] FALSE
##
## [[6]][[30]]$url
## [1] "https://api.github.com/repos/masalmon/youtubedata"
##
## [[6]][[30]]$forks_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/forks"
##
## [[6]][[30]]$keys_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/keys{/key_id}"
##
## [[6]][[30]]$collaborators_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/collaborators{/collaborator}"
##
## [[6]][[30]]$teams_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/teams"
##
## [[6]][[30]]$hooks_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/hooks"
##
## [[6]][[30]]$issue_events_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/issues/events{/number}"
##
## [[6]][[30]]$events_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/events"
##
## [[6]][[30]]$assignees_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/assignees{/user}"
##
## [[6]][[30]]$branches_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/branches{/branch}"
##
## [[6]][[30]]$tags_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/tags"
##
## [[6]][[30]]$blobs_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/git/blobs{/sha}"
##
## [[6]][[30]]$git_tags_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/git/tags{/sha}"
##
## [[6]][[30]]$git_refs_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/git/refs{/sha}"
##
## [[6]][[30]]$trees_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/git/trees{/sha}"
##
## [[6]][[30]]$statuses_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/statuses/{sha}"
##
## [[6]][[30]]$languages_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/languages"
##
## [[6]][[30]]$stargazers_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/stargazers"
##
## [[6]][[30]]$contributors_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/contributors"
##
## [[6]][[30]]$subscribers_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/subscribers"
##
## [[6]][[30]]$subscription_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/subscription"
##
## [[6]][[30]]$commits_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/commits{/sha}"
##
## [[6]][[30]]$git_commits_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/git/commits{/sha}"
##
## [[6]][[30]]$comments_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/comments{/number}"
##
## [[6]][[30]]$issue_comment_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/issues/comments{/number}"
##
## [[6]][[30]]$contents_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/contents/{+path}"
##
## [[6]][[30]]$compare_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/compare/{base}...{head}"
##
## [[6]][[30]]$merges_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/merges"
##
## [[6]][[30]]$archive_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/{archive_format}{/ref}"
##
## [[6]][[30]]$downloads_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/downloads"
##
## [[6]][[30]]$issues_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/issues{/number}"
##
## [[6]][[30]]$pulls_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/pulls{/number}"
##
## [[6]][[30]]$milestones_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/milestones{/number}"
##
## [[6]][[30]]$notifications_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/notifications{?since,all,participating}"
##
## [[6]][[30]]$labels_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/labels{/name}"
##
## [[6]][[30]]$releases_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/releases{/id}"
##
## [[6]][[30]]$deployments_url
## [1] "https://api.github.com/repos/masalmon/youtubedata/deployments"
##
## [[6]][[30]]$created_at
## [1] "2016-03-23T16:35:56Z"
##
## [[6]][[30]]$updated_at
## [1] "2016-03-23T16:36:40Z"
##
## [[6]][[30]]$pushed_at
## [1] "2016-03-23T16:43:46Z"
##
## [[6]][[30]]$git_url
## [1] "git://github.com/masalmon/youtubedata.git"
##
## [[6]][[30]]$ssh_url
## [1] "git@github.com:masalmon/youtubedata.git"
##
## [[6]][[30]]$clone_url
## [1] "https://github.com/masalmon/youtubedata.git"
##
## [[6]][[30]]$svn_url
## [1] "https://github.com/masalmon/youtubedata"
##
## [[6]][[30]]$homepage
## NULL
##
## [[6]][[30]]$size
## [1] 75
##
## [[6]][[30]]$stargazers_count
## [1] 0
##
## [[6]][[30]]$watchers_count
## [1] 0
##
## [[6]][[30]]$language
## [1] "R"
##
## [[6]][[30]]$has_issues
## [1] TRUE
##
## [[6]][[30]]$has_downloads
## [1] TRUE
##
## [[6]][[30]]$has_wiki
## [1] TRUE
##
## [[6]][[30]]$has_pages
## [1] FALSE
##
## [[6]][[30]]$forks_count
## [1] 0
##
## [[6]][[30]]$mirror_url
## NULL
##
## [[6]][[30]]$open_issues_count
## [1] 0
##
## [[6]][[30]]$forks
## [1] 0
##
## [[6]][[30]]$open_issues
## [1] 0
##
## [[6]][[30]]$watchers
## [1] 0
##
## [[6]][[30]]$default_branch
## [1] "master"
#1c) The data becomes grouped within 6 rows of a list of 26 or 30 entries each (the individual data entries are not immediately listed). This is presented in a tibble form.
repos <- tibble(repo = gh_repos)
repos
## # A tibble: 6 x 1
## repo
## <list>
## 1 <list [30]>
## 2 <list [30]>
## 3 <list [30]>
## 4 <list [26]>
## 5 <list [30]>
## 6 <list [30]>
#1d) The listserver tool displays the information in formats such as a tree format where in an array, the data remains stored. Since there are lists within the larger array, this can be considered a nested list configuration. 30 represents the number of data value repository within the original list of 6 (for a Github user), and then 68 represents the number of specific data (i.e. name, owner, etc.) within each value that make up the 30 within one of the 6.
listviewer::jsonedit(gh_repos)
#1e)
tibble(repo = gh_repos)%>%
unnest_auto(repo)%>%
unnest_auto(repo) -> new
## Using `unnest_longer(repo)`; no element has names
## Using `unnest_wider(repo)`; elements have 68 names in common
new
## # A tibble: 176 x 67
## id name full_name owner private html_url description fork url
## <int> <chr> <chr> <lis> <lgl> <chr> <chr> <lgl> <chr>
## 1 6.12e7 after gaborcsa… <nam… FALSE https:/… Run Code i… FALSE http…
## 2 4.05e7 argu… gaborcsa… <nam… FALSE https:/… Declarativ… FALSE http…
## 3 3.64e7 ask gaborcsa… <nam… FALSE https:/… Friendly C… FALSE http…
## 4 3.49e7 base… gaborcsa… <nam… FALSE https:/… Do we get … FALSE http…
## 5 6.16e7 cite… gaborcsa… <nam… FALSE https:/… Test R pac… TRUE http…
## 6 3.39e7 clis… gaborcsa… <nam… FALSE https:/… Unicode sy… FALSE http…
## 7 3.72e7 cmak… gaborcsa… <nam… FALSE https:/… port of cm… TRUE http…
## 8 6.80e7 cmark gaborcsa… <nam… FALSE https:/… CommonMark… TRUE http…
## 9 6.32e7 cond… gaborcsa… <nam… FALSE https:/… <NA> TRUE http…
## 10 2.43e7 cray… gaborcsa… <nam… FALSE https:/… R package … FALSE http…
## # … with 166 more rows, and 58 more variables: forks_url <chr>, keys_url <chr>,
## # collaborators_url <chr>, teams_url <chr>, hooks_url <chr>,
## # issue_events_url <chr>, events_url <chr>, assignees_url <chr>,
## # branches_url <chr>, tags_url <chr>, blobs_url <chr>, git_tags_url <chr>,
## # git_refs_url <chr>, trees_url <chr>, statuses_url <chr>,
## # languages_url <chr>, stargazers_url <chr>, contributors_url <chr>,
## # subscribers_url <chr>, subscription_url <chr>, commits_url <chr>,
## # git_commits_url <chr>, comments_url <chr>, issue_comment_url <chr>,
## # contents_url <chr>, compare_url <chr>, merges_url <chr>, archive_url <chr>,
## # downloads_url <chr>, issues_url <chr>, pulls_url <chr>,
## # milestones_url <chr>, notifications_url <chr>, labels_url <chr>,
## # releases_url <chr>, deployments_url <chr>, created_at <chr>,
## # updated_at <chr>, pushed_at <chr>, git_url <chr>, ssh_url <chr>,
## # clone_url <chr>, svn_url <chr>, size <int>, stargazers_count <int>,
## # watchers_count <int>, language <chr>, has_issues <lgl>,
## # has_downloads <lgl>, has_wiki <lgl>, has_pages <lgl>, forks_count <int>,
## # open_issues_count <int>, forks <int>, open_issues <int>, watchers <int>,
## # default_branch <chr>, homepage <chr>